Got the following error.
Fatal error: Call to undefined function drupal_set_html_head() in xxx/modules/uc_product_blocks/uc_product_blocks.module on line 7

Need your help to figure out whats wrong with my site.
http://www.ubercart.org/forum/support/6956/fatal_error

Comments

bakyildiz’s picture

Assigned: Unassigned » bakyildiz

Is it possible to insert the following line into xxx/modules/uc_product_blocks/uc_product_blocks.module file after function uc_product_blocks_init() {

require_once './includes/common.inc';

Should look like

function uc_product_blocks_init() {
  require_once './includes/common.inc';
  drupal_set_html_head('<script type="text/javascript" src="'.
   ...
   ...

Try this and feedback please.

Strompf’s picture

Yes! It works, even now, almost four years after your posting.

Thank you for saving the day, and the site: http://www.koolborstels-online.nl/