Fatal error require_once directly after setup?

Hi,

i’ve installed a fresh virtual machine with apache2 and php7.2-fpm and downloaded current nextcloud 13.0.6

i will see the setup page and can set it up, but then i will get this error:

Fatal error: require_once(): Failed opening required ‘files/appinfo/app.php’ (include_path=’.:/var/www/nextcloud/public_html:/var/www/nextcloud/data’) in /var/www/nextcloud/public_html/lib/private/legacy/app.php on line 245

how can i solve this?

thanks a lot

Solved: Need to set in php ini (conf) an additional include_path to the apps folder

for example:

include_path = .:/var/www/nextcloud/public_html:/var/www/nextcloud/public_html/apps
1 Like