• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.
  • Chevereto Support CLST

    Support response

    Support checklist

    • ⚠️ Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • ✅ Confirm that the server meets the System Requirements
    • 🔥 Check for any available Hotfix - your issue could be already reported/fixed
    • 📚 Read documentation - It will be required to Debug and understand Errors for a faster support response

V4 BATE3

user_318c8

Chevereto Member
( ! ) Parse error: syntax error, unexpected ')', expecting '|' or variable (T_VARIABLE) in /www/wwwroot/7ju.cc/app/legacy/load/loader.php on line 105

nginx
 
Hi,

If you get that it means that you aren't running PHP 8.0, Chevereto V4 requires PHP 8.
 
You should Open a bug when you find an issue with the software. When you do it, please include the full error messages and not just an screenshot.

To get rid of this run in the terminal (from the top 7ju.cc folder):

Code:
composer remove spatie/ray --ignore-platform-reqs
 
You should Open a bug when you find an issue with the software. When you do it, please include the full error messages and not just an screenshot.

To get rid of this run in the terminal (from the top 7ju.cc folder):

Code:
composer remove spatie/ray --ignore-platform-reqs
#​
Time​
Memory​
Function​
Location​
Call Stack​
( ! ) Chevere\Exceptions\Core\ErrorException: is_dir(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (/www/wwwroot/7ju.cc/:/tmp/) in /www/wwwroot/7ju.cc/app/vendor/spatie/ray/src/Settings/SettingsFactory.php on line 52
( ! ) Fatal error: Uncaught Chevere\Exceptions\Core\ErrorException: is_dir(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (/www/wwwroot/7ju.cc/:/tmp/) in /www/wwwroot/7ju.cc/app/vendor/spatie/ray/src/Settings/SettingsFactory.php on line 52
1​
1.2586​
14532360​
{closure:/www/wwwroot/7ju.cc/app/vendor/spatie/ray/src/helpers.php:54-56}( ).../helpers.php:0
2​
1.2586​
14532360​
ray( ).../helpers.php:55
3​
1.2590​
14541024​
Spatie\Ray\Settings\SettingsFactory::createFromConfigFile( $configDirectory = ??? ).../helpers.php:49
4​
1.2590​
14541064​
Spatie\Ray\Settings\SettingsFactory->getSettingsFromConfigFile( $configDirectory = NULL ).../SettingsFactory.php:11
5​
1.2590​
14541064​
Spatie\Ray\Settings\SettingsFactory->searchConfigFiles( $configDirectory = NULL ).../SettingsFactory.php:24
6​
1.2590​
14541064​
Spatie\Ray\Settings\SettingsFactory->searchConfigFilesOnDisk( $configDirectory = NULL ).../SettingsFactory.php:38
7​
1.2590​
14541096​
is_dir ( $filename = '/' ).../SettingsFactory.php:52
8​
1.2590​
14541536​
Chevere\Components\ThrowableHandler\errorsAsExceptions( $severity = 2, $message = 'is_dir(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (/www/wwwroot/7ju.cc/:/tmp/)', $file = '/www/wwwroot/7ju.cc/app/vendor/spatie/ray/src/Settings/SettingsFactory.php', $line = 52 ).../SettingsFactory.php:52
 
Back
Top