Tagged: x
-
AuthorPosts
-
May 4, 2016 at 8:53 am #912490
Jeff GParticipantHi!
I have the latest versions of WordPress (4.5.1), X (4.4.2) and Cornerstone (1.2.4) running on my site. For some odd reason I’m unable to open the Customize panel for my theme. Whenever I try to do so I’m taken to an error page that says “The domain is currently unable to handle this request – HTTP Error 500”. Any idea why this may be happening?
Thanks for your help!
May 4, 2016 at 11:47 am #912797
ThaiModeratorHi There,
Could you please try adding the following code into your wp-config.php file in the root of your WordPress installation.
define( 'WP_MEMORY_LIMIT', '256M' ); define( 'WP_MAX_MEMORY_LIMIT', '512M' );If that doesn’t help, please provide us with your admin account, website URL and FTP login credentials to check your current setup.
Thanks!
May 4, 2016 at 11:54 am #912812
Jeff GParticipantThis reply has been marked as private.May 4, 2016 at 3:50 pm #913202
JoaoModeratorHi Jeff
Please provide us the WP Admin credentials as well.
Thanks
Joao
May 4, 2016 at 4:55 pm #913305
Jeff GParticipantThis reply has been marked as private.May 4, 2016 at 10:42 pm #913705
Rue NelModeratorHello There,
A white screen usually means there is a fatal PHP error. Can you please enable WP_DEBUG mode? You can do this by opening
wp-config.phpand adding
define( 'WP_DEBUG' , true );just above/* That's all, stop editing! Happy blogging. */For example:define('WP_DEBUG', true); /* That's all, stop editing! Happy blogging. */When you revisit the page with the white screen, you should have some error output describing the issue in more detail.
To save you from trouble, I was able to figure out the issue. The 3rd party plugin List Yo’ Files is generating an error in your site. You have to deactivate this plugin.
Please let us know how it goes.
May 5, 2016 at 8:32 am #914244
Jeff GParticipantThis reply has been marked as private.May 5, 2016 at 12:40 pm #917016
JoaoModeratorYou are welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-912490 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
