• Resolved nyo1120

    (@nyo1120)


    Theme working Perfectly but Plugin: Acme Demo Setup Active, website not working Error
    on browser appearance as follow

    www.********.com is currently unable to handle this request.
    HTTP ERROR 500

    is any Source to Solve this Problems?

Viewing 1 replies (of 1 total)
  • Plugin Author Acme Themes

    (@acmethemes)

    Hello @nyo1120,

    Generally the error occur due to memory limit of server.
    Try this to increase the memory.

    Also you can edit php.ini file

    Find:
    post_max_size = 8M
    upload_max_filesize = 2M
    max_execution_time = 30
    max_input_time = 60
    memory_limit = 8M
    ( Note : the value may different )

    Change to:
    post_max_size = 750M
    upload_max_filesize = 750M
    max_execution_time = 5000
    max_input_time = 5000
    memory_limit = 1000M

    Then restart server.

    Here is also details info, and we will try to update this according to issues found and its solution.
    https://www.acmethemes.com/blog/2017/04/demo-import-process-failed-shows-errors/

    Let us know if this works.

    Best Regards,
    Acme Themes

Viewing 1 replies (of 1 total)
  • The topic ‘Acme Demo Setup Plugin Error 500’ is closed to new replies.