• Resolved gabriela69

    (@gabriela69)


    I installed xammp with wordpress 5.1.1. everything is fine. purchased a new theme but I don’t can install it:

    Warning: POST Content-Length of 28924939 bytes exceeds the limit of 8388608 bytes in Unknown on line 0
    The link you followed has expired.

    now the company who developed the theme sent my the following recommendations:

    please try to increase php configurations
    ? max_execution_time 600
    ? memory_limit 128M
    ? post_max_size 32M
    ? upload_max_filesize 32M

    Can someone tell me where and how I can make this adjustments?

    Gabriela

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Navigate to your XAMPP installation and go to “php/php.ini” and open the php.ini & search for “max_execution_time” and update it.
    On the same file line around 399 you’ll find “memory_limit”.
    On the same file line around 665 you’ll find “post_max_size”
    And line around 818 you’ll find “upload_max_filesize”.

    Hi @gabriela69
    You have to edit php.ini file.
    you will find this file in C:\xampp\php\php.ini-development location.
    Now search for max_execution_time and change the value to 600.
    Search for memory_limit and change the value to 128M.
    Search for post_max_size and change the value to 32M.
    Search for upload_max_filesize and change the value to 32M.
    Save your file and restart the XAMPP server.

    Rather than changing your php.ini file, it is MUCH easier to UNZIP your theme files and install them in your local filesystem (at <webfiles>/wp-content/themes).
    This also goes for installing plugins and media.

    Thread Starter gabriela69

    (@gabriela69)

    Thanks for your help guys – I was able to fix the problem

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Install a new theme’ is closed to new replies.