I use the 2.6 official docker image of ocsinventory and since i use in kubernetes a deployment to scale my containers into pods I mounted a volume (pvc) for the extensions folder path (usr/share...) onto my ocsinventory container thats why the lost+found file exists ans appears as it is in log lines below . Problem is that I accordingly placed the office-pack plugins-folder in the extensions folder but when I try to install it on the web interface I cant find nothing on its section.
apache log shows :
[Fri Jan 24 18:07:36.096625 2020] [php7:warn] [pid 156] [client 10.56.12.225:43722] PHP Warning: require(/usr/share/ocsinventory-reports/ocsreports/extensions/lost+found/install.php): failed to open stream: No such file or directory in /usr/share/ocsinventory-reports/ocsreports/require/extensions/ExtensionManager.php on line 116, referer:
https://ocs.thecodingmachine.com/ocsreports/index.php?function=extensionmanager
[Fri Jan 24 18:07:36.096667 2020] [php7:error] [pid 156] [client 10.56.12.225:43722] PHP Fatal error: require(): Failed opening required '/usr/share/ocsinventory-reports/ocsreports/extensions/lost+found/install.php' (include_path='.:/opt/remi/php73/root/usr/share/pear:/opt/remi/php73/root/usr/share/php:/usr/share/pear:/usr/share/php') in /usr/share/ocsinventory-reports/ocsreports/require/extensions/ExtensionManager.php on line 116, referer:
https://ocs.thecodingmachine.com/ocsreports/index.php?function=extensionmanager
Can you guys help me ? An idea? please ; Thanks in advance !!