robhowells
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Mismatched “post_max_size” and “upload_max_filesize” values.@diondesigns oh right, I see. But if the
post_max_sizeis greater than thememory_limitcould that not cause issues? Doesn’t it make more sense to have a max post size that is less than or equal to the memory limit?Forum: Fixing WordPress
In reply to: Mismatched “post_max_size” and “upload_max_filesize” values.@gorgeouskitty the reason for the message suddenly appearing is because a new Site Health check was added as part of WordPress 5.5, to give a warning when there is a mismatch in allowed values
Forum: Fixing WordPress
In reply to: Mismatched “post_max_size” and “upload_max_filesize” values.@gorgeouskitty you should be able to locate the php.ini file within the ‘File manager’ within cpanel. Alternatively, depending on your host you may have something under ‘Software’ in cpanel that allows you to edit that file. I have something called ‘MultiPHP INI Editor’, for example.
Failing that, your host provider should be able to update it for you.
Forum: Fixing WordPress
In reply to: Mismatched “post_max_size” and “upload_max_filesize” values.In my case I had the following mismatch in my php.ini file on the server:
memory_limit = 256M post_max_size = 260M upload_max_filesize = 256MI changed
post_max_sizetopost_max_size = 256Min that file and the warning is no longer being displayed in WordPress