Hi!
Just wanted to upgrade an 2.7.4 installation to 2.8.0 with core outside of root with sitedash. I got the following error message in sitedash:
Client returned error: Received exit code 255 running the setup with error: PHP Parse error: syntax error, unexpected ':', expecting ';' or '{' in /www/htdocs/w00XXXXX/YYYYYY.com/core/components/moregallery/model/moregallery/moregallery.class.php on line 579
line 579 reads:
public function _getShareData(int $consent): string
When running the setup-script directly, I get:
ERROR: Your MODX_CORE_PATH is invalid; please specify the correct path in the field above and click Submit. The path has to contain a trailing slash.
(but the core field shows the correct core-path, WITH trailing slash: /www/htdocs/w00XXXXX/YYYYYY.com/Website/core/
What is going on here? Really a problem with moregallery?