Welcome to OCS Inventory NG community support, where you can ask questions and receive answers from other members of the community.

Please ask questions only in English or French.

Release 2.11.1 available

The official documentation can be found on http://wiki.ocsinventory-ng.org. Read it before asking your question.

[SOLVED] error 500 when trying to reach index.php

Strictly followed every step of that guide: https://computingforgeeks.com/how-to-install-ocs-inventory-server-on-ubuntu-18-04/

First got an error 500 on install.php file
Foud the solution in the comments:

apt install php-soap
apt install php-mbstring
apt install php-xml

then managed to reach the installation page and then when prompted to click on Click here to enter OCS-NG GUI

I get a nice error 500 ...

If this can be of any help here is the apache2 error log right at the time i got the error 

Thanks for your help!

[Sun Feb 02 11:49:23.506664 2020] [php7:warn] [pid 5125] [client 192.168.1.25:62780] PHP Warning:  require_once(/usr/share/ocsinventory-reports/ocsreports/vendor/autoload.php): failed to open stream: No such file or directory in /usr/share/ocsinventory-reports/ocsreports/require/header.php on line 31, referer: http://192.168.1.22/ocsreports/install.php

/var/log/apache2/error.log[Sun Feb 02 11:49:23.506693 2020] [php7:error] [pid 5125] [client 192.168.1.25:62780] PHP Fatal error:  require_once(): Failed opening required '/usr/share/ocsinventory-reports/ocsreports/vendor/autoload.php' (include_path='.:/usr/share/php') in /usr/share/ocsinventory-reports/ocsreports/require/header.php on line 31, referer: http://192.168.1.22/ocsreports/install.php

in OCS Inventory NG server for Unix by (320 points)
edited by

1 Answer

0 votes
Ok there is an update, i tried the wget directly from ocs website, tar the archive, run the setup again and it worked.

Now i'm facing another problem (classic linux install once you fix something you face another issue ;) )
by (320 points)
 
Powered by Question2Answer
...