Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

When I activate a theme that I made, after any save or submit that refreshes the page on wp-admin I get a blank screen, If I go back and refresh the page the settings are saved.
If I close the page in this blank state, I can't reopen wp-admin and get blank page on any wp-admin subfolder

I installed my theme on a fresh WP site and the problem reoccured, however it only happens when I work on a mac (with MAMP), I have WP with the same theme on a PC (with XAMPP) and it doesn't happen there.(restarting MAMP or the mac didn't help)
This problem does not seem to effect the WP site, only the admin.

Any ideas what that might be?

share|improve this question
1  
get any errors from wp_debug? www.wprecipes.com/how-to-easily-enabledisable-debug-mode-in-wordpress – helgatheviking Jul 8 '12 at 12:40
@helgatheviking I set it up, where am I suppose to see the errors? – IlyaD Jul 8 '12 at 12:55
1  
you must visit your site and add the GET variables... so www.mysite.com/wp-admin?debug=debug just trying to rule out errors in your theme's code. next i'd suggest removing everything from your theme's functions.php and adding the functions back one at a time. – helgatheviking Jul 8 '12 at 16:08
@helgatheviking tahnx, that's what I did and I got the same blank page. I'll try the functions.php – IlyaD Jul 9 '12 at 11:16
1  
also disable all your plugins. another major step in the debug process. – helgatheviking Jul 9 '12 at 14:40
show 2 more comments

closed as too localized by toscho Sep 16 '12 at 10:20

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.