GMIC Posted March 2, 2015 Posted March 2, 2015 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.
steve00 Posted March 3, 2015 Posted March 3, 2015 Likely in php.ini on your server configuration (php.ini has a default of 2MB)
SparrowMason Posted March 3, 2015 Posted March 3, 2015 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.
SparrowMason Posted March 3, 2015 Posted March 3, 2015 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
GMIC Posted March 4, 2015 Author Posted March 4, 2015 Thanks for the help I have updated the php.ini on the server.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.