• Resolved ProjectsMadeSimple

    (@projectsmadesimple)


    website is katanaabbott.com

    Unable to make a change to page and have it update.

    Takes us to (http://www.katanaabbott.com/wp-admin/post.php?post=7566&action=edit) with a flat white screen. No changes are made.

    Have updated to 3.8, went in and re-updated manually. Removed plugins, added plugins, with no success or changes. Have even tried changing it to a normal wordpress theme.

    Something is corrupted and not sure where to start- any help would be greatly appreciated!

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’ve updated a couple of sites to 3.8 so far and haven’t seen that problem.

    If you’re getting a purely white screen, you need to chagne this in your wp-config.php file to see what the error is:

    define('WP_DEBUG', true);

    That will let the errors show, and you’ll know what the problem actually is.

    Rememeber to change it back to true when you’ve got it sorted out.

    Thread Starter ProjectsMadeSimple

    (@projectsmadesimple)

    Sorry should have been more clear. I updated to 3.8 to see if I could fix it. Unfortunately, it did not fix it so I can not blame 3.8. This is a new issue to her site, but nothing big had changed recently that would have caused it. I will try your suggestion and get back to you!

    Thread Starter ProjectsMadeSimple

    (@projectsmadesimple)

    Debug mode enabled. showing the following errors after disabling offending plugins (they were in the errors too, but no longer)

    Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /home/content/32/8554932/html/wp-includes/functions.php on line 3049
    
    Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /home/content/32/8554932/html/wp-includes/functions.php on line 2908
    
    Notice: Undefined index: page in /home/content/32/8554932/html/wp-content/themes/katanaabbottpink/functions.php on line 39

    looked at the listed files but it seems that those are just either showing where that particular call was generated or nothing that i can currently make sense of.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Unable to make changes’ is closed to new replies.