• Resolved danilop83

    (@danilop83)


    Good morning,
    when I try to upload new photos I get error 500. The plugin has always worked. What could be the problem? Thank you

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author A WP Life

    (@awordpresslife)

    Hi @danilop83,

    Thanks for contacting us.

    Error 500 is a generic error response. It means that the server encountered an unexpected condition that prevented it from fulfilling the request.

    Please contact your hosting service provider and update the below variables in your php.ini file.

    max_input_vars = 5000
    post_max_size = 256M
    memory_limit = -1
    max_input_time = -1
    max_input_nesting_level = 256
    upload_max_filesize = 256M
    max_file_uploads = 100

    Please change these values.

    After it, if you will this issue again then you need to increase again below values only –
    max_input_vars = 5000
    post_max_size = 256M
    max_input_nesting_level = 256
    upload_max_filesize = 256M

    Thanks

    Thread Starter danilop83

    (@danilop83)

    I can’t find max_input_nesting_level on my hosting
    however, if I change the other fields, nothing changes

    Plugin Author A WP Life

    (@awordpresslife)

    Then you can try to upload images if works then no issue.

    If it’s not working then you need to also update – max_input_nesting_leve

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error 500’ is closed to new replies.