- This topic has 3 replies, 2 voices, and was last updated 11 years, 3 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Troubleshooting › eMember – entire site is blank after enabling plugin.
Tagged: emember blank pages
I just installed the eMember plugin and when I enable it my entire site goes blank. I can navigate to pages on the site; however, every page is blank white–even when viewing the source code for the page there is nothing…no code at all. Then, if I disable the plugin, everything is back to normal.
When enabled, I can however access the wordpress admin–so I was able to go in and configure eMember, create membership levels and manually added myself as a member. But still, when I view the site it’s blank.
I tried installing using both the wordpress installer and via FTP.
I am running the most current versions of WordPress (3.6), Thesis (2.1), and eMember (8.7.2)
Could it be that the latest version of eMember isn’t compatible with the latest versions of WordPress or Thesis?
Please check to see if this issue applies to you…
https://support.tipsandtricks-hq.com/forums/topic/installation-breaks-wp-admin-304-compatible
Thank you! Yes, it was a PHP memory issue. After doing a little research, I decided to try putting the following code right after the <?php tag in the wp-config.php file:
/** Set PHP Memory Limit. */
define(‘WP_MEMORY_LIMIT’, ‘128M’);
It worked great!