Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #297545

    jared d
    Participant

    Using Cornerstone now, all my other pages I can edit but my home page just spins or thinks. How can I fix that.
    http://www.danfordgolfinstruction.com

    #298176

    Zeshan
    Member

    Hi Jared,

    Thanks for writing in! Would you mind providing us with your WordPress login credentials so that we can take a closer look to the issue? Don’t forget to select Set as private reply to ensure your data remains hidden from other users.

    Thanks!

    #298564

    jared d
    Participant
    This reply has been marked as private.
    #299169

    Darshana
    Moderator

    Hi there,

    Thanks for writing in! It seems that the login credentials you have provided are invalid. Could you please check it again and provide us with the correct information. So that we can check your issue.

    Thanks!

    #299313

    jared d
    Participant
    This reply has been marked as private.
    #299807

    Darshana
    Moderator

    Hi there,

    Thank you for the login credentials. I was able to see the issue as you have mentioned (http://screencast.com/t/7uoPlSgrIM).

    The page might have exhausted your PHP memory limit. Please try to increase your WP memory limit as follows.
    https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
    http://docs.woothemes.com/document/increasing-the-wordpress-memory-limit/

    Also a loading screen sometimes would mean there is a fatal PHP error. Can you please enable WP_DEBUG mode? You can do this by opening wp-config.php and 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 loading screen, you should have some error output describing the issue in more detail.

    Please let us know how it goes.

    #300239

    jared d
    Participant

    ok I did both suggested changes and i still have the same issue. net step is>

    #300248

    jared d
    Participant

    this is also now showing up,
    Notice: Use of undefined constant WPLANG – assumed ‘WPLANG’ in /hermes/walnaweb02a/b1756/moo.danfordgolfinstructi/wp-content/plugins/google-maps-ready/config.php on line 3 Notice: Use of undefined constant WPLANG – assumed ‘WPLANG’ in /hermes/walnaweb02a/b1756/moo.danfordgolfinstructi/wp-content/plugins/google-maps-ready/config.php on line 6

    #300436

    jared d
    Participant

    looks like every page is not working now.

    #300438

    jared d
    Participant

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, class ‘VCExtendAddonCustomLayoutClass’ does not have a method ‘showVcVersionNotice’ in /hermes/walnaweb02a/b1756/moo.danfordgolfinstructi/wp-includes/plugin.php on line 496

    and this just showed up as well

    #300686

    Rue Nel
    Moderator

    Hello There,

    The errors shows that the 3rd party plugin Google Maps Ready you have installed is generating an error. Please deactivate this plugin or totally removed it and test your page again. If the issue has been resolve, you can then turn of again the debug mode by changing it back to false.

    Thank you.

    #300935

    jared d
    Participant

    deactivated the plugin and this still comes up
    Warning: call_user_func_array() expects parameter 1 to be a valid callback, class ‘VCExtendAddonCustomLayoutClass’ does not have a method ‘showVcVersionNotice’ in /hermes/walnaweb02a/b1756/moo.danfordgolfinstructi/wp-includes/plugin.php on line 496

    and i still cant edit my front page!

    #301238

    Christopher
    Moderator

    Hi there,

    You could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    If it doesn’t help either please provide us with FTP credentials as well.

    Thanks.