Jump to content

php.ini directive listed in System Requirements is incorrect


Recommended Posts

Hi,

 

On http://www.prestasho...em-requirements, under the Optional subsections, the following is listed:

 

* In the PHP configuration ask your provider to set memory_limit to "64M" and file_max_upload_size to "16M"

 

However, file_max_upload_size is not a valid PHP directive. The correct directive is upload_max_filesize. The above should be corrected to read:

 

* In the PHP configuration ask your provider to set memory_limit to "64M" and upload_max_filesize to "16M"

 

For reference, see http://www.php.net/m...ad-max-filesize

 

Regards,

JayBEE

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...