• 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

Can't upload any image (no imageconvolution)

Status
Not open for further replies.
I need to debug it, send me your ftp data to inbox@chevereto.com referring this topic please.
 
The displayed error was the same as this topic: http://chevereto.com/forums/post5695.html#p5695
And you both use lenny.

The workaround is quite simple... go to /includes/classs/class.upload.php and find this:
PHP:
imageconvolution($process, $matrix, $divisor, 0);

And replace it with this:
PHP:
//imageconvolution($process, $matrix, $divisor, 0);

I will make a fix for this on 2.0.8
 
Status
Not open for further replies.
Back
Top