• 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.

White Page (Blank Page)

Status
Not open for further replies.

Hammer

Chevereto Member
hi
i install chevereto on new server
this error is dont allow chevereto to run :
PHP: syntax error, unexpected '(' in /var/www/xum.ir/public_html/index.php on line 8
and its related to : define('access', 'index');
Whats Wrong?
Please Help Me To fix This Problem
Thanks
 
Here the code :
<?php /*
--------------------------------------------------------------------
Chevereto
http://chevereto.com/
@version 2.5.9
@author Rodolfo Berr.os A. <http://rodolfoberrios.com/>
<inbox@rodolfoberrios.com>
Copyright (C) 2013 Rodolfo Berr.os A. All rights reserved.

BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA
http://chevereto.com/license
---------------------------------------------------------------------
*/ define('access', 'index'); /*** Load Chevereto ***/
if(!@include_once('includes/chevereto.php')) die('Can\'t find
includes/chevereto.php');
?>
 
Use deault index.php file. If the error persist try to do a clean install in another folder to test.
 
Status
Not open for further replies.
Back
Top