• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

White screen

Status
Not open for further replies.

Vyacheslav

Chevereto Member
Help pls.
Chevereto 3.0.3 successfully installed. But instead of the site pages - white screen.
PHP Version 5.4.25
Mysql - 5.1.73
 
Try to look at your server error_log file. That one is generated by your server and it will tell you what is happening.
 
vs1nbmf7qBE.jpg

all ok ?
 
This was the error...

PHP Parse error: syntax error, unexpected '[' in /var/www/vhosts/removed.com/httpdocs/app/loader.php on line 111
[Sat Apr 12 01:01:10 2014] [error] [client

Line 111 is "
if(Login::getUser()['timezone']!== Settings::get('default_timezone')and G\is_valid_timezone(Login::getUser()['timezone'])){
?
 
Last edited:
This was the error...

PHP Parse error: syntax error, unexpected '[' in /var/www/vhosts/removed.com/httpdocs/app/loader.php on line 111
[Sat Apr 12 01:01:10 2014] [error] [client

Line 111 is "
if(Login::getUser()['timezone']!== Settings::get('default_timezone')and G\is_valid_timezone(Login::getUser()['timezone'])){
?

  • You are not running at least PHP 5.4.0
    Chevereto won't work with lower versions, simple as that. Upgrade your server to at least that PHP version. Chevereto will work nicely in 5.4.X and upper. The common output is "PHP Parse error: syntax error, unexpected '['".

http://chevereto.com/community/thre...screen-of-death-and-other-common-issues.4280/
 
Status
Not open for further replies.
Back
Top