php upload_max_filesize ERROR

3 replies
  • WEB DESIGN
  • |
I am trying to upload a theme in wordpress but getting upload_max_filesize error that says i can only upload a max file of 2 MB, how can i increase that. I had a solution to change the php.ini file in wp_admin folder, but i couldn't find the file. Please help.
#error #php #uploadmaxfilesize
  • Profile picture of the author CenTex Hosting
    Have your host update the upload limits in the php.ini file
    {{ DiscussionBoard.errors[10890300].message }}
  • Profile picture of the author ht125
    not all host allow to edit php.ini
    you should ask them to increase the limit in yr acct
    {{ DiscussionBoard.errors[10921425].message }}
  • Profile picture of the author Clarence Chan
    You can either ask for assistance on your host tech or you can try editing your wp-config.php and add the following:

    define('WP_MEMORY_LIMIT', '250M');

    If that won't do, edit your .htaccess file and add this

    php_value upload_max_filesize 250M

    You can change the 250 value to any number.
    {{ DiscussionBoard.errors[10921666].message }}

Trending Topics