Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1166124

    shadowoflight
    Participant

    Hey,

    Cornerstone seems to be stuck on loading?

    wordpress 4.6.1
    xtheme 4.6.2
    cornerstone 1.3.2

    #1166126

    shadowoflight
    Participant
    This reply has been marked as private.
    #1166329

    Darshana
    Moderator

    Hi 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!

    #1206428

    shadowoflight
    Participant

    doesn’t seem to be working =\

    #1206448

    Paul R
    Moderator

    Hi,

    I can you are using cloudflare.

    You can try this – https://community.theme.co/forums/topic/cornerstone-broken-2/#post-333648

    Hope that helps.

    #1215879

    shadowoflight
    Participant

    Still 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 144

    I had to deactivate cornerstone to access permalink settings. Reactivating cornerstone gives the same memory problem.

    #1215896

    Rad
    Moderator

    Hi 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!

    #1215994

    shadowoflight
    Participant

    Update:

    Cornerstone seems to be working on the other sites in the multisite network. Still not working in the main one

    O.o

    #1216224

    Rahul
    Moderator

    Hey 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!

    #1221829

    shadowoflight
    Participant

    If 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.

    #1222431

    Rupok
    Member

    Hi 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!

    #1226369

    shadowoflight
    Participant

    1. 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?

    #1226398

    Rad
    Moderator

    Hi 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!