Pages

Friday, March 12, 2010

Where is php.ini located, and how to edit it..

Cannot upload big dump files (memory, HTTP or timeout problems)

The first things to check (or ask your host provider to check) are the values of upload_max_filesize, memory_limit and post_max_size in the php.ini configuration file. All of these three settings limit the maximum size of data that can be submitted and handled by PHP. One user also said that post_max_size and memory_limit need to be larger than upload_max_filesize.

sudo gedit /etc/php5/apache2/php.ini

 To have a quick glance in the appearance, please do restart the apache2

 

No comments:

Post a Comment