I am wondering how stable the update path from the 1.x version is to the 2.x is?

When updating on my site I got these errors when running database updates:

Notice: Undefined index: commerce_subscription in commerce_product_reference_entity_info_alter() (line 811 of /d7path/sites/default/modules/commerce/modules/product_reference/commerce_product_reference.module).
Warning: Invalid argument supplied for foreach() in commerce_product_reference_entity_info_alter() (line 811 of /d7path/sites/default/modules/commerce/modules/product_reference/commerce_product_reference.module).

Not sure how big of a deal these errors are and I am currently testing for anymore update issues. I will post more if I find anything else.

Comments

instanceofjamie’s picture

Category: bug » feature
Status: Active » Postponed

Hi there,

I wouldn't expect the upgrade path to work just yet, because I'm not sure how it's going to look when I'm finished here! I know that I'm shifting a lot of responsibility away from the main subscription module to the payment providers, but a lot of it is unfolding (and being stripped back) as a result of trying things out on my development environment.

When I'm more confident, I'll post on the main module page, update the issues queue, and generally let people know that it's safe to upgrade. In the meantime, there are still some big chunks of this module still being coded. I should get to them in the next week or so, but hold on until you see an alpha release ;-)

I'll set the issue as postponed for now, and revisit it soon, if that's okay.

Thanks!

-- instanceofjamie

deggertsen’s picture

Awesome! Thanks for your work.