Please install the health check plugin and verify your site runs on PHP version 5.3 or greater. http://ww.wp.xz.cn/plugins/health-check/
If it is not. You need to contact your hosting provider for them to upgrade. PHP 5.3 came out in 2010
thank you David
The health check says:
“Excellent: Your server is running PHP version 5.4.27 and MySQL version 5.5.37 which will be great for WordPress 3.2 onward.”
Anything else you recommend?
thanks 🙂
Sounds like a plugin/theme conflict.
To test for a theme conflict:
- Activate default Twenty Ten, Eleven, Twelve, or Thirteen theme
- Check to see if the issue still occurs
- If the issue does not occur after having activated the default “Twenty” theme, your theme is causing a conflict with landing pages.
To test for a plugin conflict:
- Deactivate ALL plugins
- Activate Landing Pages
- Check to see if the issue occurs
If the issue does not occur, one (or more) of your plugins is causing a conflict with Landing Pages.
To determine which plugin(s) is causing the conflict, follow these steps:
- Activate each plugin one by one
- Check to see if the issue occurs after each plugin is activated
I get a blank white screen on the site as well as the admin page, so I cannot activate or deactivate anything. What to do?
I’m running WP 3.9.1 MultiSite. Is the plugin compatible with WPMU?
Do this http://www.inboundnow.com/what-to-do-if-a-wordpress-plugin-breaks-your-site/
Then
Turn on WP_DEBUG to display your specific error message by adding:
define( ‘WP_DEBUG’, true );
To the top of your wp-config.php file.
Post the error message you see here and we might be able to fix it.