• 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

Impossible to upload images, Chevereto is not well configured or can n

NavinS

Chevereto Noob
Greetings,

im facing this problem,
1st of all, i couldn't find any solution for this problem in this forum yet... im sorry if it been posted....

please guide me,

http://vengayam.net/imagen/

Impossible to upload images, Chevereto is not well configured or can not run on this server.


thanx alot....
 
go to config.php and enable the debug mode. Then run the script and if you got some permission issues, go to config.php and enable ftp mode.

If is not that, you may have a issue with this:
Code:
define('PATH_SERVER', $_SERVER['DOCUMENT_ROOT']);

If your server resolves some different path that the one you see in your ftp, chevereto will not work. So change $_SERVER['DOCUMENT_ROOT'] for some like 'public_html/mychevereto/' with quotes.
 
Back
Top