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

Image Upload Size Issue

Status
Not open for further replies.

mdiorio

Chevereto Member
Hi,

Using TMD Hosting, Chevereto installed the app for me. I can see that in the cPanel php.ini:
post_max_size = 256M
upload_max_filesize = 256M

However in the Chevereto Image Upload configuration page:
Maximum upload file size [MB]
Maximum size allowed by server is 2 MB. This limit is capped by upload_max_filesize = 2M and post_max_size = 8M (php.ini values).

Not sure if Chevereto needs to be restarted somehow to pick up the php.ini change, or if it's supposed to be dynamic and just not working properly.

thanks!
 
Chevereto just reads the actual value via ini_get(). If the system says that is capped to 2mb is because that is the actual limit. Doesn't matter if it reads 256 somewhere else, the only thing that matter is the actual value returned by that function (internal php function).

You should check for any override (root folder) or maybe you have a conflict in your configuration (cpanel).

Please note that Chevereto doesn't handle those servers and that for any hosting issue you must contact TMD.
 
cPanel allows you to choose the version of PHP in the MultiPHP manager. Are you sure you're got the correct one applied to your domain ?

Note: This is all dependent on your host supporting this feature and various PHP versions being available.

Also consider restarting Apache (if able).
 
Status
Not open for further replies.
Back
Top