Tagged: x
-
AuthorPosts
-
August 11, 2016 at 3:41 pm #1127705
Joshua MParticipantWhen building a site for a client, who has a secure server, I had to drop X theme in via FTP because of their WordPress install having the “upload_max_filesize” error when trying to do it through the dashboard. Now that I did that, the site is down.
How do I fix this?
August 11, 2016 at 3:44 pm #1127708
Joshua MParticipantThis reply has been marked as private.August 11, 2016 at 3:51 pm #1127713
Joshua MParticipantThe site is there now, but it’s a blank WordPress starter site and I can’t get to the wp-admin page.
August 11, 2016 at 9:24 pm #1128183
Rue NelModeratorHello There,
Thanks for the updates! A white or blank 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.
Please let us know how it goes.
August 15, 2016 at 12:35 pm #1132229
Joshua MParticipantI’m having problems accessing the file, as the unpredictability of the issue is the biggest challenge. I’ll be able to log into wp-admin to get to the dashboard, but sometimes I won’t. Sometimes when I get in there, I can click a link or two, and sometimes I can’t. Is there any other way to look at this?
August 15, 2016 at 12:37 pm #1132233
Joshua MParticipantI’ve managed to make the update to wp-config…let me know what you find.
August 15, 2016 at 12:57 pm #1132268
RahulModeratorGlad you’ve sorted it out.
If you have anything further to ask, let us know. We’d be happy to assist you with everything.
Thanks for using the X-theme!
August 15, 2016 at 1:13 pm #1132294
Joshua MParticipantHere’s the error report:
Fatal error: Allowed memory size of 52428800 bytes exhausted (tried to allocate 7680 bytes) in /var/www/vhosts/watervest.org/wp-admin/includes/deprecated.php on line 1205
How do we fix that?
August 15, 2016 at 4:05 pm #1132494
JadeModeratorHi Joshua,
You can try adding this in your wp-config.php located at the root directory of your site.
define( 'WP_MEMORY_LIMIT', '256M' ); define( 'WP_MAX_MEMORY_LIMIT', '512M' );You can add it before the line
/* That’s all, stop editing! Happy blogging. */
In case this will not solve it, kindly get in touch with your hosting provider and ask them to increase your PHP memory limit.
Hope that helps.
August 15, 2016 at 9:44 pm #1132894
Joshua MParticipantLooks like everything is up and running! Thanks. 😀
August 16, 2016 at 2:26 am #1133108
FriechModeratorGlad to hear that, should you require any further assistance with X|THEME and Cornerstone, please feel free to get in touch with us.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1127705 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
