• 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

Max. image size (20 MB) is greater than the value in php.ini (16 MB)

gskychess

Chevereto Member
Hi there,
I have used chevereto for a few months and it runs smoothly.
Yet, when I visit my site www-jooh-in this morning, the following error message popup:
##################################################
There is a problem regarding your config setup. This means that Chevereto won't run because the config is not valid:
Max. Image size (20 MB) is greater than the value in php.ini (16 MB)
Please double-check your settings in the includes/config.php file.
####################################################
I also changed the file size setting from 20MB to 15MB, but it still not works.
$config['max_filesize'] = "15 MB"; // Allowed maximum image size to be uploaded - default: 2 MB
I don't know how to solve such issue. Please help me to solve this problem. Waiting for your kind response.
Yours
Gskychess
 
raise your max_upload_size or something like that in php.ini

If using WHM/cPanel, go to WHM and go to php configuration then change that value to something like 128M.
 
Back
Top