• This is a new basic install with stock widgets.

    After I add a widget, even if it is just a text widget, then save the changes, the screen then goes blank(white) in admin area. Website is fine and updates are made to the sidebar and it’s contents but admin area is completely inaccessible because the screen is just white. I have tried a reinstall of WordPress. Still the same problem. Any ideas, help or suggestions? TIA.

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

    (@mw247)

    Found the problem. 2.7(not sure if version matters) preferred this…

    <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(Farright) ) : else : ?>

    Instead of this…

    <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(Farright) ) : ?>

Viewing 1 replies (of 1 total)
  • The topic ‘White screen in admin area after adding widget’ is closed to new replies.