When the installation is ready a blank page appears. After enabling error logging in config.local.php, /admin.php shows:
Fatal error: Uncaught exception 'InvalidArgumentException' with message 'Identifier "view" is not defined.' in /storage/web/public/sites/xxx/app/lib/vendor/pimple/pimple/src/Pimple/Container.php:95 Stack trace: #0 /storage/web/public/sites/xxx/app/functions/fn.common.php(2670): Pimple\Container->offsetGet('view') #1 /storage/web/public/sites/xxx/app/functions/fn.common.php(555): fn_get_current_mode() #2 /storage/web/public/sites/xxx/app/functions/fn.init.php(761): fn_process_cache_notifications('fgber_zbqr_jvyy...') #3 [internal function]: fn_check_cache(Array) #4 /storage/web/public/sites/xxx/app/functions/fn.init.php(929): call_user_func_array('fn_check_cache', Array) #5 /storage/web/public/sites/xxx/init.php(138): fn_init(Array) #6 /storage/web/public/sites/xxx/admin.php(25): require('/storage/web/pu...') #7 {main} thrown in /storage/web/public/sites/xxx/app/lib/vendor/pimple/pimple/src/Pimple/Container.php on line 95
The frontend however is visible.
What I've done:
- cmod'ed /admin.php and /index.php to 755 (KB)
- set the default permissions for newly created files (0644) and directories (0755) in config.local.php.