when I run the script "set_configuration.sh" after finished docker-compose, it show me the error as below:
Fatal error: require_once(): Failed opening required '/var/www/html/lib/versioncheck.php' (include_path='.:/usr/local/lib/php') in /var/www/html/console.php on line 32
And I went into the container to check, that the file is in there.
How should I do to solve this problem?
when I run the script "set_configuration.sh" after finished docker-compose, it show me the error as below:
Fatal error: require_once(): Failed opening required '/var/www/html/lib/versioncheck.php' (include_path='.:/usr/local/lib/php') in /var/www/html/console.php on line 32
And I went into the container to check, that the file is in there. How should I do to solve this problem?Best Regards! William