Title: Upload Error
Last modified: August 31, 2016

---

# Upload Error

 *  [Trobertson82](https://wordpress.org/support/users/trobertson82/)
 * (@trobertson82)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/upload-error-32/)
 * receive this error when ever i try to upload a photo, i already checked to make
   sure i set the limit high enough to handle the picture size.
 * “Server can not handle this much amount of data. Please upload a smaller file
   or ask your server administrator to change the settings.”
 * [https://wordpress.org/plugins/mediapress/](https://wordpress.org/plugins/mediapress/)

Viewing 15 replies - 1 through 15 (of 15 total)

 *  Plugin Author [Brajesh Singh](https://wordpress.org/support/users/sbrajesh/)
 * (@sbrajesh)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/upload-error-32/#post-7121535)
 * Hi,
    I am sorry for the inconvenience. It is most probably the php.ini config
   for upload sizes which does not seem to be updated.
 * can you please check the following entries in php.ini
 *     ```
       upload_max_filesize
       post_max_size
       ```
   
 * Also, Please visit the MediaPress->Tools and let me know what size it shows there?
 * Thank you
    Brajesh
 *  Thread Starter [Trobertson82](https://wordpress.org/support/users/trobertson82/)
 * (@trobertson82)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/upload-error-32/#post-7121542)
 * it doesn’t show any max size in the MediaPress->Tools its just blank
 *  Plugin Author [Brajesh Singh](https://wordpress.org/support/users/sbrajesh/)
 * (@sbrajesh)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/upload-error-32/#post-7121562)
 * Hi,
    Thank you for looking into it. It is a probability that the entry in php.
   ini file is malformed causing the problem.
 * Can you please post here the entries from your php.ini or ask the hosting support
   to look for it and update?
 * Thank you
    Brajesh
 *  Plugin Author [Brajesh Singh](https://wordpress.org/support/users/sbrajesh/)
 * (@sbrajesh)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/upload-error-32/#post-7121720)
 * Hi there, any update on the above? Just checking if you had time to look into
   it?
 *  Thread Starter [Trobertson82](https://wordpress.org/support/users/trobertson82/)
 * (@trobertson82)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/upload-error-32/#post-7121724)
 * I had a permisions problem with files once I am able to create the php.ini file
   I will update
 *  Thread Starter [Trobertson82](https://wordpress.org/support/users/trobertson82/)
 * (@trobertson82)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/upload-error-32/#post-7121744)
 * i made a php.ini file this is what is in it
 * memory_limit = 124M
    upload_max_filesize = 124M post_max_size = 124M file_uploads
   = On max_execution_time = 300
 * it did not help the situation
 *  Plugin Author [Brajesh Singh](https://wordpress.org/support/users/sbrajesh/)
 * (@sbrajesh)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/upload-error-32/#post-7121751)
 * Hi ,
    Most probably your web host does not allow local php.ini per folder. Please
   check with them for the details. Once it is setup correctly, It will show under
   MediaPress->tools settings.
 *  Thread Starter [Trobertson82](https://wordpress.org/support/users/trobertson82/)
 * (@trobertson82)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/upload-error-32/#post-7121760)
 * I have a VPS so I guess I will have to SSH in and change the config
 *  Thread Starter [Trobertson82](https://wordpress.org/support/users/trobertson82/)
 * (@trobertson82)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/upload-error-32/#post-7121767)
 * i am using PHP-FPM which does not allow php.ini per site like Apache is there
   a workaround?
 *  Plugin Author [Brajesh Singh](https://wordpress.org/support/users/sbrajesh/)
 * (@sbrajesh)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/upload-error-32/#post-7121781)
 * The only solutions seems to be updating your main php.ini file (inside etc directory)
 * Any change on that file will apply to all sites though.
 *  Thread Starter [Trobertson82](https://wordpress.org/support/users/trobertson82/)
 * (@trobertson82)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/upload-error-32/#post-7121795)
 * i have updated it here is the result from my info.php output,its still not showing
   up in tools
 *     ```
       max_execution_time	300	30
       max_file_uploads	20	20
       max_input_nesting_level	64	64
       max_input_time	300	60
       max_input_vars	1000	1000
       memory_limit	128M	128M
       open_basedir	no value	no value
       output_buffering	4096	4096
       output_handler	no value	no value
       post_max_size	124M	8M
       precision	14	14
       realpath_cache_size	16K	16K
       realpath_cache_ttl	120	120
       register_argc_argv	Off	Off
       report_memleaks	On	On
       report_zend_debug	On	On
       request_order	GP	GP
       sendmail_from	no value	no value
       sendmail_path	/usr/sbin/sendmail -t -i 	/usr/sbin/sendmail -t -i
       serialize_precision	17	17
       short_open_tag	On	On
       SMTP	localhost	localhost
       smtp_port	25	25
       sql.safe_mode	Off	Off
       sys_temp_dir	no value	no value
       track_errors	Off	Off
       unserialize_callback_func	no value	no value
       upload_max_filesize	124M
       ```
   
 *  Thread Starter [Trobertson82](https://wordpress.org/support/users/trobertson82/)
 * (@trobertson82)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/upload-error-32/#post-7121796)
 * this is the output from my info.php, still not showing up in the tools
 * >  max_execution_time 300 30
   >  max_file_uploads 20 20 max_input_nesting_level 
   > 64 64 max_input_time 300 60 max_input_vars 1000 1000 memory_limit 128M 128M
   > open_basedir no value no value output_buffering 4096 4096 output_handler no
   > value no value post_max_size 124M 8M precision 14 14 realpath_cache_size 16K
   > 16K realpath_cache_ttl 120 120 register_argc_argv Off Off report_memleaks On
   > On report_zend_debug On On request_order GP GP sendmail_from no value no value
   > sendmail_path /usr/sbin/sendmail -t -i /usr/sbin/sendmail -t -i serialize_precision
   > 17 17 short_open_tag On On SMTP localhost localhost smtp_port 25 25 sql.safe_mode
   > Off Off sys_temp_dir no value no value track_errors Off Off unserialize_callback_func
   > no value no value upload_max_filesize 124M
 *  Plugin Author [Brajesh Singh](https://wordpress.org/support/users/sbrajesh/)
 * (@sbrajesh)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/upload-error-32/#post-7121827)
 * Hi,
    I am sorry for the delayed reply. I am not sure why is it not showing. Your
   settings from your info.php seem fine to me and should make it work.
 * 1. Are you able to upload via WordPress uploader? If yes, Please give a try again
   to MediaPress and try uploading. MediaPress uses identical settings with WordPress,
   so if you are able to work with the default uploader, MediaPress should work 
   too.
 * Please do let me know your findings.
 * Thank you
    Brajesh
 *  Thread Starter [Trobertson82](https://wordpress.org/support/users/trobertson82/)
 * (@trobertson82)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/upload-error-32/#post-7121858)
 * yes i am able to upload via WordPress, however i still get the same error message
   when trying to use mediapress. i have installed Activity Plus and it uploads 
   with no problem i would prefer to use MediaPress but it just will not work for
   me.
    SIDE NOTE: when i use the default WordPress uploader the “Maximum upload
   file size:” does not have a number after it similar to the way it reads in MediaPress-
   >Tools
 *  Plugin Author [Brajesh Singh](https://wordpress.org/support/users/sbrajesh/)
 * (@sbrajesh)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/upload-error-32/#post-7121868)
 * Thank you. Please allow me to look at it a little more. This is first time that
   I am seeing empty values for WodPress. I do understand why MediaPress is not 
   allowing upload as we check allowed size before proceeding.
 * Need a day or two to come up with some explanation and solution.
 * Thank you
    Brajesh

Viewing 15 replies - 1 through 15 (of 15 total)

The topic ‘Upload Error’ is closed to new replies.

 * ![](https://ps.w.org/mediapress/assets/icon-256x256.png?rev=1566617)
 * [MediaPress](https://wordpress.org/plugins/mediapress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mediapress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mediapress/)
 * [Active Topics](https://wordpress.org/support/plugin/mediapress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mediapress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mediapress/reviews/)

 * 15 replies
 * 2 participants
 * Last reply from: [Brajesh Singh](https://wordpress.org/support/users/sbrajesh/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/upload-error-32/#post-7121868)
 * Status: not resolved