FIND in /includes/common.inc:
// To conserve CPU and bandwidth, omit the blocks
print theme('page', $return, FALSE);
REPLACE WITH: // To conserve CPU and bandwidth, omit the blocks
//print theme('page', $return, FALSE);
print theme('page', $return, TRUE);
The sidebars have been omitted in Drupal error pages to save server resources but there are times when you may want to keep the sidebars on error pages.-=DKC=-














