• 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

Fatal error: Call to undefined function imagecreatefrompng()

funkadelic

Chevereto Noob
I am getting this error after I attempt to upload an image: Fatal error: Call to undefined function imagecreatefrompng() in /home/hostg/public_html/engine.php on line 450

I have changed the following parts in config to:

define('PATH_SERVER', '/home/hostg/public_html/');
$ftp_host = '/home/hostg/public_html/';

It gives me the above error only when I try with ftp turned off. However when I turn ftp on it gives me this "Impossible to upload images, Chevereto is not well configured or can not run on this server."

Additionally I chmoded all folders to 777 but still doesn't seem to work
 
Is not your config, your server doesn't have the "imagecreatefrompng" function.
 
Back
Top