Tagged: cornerstone
-
AuthorPosts
-
September 8, 2016 at 4:20 am #1166124
Hey,
Cornerstone seems to be stuck on loading?
wordpress 4.6.1
xtheme 4.6.2
cornerstone 1.3.2September 8, 2016 at 4:21 am #1166126This reply has been marked as private.September 8, 2016 at 7:50 am #1166329Hi there,
Thankd for writing in! You can try adding the following lines into your wp-config.php file in the root of your WordPress installation.
define( 'WP_MEMORY_LIMIT', '256M' ); define( 'WP_MAX_MEMORY_LIMIT', '512M' );
You can add the above code, before the following lines:
/* That's all, stop editing! Happy blogging. */
Thanks!
October 7, 2016 at 2:17 am #1206428doesn’t seem to be working =\
October 7, 2016 at 2:40 am #1206448Hi,
I can you are using cloudflare.
You can try this – https://community.theme.co/forums/topic/cornerstone-broken-2/#post-333648
Hope that helps.
October 14, 2016 at 3:29 am #1215879Still doesn’t seem to be working after adjustments on cloudflare =\
Also, I just changed my wp installation to a multisite network.
When I go to settings > permalink, I get his error msg:
Fatal error: Out of memory (allocated 69992448) (tried to allocate 72 bytes) in
…./wp-content/plugins/cornerstone/includes/classes/controls/class-control.php on line 144I had to deactivate cornerstone to access permalink settings. Reactivating cornerstone gives the same memory problem.
October 14, 2016 at 3:41 am #1215896Hi there,
Are you on shared hosting? It’s trying to allocate memory more that 69992448 ( 69mb ). Which means, your memory limit is about 70mb, increasing memory limit should fix that. If not, then your hosting is restricting it and it’s mostly true in shared hosting. You should contact your hosting provider if you’re allowed to increase your site’s memory limit.
Thanks!
October 14, 2016 at 5:46 am #1215994Update:
Cornerstone seems to be working on the other sites in the multisite network. Still not working in the main one
O.o
October 14, 2016 at 9:58 am #1216224Hey There,
Thanks for writing in!
Cornerstone works in Multisite setup. Looks like there are some issues with your host or server setup though. As Rad mentioned, you should contact your hosting provider to increase the limit.
Furthermore, you can try a fresh installation of Cornerstone. Download WordPress from the WordPress Directory and you can install it within the sub-site from Dashboard >> Add-Ons.
Let us know how this goes!
October 18, 2016 at 11:54 pm #1221829If it’s only not working for the main domain, is it still a memory problem? Wouldn’t it affect all sites within the network?
Also, it seems like templates might factor in.
I just changed a template from ‘default’ to ‘layout, full width’, saved it, and it’s not back to the endless loading loop, even on the multisite.
I just contact my host and they said that I can’t increase the memory limit for my account.
October 19, 2016 at 10:42 am #1222431Hi there,
Template won’t change affect loading Cornerstone as you can use any page template. As it shows memory error, apparently it’s a memory issue. What’s the max memory your host can set for you?
Thanks!
October 22, 2016 at 4:12 am #12263691. Permalink Memory Problem:
I’ve been told that it’s 256mb for my account.
Which is weird because it seems to have problems loading more than 70mb?
2. Cornerstone Problem
I’m sorry I think I got a little mixed up. Is the memory problem related to cornerstone not loading?
I’ve replicated the problem. Cornerstone loads fine using the default template, but it will not load once I try to use the full width template. This is a consistent thing. So this is related to the memory issue?
October 22, 2016 at 5:01 am #1226398Hi there,
Which template? Yes, the reason why it’s not loading is because of fatal error due to memory limit. It works on a different template since it has the different set of codes, and each code has memory usage. Remember that it’s trying to allocate extra 72 bytes after 69992448 bytes (which makes it a total of almost 70mb). And switching to another template free-up some bytes.
Thanks!
-
AuthorPosts