On this solution https://github.com/ellakcy/piwik-with-wordpress that I use the piwik docker image when I delete all volumes (for development purpoces) I get the following error:
Warning: require(/var/www/html/config/global.php): failed to open stream: No such file or directory in /var/www/html/vendor/php-di/php-di/src/DI/Definition/Source/DefinitionFile.php on line 64
Fatal error: require(): Failed opening required '/var/www/html/config/global.php' (include_path='/var/www/html/vendor/pear/pear_exception:/var/www/html/vendor/pear/console_getopt:/var/www/html/vendor/pear/pear-core-minimal/src:/var/www/html/vendor/pear/archive_tar:.:/usr/local/lib/php') in /var/www/html/vendor/php-di/php-di/src/DI/Definition/Source/DefinitionFile.php on line 64
It happens during of the development of a backup and a restore script.
On this solution https://github.com/ellakcy/piwik-with-wordpress that I use the piwik docker image when I delete all volumes (for development purpoces) I get the following error:
It happens during of the development of a backup and a restore script.