Quote:
Originally Posted by Jaxel
As well... the bottom of my statistics page says:
upload_max_filesize>=post_max_size
What does this mean? And how do I fix it?
|
This is just a warning - there are several settings that control file uploads inside php/apache. The usual guidance/advice is that post_max_size should be larger than upload_max_filesize, otherwise your users can get obscure error messages if they get close to the size limit. You change these by editing the php.ini file that controls your web site. It's not a big deal if you don't have access to that file.