? drupalorg_testing-6.x-273586-1.patch ? drupalorg_testing-fix-wsod-273588-1.patch Index: drupalorg_testing.profile =================================================================== RCS file: /cvs/drupal-contrib/contributions/profiles/drupalorg_testing/drupalorg_testing.profile,v retrieving revision 1.42 diff -u -p -r1.42 drupalorg_testing.profile --- drupalorg_testing.profile 16 May 2008 12:21:01 -0000 1.42 +++ drupalorg_testing.profile 22 Jun 2008 20:52:11 -0000 @@ -158,7 +158,7 @@ function _drupalorg_testing_configure_de variable_set('devel_query_display', 1); variable_set('dev_timer', 1); # variable_set('devel_redirect_page', 1); - variable_set('devel_error_handler', DEVEL_ERROR_HANDLER_BACKTRACE); +# variable_set('devel_error_handler', DEVEL_ERROR_HANDLER_BACKTRACE); // Save any old SMTP library if (variable_get('smtp_library', '') != '' && variable_get('smtp_library', '') != drupal_get_filename('module', 'devel')) { variable_set('devel_old_smtp_library', variable_get('smtp_library', ''));