• 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.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

clear install or update = errors

Status
Not open for further replies.

fmone

Chevereto Member
i'm installing 3.4.2 a in my host folder http://nununu.eu/222 (clear)
or update in http://nununu.eu (now is ok - 2.5.9)
and i got this error msg.

Parse error: syntax error, unexpected T_STRING in /users/0020/mxer/www/fmone/nununu/222/app/loader.php on line 21
blad1.jpg


serv.jpg
 
Bet you that you are not running 5.4+. Upload a phpinfo and see by yourself.
 
Yeah but it has to be in the very same folder where you have the issue, and it has to be in the same website. This http://nununu.eu/222/ is not the same as http://wisepanel.superhost.pl/storage/info/php54info.php because you can inject different PHP versions among different folders.

I'm absolute sure that you are not running php5.4+ in the /222 folder and that is because the error is saying that it doesn't recognize the namespace declaration which was introduced in PHP 5.3
 
Make sure that sessions are properly working in that server. We use sessions to avoid CSRF attacks.
 
Most likely the session_save_path is wrong. Load your website and check for auth_token in the source code, you will notice that the token always change on reload. That tell us that sessions are not working you should refer that to your server administrator.
 
Status
Not open for further replies.
Back
Top