I can not import themes in wordpress

0

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

    
asked by anonymous 01.11.2016 / 11:52

1 answer

3

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:

link

    
01.11.2016 / 13:03