Upon creating a subscription product i receive the following errors;

Warning: in_array() expects parameter 2 to be array, null given in drupal_write_record() (line 7247 of C:\wamp\www\cz\includes\common.inc).
Warning: in_array() expects parameter 2 to be array, null given in drupal_write_record() (line 7247 of C:\wamp\www\cz\includes\common.inc).
Warning: in_array() expects parameter 2 to be array, null given in drupal_write_record() (line 7247 of C:\wamp\www\cz\includes\common.inc).
Warning: in_array() expects parameter 2 to be array, null given in drupal_write_record() (line 7247 of C:\wamp\www\cz\includes\common.inc).
Warning: in_array() expects parameter 2 to be array, null given in drupal_write_record() (line 7247 of C:\wamp\www\cz\includes\common.inc).
Notice: Undefined property: stdClass::$initial_charge in uc_recurring_product_feature_save() (line 200 of C:\wamp\www\cz\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 201 of C:\wamp\www\cz\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 202 of C:\wamp\www\cz\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 202 of C:\wamp\www\cz\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 207 of C:\wamp\www\cz\sites\all\modules\uc_recurring\modules\uc_recurring_product\uc_recurring_product.module).

I also tried the latest DEV version and received less but similar errors.

I'm using Ubercart Version: 7.x-3.8 on WAMPserver 2.2 with PHP 5.3.13

I created a subscription product and purchased it with a PayPal sandbox account (also manually added the payment because sandbox doesn't work on a local pc) but when I went to "manage subscribers" there were none there.

Any ideas?

Joshua