0
I’m trying to install a theme in Wordpress, but appears this error:
( Warning: POST Content-Length of 46588481 bytes Exceeds the limit of 8388608 bytes in Unknown on line 0 )
Thank you
0
I’m trying to install a theme in Wordpress, but appears this error:
( Warning: POST Content-Length of 46588481 bytes Exceeds the limit of 8388608 bytes in Unknown on line 0 )
Thank you
3
If you use xampp navigate to the folder:
C: xampp php.ini
Search for the line:
post_max_size=8M
Switches to:
post_max_size=50M
Or the size you want. Restart the apache and mysql service.
For linux see this tutorial:
http://nabeto.blogspot.com.br/2010/10/aumentando-o-limite-de-upload-de-dados.html
Browser other questions tagged php wordpress wordpress-theme
You are not signed in. Login or sign up in order to post.
You have to increase the PHP.ini POST limit
– Eduardo Santos