I'm trying to install a theme in Wordpress, but this error appears:
(Warning: POST Content-Length of 46588481 bytes exceeds the limit of 8388608 bytes in Unknown on line 0)
Thank you
I'm trying to install a theme in Wordpress, but this error appears:
(Warning: POST Content-Length of 46588481 bytes exceeds the limit of 8388608 bytes in Unknown on line 0)
Thank you
If you use xampp navigate to the folder:
C: \ xampp \ php \ php.ini
Search for the line:
post_max_size=8M
Switch to:
post_max_size=50M
Or size you want. Restart the apache and mysql service.
For linux see this tutorial: