• Hi there,

    I am hoping someone can help me to solve the issue I have with a blank screen whenever I save a post or page, or update the site in any way. I have implemented error logging and am getting the following message:

    Strict Standards: Declaration of TO_Terms_Walker::start_el() should be compatible with Walker::start_el(&$output, $object, $depth = 0, $args = Array, $current_object_id = 0) in /wp-content/plugins/advanced-taxonomy-terms-order/include/terms_walker.php on line 47

    Warning: Cannot modify header information - headers already sent by (output started at /wp-content/plugins/advanced-taxonomy-terms-order/include/terms_walker.php:47) in /home/playonli/public_html/moulinrotyaus-wp/wp-includes/pluggable.php on line 1178

    I can’t work out what it is trying to tell me about the code in those two files. I have tried searching for blank spaces and have deleted any spaces at line 47 and line 1178, but this didn’t work.

    Can anyone understand what I need to find in these files to fix this issue?

    Thanks heaps in advance!
    Sarah

Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    First, isolate the cause of the problem. It may not be exactly what is detailed in the error, the error may be just another symptom.

    Try deactivating all plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    If that does not resolve the issue, try switching to the Twenty Fifteen theme to rule-out a theme-specific issue (theme functions can interfere like plugins).

    Temporary fix:

    Set WP_DEBUG to false in wp-config.php

    OR set the error level to warning.

    Thread Starter softsleepysounds

    (@softsleepysounds)

    Strange!! Setting the wp-debug to false in wp-config seemed to fix the problem! I now have to find out how to set the error level to warning, and is there something more permanent that could be underlying this problem?

    Thanks so much!

    I really didn’t want to deactivate all the plugins because I did not develop the theme and need to use it as is.

    Thanks again!

    🙂

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    Yes, there is more than likely a more permanent fix to an underlying problem, but we won’t even know where to begin if you aren’t willing to do the basic troubleshooting already presented.

    Offhand, it looks like the problem is with the Advanced Taxonomy Terms Order plugin. Deactivating it would confirm if it was the cause.

    Thread Starter softsleepysounds

    (@softsleepysounds)

    Thanks a lot for your further reply. . . The plugin that you mentioned has an update pending. I will need to get the licence key from the person who developed the original site in order to update it. At the moment, I am scared that if I deactivate it, I will lose access to it completely. . . it is a bit hard when I didn’t develop the site myself!

    I will definitely follow up on this, though! Thanks so much for your feedback 🙂

    Cheers,
    Sarah

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    If there’s an update available, it’s probably best to just wait for that.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘blank page after saving’ is closed to new replies.