Hi there, I'm having this issue too. I'm running the latest version of Thematic (0.9.7.7) and am building a child theme. The issue occurs at various times when I submit various things like posts or changes to plugin settings in the admin interface. I get the white-screen-o'death arrgh...
I am working on a local server. I turned on debugging, and this is the error message I get.
Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or init hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /Applications/MAMP/htdocs/dev.different.com.au/wp-includes/functions.php on line 3587
Warning: Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/dev.different.com.au/wp-includes/functions.php:3587) in /Applications/MAMP/htdocs/dev.different.com.au/wp-includes/pluggable.php on line 866
So I get the big picture behind using a hook... and making sure things don't get registered/enqueued before wp_enqueue_script()... but I'm a bit of a newbie and don't understand the detail of where I need to make the required changes... and exactly what those changes should be. Can someone break it down for me as if I've got special needs?
Thanks.
[EDIT] - I just realised I'm posting this to the wrong thread... it probably needs to go somewhere else. Perhaps a moderator can advise. Cheers.