On 234 line of print.pages.inc is the following

$footer = variable_get('site_footer', FALSE) . "\n" . theme('blocks', 'footer');

This produces the error Theme key "blocks" not found. to be recorded in the logs. Looking at the Drupal API docs, the theme_blocks function is not available in Drupal 7.

Comments

jcnventura’s picture

Status: Active » Fixed

Thanks for tip.. Fixed in dev.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.