This is on a fresh install of Drupal 6.4 and ubercart from CVS.

notice: Undefined variable: output in /path/to/drupal/sites/all/modules/ubercart/uc_product/uc_product.module on line 155.

The error appears on "every" page including , node/nid and admin pages.

Comments

Andy_Lowe’s picture

The CVS version of Ubercart is under active development and not meant to be used for anything other then development. That being said, can you post line 155 of your version of the uc-product.module file or tell us which CVS version # your file is?
Peace,
Andy

Island Usurper’s picture

Status: Active » Fixed

Drupal 6 usually suppresses E_NOTICE errors, but I guess E_STRICT compliance is a good goal to shoot for.

The problem was in uc_product_help(), which returns $output, but doesn't always set a value to it.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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