• Resolved berry12

    (@berry12)


    Please Solve My wordpress error, honestly I’m very disappointed now. Urgently ??

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @berry12

    You need to enable debug mode in WordPress, follow these steps:

    1. Access your website files via FTP or your hosting File Manager.
    2. Open the wp-config.php file located in the root directory of your WordPress installation.
    3. Look for the line that says define( 'WP_DEBUG', false );.
    4. Replace the code with this code below:
    define( 'WP_DEBUG', true )
    define( 'WP_DEBUG_LOG', true );
    define( 'WP_DEBUG_DISPLAY', true );
    @ini_set( 'display_errors', 1 );

    4: Save the file and reload your site. Error messages should now be displayed on the page.

    Remember to disable this after troubleshooting by setting WP_DEBUG and WP_DEBUG_DISPLAY back to false, as displaying errors publicly can expose sensitive information.

    Let me know how it goes. Thanks

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    What error?

    I think the issue was solved @sterndata . It was showing Critical Error message when I viewed the site.

    Thread Starter berry12

    (@berry12)

    Finally my website is working ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.