• Hi, I’m getting a 500 internal server error on my WordPress site. I didn’t see any reports in the error log file, and when I disable the LiteSpeed ​​Cache plugin, I don’t get this error anymore!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support qtwrk

    (@qtwrk)

    is it on front page or backend wp-admin area ?

    ini_set('display_errors', 1);
    ini_set('display_startup_errors', 1);
    error_reporting(E_ALL);

    please try add this at top of your wp-config.php next line after <?php

    then trigger again , it should give more info

    Thread Starter amiragh

    (@amiragh)

    This is on the front page (guest/logged-out visitor), not in wp-admin.

    The error log doesn’t show anything regarding this 500 Internal Server Error.

    This problem started when I updated the Elementor plugin.
    The current version of Elementor is 4.1.4.

    Plugin Support qtwrk

    (@qtwrk)

    have you tried with above 3 lines of code I asked ?

    Thread Starter amiragh

    (@amiragh)

    Even with display_errors enabled in wp-config.php, the front page shows a plain “500 Internal Server Error” page with no PHP error output when accessed as a guest (after purging the cache).

    Thread Starter amiragh

    (@amiragh)

    Also found this Fatal Error in the log around the same timeframe: PHP Fatal error: Uncaught TypeError: Elementor\Core\Utils\Collection::__construct(): Argument #1 ($items) must be of type array, stdClass given — triggered via REST API endpoint /elementor/v1/kits (Kit Library feature)

    Plugin Support qtwrk

    (@qtwrk)

    okay , interesting issue

    please create a ticket by mail to support at litespeedtech.com with reference link to this topic , we will investigate further.

Viewing 6 replies - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.