• I have had a recurring issue on long posts on my blog that have been edited hundreds of times. When I click to edit, it returns a blank page.

    I usually troubleshoot this by temporarily renaming my plugin and theme folder – the page then edits normally – but this time it’s different.

    Now, I rename the plugin folder. Then I rename the theme folder… but then the whole blog goes blank.

    So then I try to just rename the current theme, and also activate the default theme. But these workarounds don’t work and edit.php is blank.

    The php errors on this page (with the default theme) are:
    Notice: add_custom_background is deprecated since version 3.4! Use add_theme_support( ‘custom-background’, $args ) instead. in /home/richappl/public_html/flavour/blog/wp-includes/functions.php on line 3201

    Notice: add_custom_image_header is deprecated since version 3.4! Use add_theme_support( ‘custom-header’, $args ) instead. in /home/richappl/public_html/flavour/blog/wp-includes/functions.php on line 3201

    Notice: add_contextual_help is deprecated since version 3.3! Use get_current_screen()->add_help_tab() instead. in /home/richappl/public_html/flavour/blog/wp-includes/functions.php on line 3201

    Nothing fatal?

    Any ideas of what else I can do?

    Thanks!

Viewing 1 replies (of 1 total)
  • Thread Starter termy_raf

    (@termy_raf)

    I have only seen a few posts online with people sharing the same problem and no solutions for blank posts because of multiple revisions.

    In the end I am using PHP Myadmin to directly edit the post.

    This is a recurring problem, and if WordPress can be judged on previous behaviour, the post will come right again… for a while!

Viewing 1 replies (of 1 total)
  • The topic ‘Blank screen on specific long and re-edited posts’ is closed to new replies.