Title: Great plugin, recent issues
Last modified: August 20, 2018

---

# Great plugin, recent issues

 *  Resolved [vogorbis](https://wordpress.org/support/users/vogorbis/)
 * (@vogorbis)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/great-plugin-recent-issues/)
 * 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](https://wordpress.org/support/users/wpmudev-support1/)
 * (@wpmudev-support1)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/great-plugin-recent-issues/#post-10610442)
 * Hi [@vogorbis](https://wordpress.org/support/users/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](https://wordpress.org/support/users/wpmudev-support6/)
 * (@wpmudev-support6)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/great-plugin-recent-issues/#post-10640070)
 * Hi [@vogorbis](https://wordpress.org/support/users/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.

 * ![](https://s.w.org/plugins/geopattern-icon/membership_b8cdaa.svg)
 * [Membership 2](https://wordpress.org/plugins/membership/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/membership/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/membership/)
 * [Active Topics](https://wordpress.org/support/plugin/membership/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/membership/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/membership/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Dimitris – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support6/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/great-plugin-recent-issues/#post-10640070)
 * Status: resolved