• 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

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