I'm receiving several undefined error notices after adding a subscription from subscription manager.
Not sure if this issue belongs there or here.
I'm working on a clean Pressflow for D6 under Pantheons environment with PHP v5.3.9
Here are the errors I'm receiving.
Notice: Undefined property: stdClass::$model in uc_product_insert() (line 676 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/ubercart/uc_product/uc_product.module).
Notice: Undefined property: stdClass::$list_price in uc_product_insert() (line 676 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/ubercart/uc_product/uc_product.module).
Notice: Undefined property: stdClass::$cost in uc_product_insert() (line 676 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/ubercart/uc_product/uc_product.module).
Notice: Undefined property: stdClass::$sell_price in uc_product_insert() (line 676 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/ubercart/uc_product/uc_product.module).
Notice: Undefined property: stdClass::$weight in uc_product_insert() (line 676 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/ubercart/uc_product/uc_product.module).
Notice: Undefined property: stdClass::$weight_units in uc_product_insert() (line 676 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/ubercart/uc_product/uc_product.module).
Notice: Undefined property: stdClass::$length in uc_product_insert() (line 676 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/ubercart/uc_product/uc_product.module).
Notice: Undefined property: stdClass::$width in uc_product_insert() (line 676 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/ubercart/uc_product/uc_product.module).
Notice: Undefined property: stdClass::$height in uc_product_insert() (line 676 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/ubercart/uc_product/uc_product.module).
Notice: Undefined property: stdClass::$length_units in uc_product_insert() (line 676 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/ubercart/uc_product/uc_product.module).
Notice: Undefined property: stdClass::$pkg_qty in uc_product_insert() (line 676 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/ubercart/uc_product/uc_product.module).
Notice: Undefined property: stdClass::$default_qty in uc_product_insert() (line 676 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/ubercart/uc_product/uc_product.module).
Notice: Undefined property: stdClass::$shippable in uc_product_insert() (line 676 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/ubercart/uc_product/uc_product.module).
Notice: Undefined property: stdClass::$model in uc_product_insert() (line 679 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/ubercart/uc_product/uc_product.module).
Notice: Undefined property: stdClass::$list_price in uc_product_insert() (line 679 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/ubercart/uc_product/uc_product.module).
Notice: Undefined property: stdClass::$cost in uc_product_insert() (line 679 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/ubercart/uc_product/uc_product.module).
Notice: Undefined property: stdClass::$sell_price in uc_product_insert() (line 679 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/ubercart/uc_product/uc_product.module).
Notice: Undefined property: stdClass::$weight in uc_product_insert() (line 679 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/ubercart/uc_product/uc_product.module).
Notice: Undefined property: stdClass::$weight_units in uc_product_insert() (line 679 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/ubercart/uc_product/uc_product.module).
Notice: Undefined property: stdClass::$length in uc_product_insert() (line 679 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/ubercart/uc_product/uc_product.module).
Notice: Undefined property: stdClass::$width in uc_product_insert() (line 679 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/ubercart/uc_product/uc_product.module).
Notice: Undefined property: stdClass::$height in uc_product_insert() (line 679 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/ubercart/uc_product/uc_product.module).
Notice: Undefined property: stdClass::$length_units in uc_product_insert() (line 679 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/ubercart/uc_product/uc_product.module).
Notice: Undefined property: stdClass::$pkg_qty in uc_product_insert() (line 679 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/ubercart/uc_product/uc_product.module).
Notice: Undefined property: stdClass::$default_qty in uc_product_insert() (line 679 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/ubercart/uc_product/uc_product.module).
Notice: Undefined property: stdClass::$ordering in uc_product_insert() (line 679 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/ubercart/uc_product/uc_product.module).
Notice: Undefined property: stdClass::$shippable in uc_product_insert() (line 679 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/ubercart/uc_product/uc_product.module).
Notice: Undefined index: recurring in uc_recurring_subscription_product_form_submit() (line 544 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/uc_recurring/modules/uc_recurring_subscription/uc_recurring_subscription.admin.inc).
Notice: Undefined property: stdClass::$initial_charge in uc_recurring_product_feature_save() (line 201 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/uc_recurring/modules/uc_recurring_product/uc_recurring_product.module).
Notice: Undefined property: stdClass::$regular_interval in uc_recurring_product_feature_save() (line 202 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/uc_recurring/modules/uc_recurring_product/uc_recurring_product.module).
Notice: Undefined property: stdClass::$number_intervals in uc_recurring_product_feature_save() (line 203 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/uc_recurring/modules/uc_recurring_product/uc_recurring_product.module).
Notice: Undefined property: stdClass::$number_intervals in uc_recurring_product_feature_save() (line 203 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/uc_recurring/modules/uc_recurring_product/uc_recurring_product.module).
Notice: Undefined property: stdClass::$pfid in uc_recurring_product_feature_save() (line 208 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/uc_recurring/modules/uc_recurring_product/uc_recurring_product.module).
Notice: Undefined property: stdClass::$revision in uc_product_update() (line 697 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/ubercart/uc_product/uc_product.module).
Notice: Undefined property: stdClass::$cost in uc_product_update() (line 704 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/ubercart/uc_product/uc_product.module).
Notice: Undefined property: stdClass::$weight in uc_product_update() (line 704 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/ubercart/uc_product/uc_product.module).
Notice: Undefined property: stdClass::$weight_units in uc_product_update() (line 704 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/ubercart/uc_product/uc_product.module).
Notice: Undefined property: stdClass::$length in uc_product_update() (line 704 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/ubercart/uc_product/uc_product.module).
Notice: Undefined property: stdClass::$width in uc_product_update() (line 704 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/ubercart/uc_product/uc_product.module).
Notice: Undefined property: stdClass::$height in uc_product_update() (line 704 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/ubercart/uc_product/uc_product.module).
Notice: Undefined property: stdClass::$length_units in uc_product_update() (line 704 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/ubercart/uc_product/uc_product.module).
Notice: Undefined property: stdClass::$pkg_qty in uc_product_update() (line 704 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/ubercart/uc_product/uc_product.module).
Notice: Undefined property: stdClass::$default_qty in uc_product_update() (line 704 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/ubercart/uc_product/uc_product.module).
Notice: Undefined property: stdClass::$ordering in uc_product_update() (line 704 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/ubercart/uc_product/uc_product.module).
Notice: Undefined property: stdClass::$shippable in uc_product_update() (line 704 of /srv/bindings/b563fca9a85f4b33a9496e7754686c77/code/sites/all/modules/ubercart/uc_product/uc_product.module).
Comments
Comment #1
tr commentedDrupal 6 and Ubercart are not E_ALL compliant, especially under PHP 5.3. Pressflow turns on E_NOTICE, which is not the default setting for Drupal 6 and is why you see the notices. If you don't want to see them, turn off E_NOTICE. The vast majority of these notices, and all of the ones above, do not indicate problems in Ubercart. We have been addressing these one by one as we encounter them when maintaining the Drupal 6 version of Ubercart, and will fix any you want to provide a patch for, but our priority here is to not break code that is used by a lot of people and is known to work.
Comment #2
somimi commentedI'm getting the exact same errors on my D7 install with Ubercart 7.x-3.1. Just wanted to add that in, even though it's for a different version.
Comment #3
longwaveYou are getting the "exact same errors"? So that's all of the ones listed above, down to the line number?
Comment #4
wormz30 commentedI'm running into the same problem! and i'm using the latest dev stuff for drupal 7.
Comment #5
longwaveThe exact same problem cannot happen in 7.x-3.x, at least the line numbers will be different if nothing else. If you need help with similar error messages, please start a new issue, and copy and paste the exact error messages you are seeing.