• Resolved haccpmentor

    (@haccpmentor)


    Hi, every time I try and activate the plugin (3.9.0) I get a critical wordpress error. I have worked with my hosting provider to find this plugin is the issue. Any help appreciated.

Viewing 1 replies (of 1 total)
  • Plugin Support Darshana

    (@darshanaw)

    Hi @haccpmentor,

    Thanks for reaching out! To troubleshoot this issue further, you can enable your debug log on your WordPress site by following this guide.

    Basically, you need to add the following lines by editing your wp-config.php file. Check this screenshot.

    // Debug Log
    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_LOG', true );
    define( 'WP_DEBUG_DISPLAY', false );

    Then, activate the plugin once again and check your debug log to find out more information. You should be able to access the dubug.log file under “/wp-content/debug.log”.

    Let us know how it goes. Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Critical error when activating’ is closed to new replies.