I had the WP debug function working in the wp-config.php:
<code>define(‘WP_DEBUG’, true);</code>
It brought up some warnings and errors when I saved any changes to settings. Before I got to carried away I tried turning it off. Everything seemed to work.
Does WP error function break the theme admin interface?