When my script runs the 4th line below in WP 2.9.2, its causing my web app to throw an "Apache HTTP Service has stopped working" error
$cat=get_cat_ID('top-menu');
$catHidden=get_cat_ID('hidden');
$myqueryCurrent = new WP_Query();
$myqueryCurrent->query(array('cat'=>"$cat,-$catHidden",'post__not_in'=>get_option('sticky_posts')));
Do you see something in that 4th line that's incompatible with WP 2.9.2? The code runs fine on the same server under WP 3.0.4
Here's the details of the error:
Problem signature: Problem Event Name: APPCRASH Application Name: httpd.exe Application Version: 2.2.14.0 Application Timestamp: 4aeb9704 Fault Module Name: php5ts.dll Fault Module Version: 5.3.1.0
