• 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

Install problem

Status
Not open for further replies.
The message

Code:
Can't find app/loader.php

Is saying that the system can't include that file and that is all where the system starts his execution. The code looks like this:

PHP:
/*** Load the G app ***/
if(!include_once('app/loader.php')) die("Can't find app/loader.php");

Is really odd that the system shouts that error unless the file is not there. If the file is there then the problem is more harder to debug and most likely is related to server setup.
 
You are running PHP 5.3 and Chevereto needs atleast PHP 5.4. I asked in your host and they run 5.6 by default. You only need to switch to 5.4+ in the folder where you installed Chevereto.
 
Last edited:
Thank you so much for the swift reply. I just switched it or updated it to 5.4 it will take 30 minutes to take effect. I hope the problem is fixed with this, Have a nice night 🙂
 
Last edited:
Status
Not open for further replies.
Back
Top