Okay
  Public Ticket #2317102
WordPress Install
Closed

Comments

  • baumnico started the conversation

    Hey there,

    I am not able to upload and install the theme. It says 413 request entity too large.

    I tried it on Safari and Google Chrome, both are not working.


    Best regards, 

    Nico



  •  3,022
    Andrew replied

    Hi Nico,

    Your PHP Settings are likely not correct. 

    Recommended PHP configuration limits are as follows:

    • max_execution_time 60
    • memory_limit 256M
    • post_max_size 48M
    • upload_max_filesize 48M

    Please have your hosting provider fix this for you so it can be installed correctly. 

    Hope this helps.


  • baumnico replied

    Hi Andrew,

    Thank you for the fast reply! I now have these settings:

    max_execution_time 90
    memory_limit 256M
    post_max_size 64M
    upload_max_filesize 64M

    It is still the same fault 413 request entity too large.

  •  3,022
    Andrew replied

    Hi Nico,

    Can you check the following article on how to fix that.

    https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-413-request-entity-too-large-error-in-wordpress/

    Hope this helps.