• Resolved craftcorners

    (@craftcorners)


    Hello,
    I tried different options but still have the issue below:

    Fatal error: the HTTP server returns a [500 Internal Server Error] HTTP code. Aborting

    Thank you,

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

Viewing 1 replies (of 1 total)
  • Plugin Author nintechnet

    (@nintechnet)

    Can you temporarily enable debugging in WordPress and see if there’s anything written to the PHP error log?
    1. Edit your wp-config.php script.
    2. Search for:?
    define('WP_DEBUG', false);
    3. Replace with:?
    define('WP_DEBUG', true);
    4. Add this line below:
    define( 'WP_DEBUG_LOG', true );

    Run a scan. The log (if any) will be saved to “/wp-content/debug.log”.

Viewing 1 replies (of 1 total)
  • The topic ‘Fatal error: the HTTP server returns a [500 Internal Server Error] HTTP code. Ab’ is closed to new replies.