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

Blank Home Page (Install Issue)

Status
Not open for further replies.

Radford

Chevereto Member
Hello,

I look forward to getting the site up and running!

Heres the issue:
I upload the contents of chevereto folder to host. Then I visit the main URL and Blank!

I have contacted my host and they meet all of your criteria.

Trouble shooting I have done so far:
Contact host
Search forum
Checked DNS settings
Delete and reupoad

Please advise thanks!
 
Last edited:
Switched to new host that meets all of the criteria and still having issue.

Parse error: syntax error, unexpected '[' in /home/********/public_html/app/loader.php on line 119

What next?
 
That error is typical of non PHP version 5.4 so you are not actually running the PHP needed. You can create an info.php file at root with this code:

PHP:
<?php phpinfo(); ?>

And you will notice that the PHP which is running is not 5.4
 
Status
Not open for further replies.
Back
Top