• Resolved vogorbis

    (@vogorbis)


    Hi, Membership 2 free has been such great value for us for around 2 years, having many cool features. Unfortunately it has recently become responsible for throwing up 500 Internal Server Errors on our site. Has this become an issue elsewhere?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi @vogorbis,

    Sorry to hear you’re having issues with M2, can you tell me if these issues started since the update or any other significant change on your site because we didn’t had more reports about this?

    Also, can you enable debug log in your wp-config.php file (located in root WP folder) by replacing define(‘WP_DEBUG’, false); with this code:

    
    // Enable WP_DEBUG mode
    define('WP_DEBUG', true);
    
    // Enable Debug logging to the /wp-content/debug.log file
    define('WP_DEBUG_LOG', true);
    
    // Disable display of errors and warnings
    define('WP_DEBUG_DISPLAY', false);
    @ini_set( 'log_errors', 1 );
    @ini_set( 'display_errors', 0 );
    

    Follow the steps to see the 500 error again and this should create debug.log file in your wp-content folder that could tell us what is going on.
    Can upload that file to any file sharing service and share it here so we can have a look at the error itself?

    Cheers,
    Predrag

    Plugin Support Dimitris – WPMU DEV Support

    (@wpmudev-support6)

    Hi @vogorbis,

    We haven’t heard back from you lately, so I’m marking this topic as resolved. Feel free to post back any update and we can re-open it and carry on troubleshooting, if needed. 🙂

    Thank you,
    Dimitris

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

The topic ‘Great plugin, recent issues’ is closed to new replies.