Posted by sato on January 30, 2009 at 12:40am
Jump to:
| Project: | Ubercart Text Based Best Sellers Blocks |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | bakyildiz |
| Status: | active |
Issue Summary
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
#1
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.