• Hello

    I’m facing this error on my site. Kindly solve this error and tell me any solution.

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

Viewing 1 replies (of 1 total)
  • Hi,

    To know the exact error, enable debugging at your site.

    To enable WordPress debugging, search for following code in the wp-config.php file in the root folder of your website

    define('WP_DEBUG', false);

    and replace with the following:

    define('WP_DEBUG', true);

    define('WP_DEBUG_LOG', true);

    define('WP_DEBUG_DISPLAY', true);

    Save changes in the file. Refresh the page that is giving you error and let me know what it is.

Viewing 1 replies (of 1 total)
  • The topic ‘There has been a critical error on this website.’ is closed to new replies.