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

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