Hi All!
I'm triying deploy a OCS dock (https://hub.docker.com/r/ocsinventory/ocsinventory-docker-image/), but when I tried access for first time into the web http://myip/ocsreports but I obtained a 500 error.
I use the sentence to run the dock:
docker run -p 82:80 --name ocs --link mariadb:mysql -e OCS_DBNAME=ocsweb -e OCS_DBSERVER_READ=172.17.0.3 -e OCS_DBSERVER_WRITE=172.17.0.3 -e OCS_DBUSER=ocs -e OCS_DBPASS=ocs -itd ocsinventory/ocsinventory-docker-image:latest
The apache error.log shows:
[Mon Nov 26 09:47:13.808520 2018] [:error] [pid 12] [client 10.1.10.8:2087] PHP Warning: mysqli_fetch_object() expects parameter 1 to be mysqli_result, boolean given in /usr/share/ocsinventory-reports/ocsreports/require/function_commun.php on line 38
[Mon Nov 26 09:47:13.808782 2018] [:error] [pid 12] [client 10.1.10.8:2087] PHP Warning: require(install.php): failed to open stream: No such file or directory in /usr/share/ocsinventory-reports/ocsreports/require/header.php on line 167
I understand that all in the dock it's ready to run and work...
Could you help me?
Thank you.