ONLYOFFICE / docker-onlyoffice-nextcloud

MIT License
375 stars 157 forks source link

fatal error when run set_configuration.sh #16

Closed kpeng2016 closed 5 years ago

kpeng2016 commented 5 years ago

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