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
Comment #1
Andy_Lowe commentedThe 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
Comment #2
Island Usurper commentedDrupal 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.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.