Jump to content

Theme Upload problem


GMIC

Recommended Posts

Posted

Is there a limit to theme size as when I try and upload a theme (3.5mb) which I create din a trial version it says there is a 2mb limit for theme uploads.

Posted

I had this same error, its the max_upload_size in your php.ini - if there isn't one, it defaults to 2MB.

 

​that because your php.ini for upload_max_filesize is set to low needs be 8M and upload_max_filesize needs be 800M nothing do with the theme problem might have if on shared hosting might need ask host see allowed own php.ini file.

Posted

To be even more helpful add these lines to your php.ini file (if you don't have one, make it and upload it to the lowest possible directory you can access, mine is in the one below public_html)

 

 

post_max_size=800M
upload_max_filesize=800M

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...