• Hello,

    When i am installing the plugging is shown the following message:

    POST Content-Length of 13939635 bytes exceeds the limit of 8388608 bytes in Unknown on line 0
    El enlace que has seguido ha caducado.

    What can i do in this step to solve it?

    Thanks in advance,

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Altos

    (@sefin)

    Please try to enlarge in your “php.ini” file of your server (or ask to your server provider) the following PHP variables: post_max_size and upload_max_filesize

    You could try to set something like “20MB” or “50MB”

    Thread Starter mlv2019

    (@mlv2019)

    We are working tru a localhost, texting plugings and options.

    Could i try in Xampp? And in this case how it would be?

    We want to set it before to make a cart, just to be sure it works according to our needs.

    Thank you so much.

    Plugin Author Altos

    (@sefin)

    Yes, you can try with XAMPP. The problem should be the same, in your XAMPP php.ini try to enlarge the following PHP variables: post_max_size and upload_max_filesize

    You could try to set something like “20MB” or “50MB”

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘POST Content-Length of 13939635 bytes exceeds the limit of 8388608 bytes in Unkn’ is closed to new replies.