Hello!

I am newbie in using Drupal.
I installed the Commerce Subscription module
whenever I view the Store > Subscriptions > Edit View
I get this error,

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'webartde_sc.commerce_subscription' doesn't exist.

What might be wrong here?
Is it the module itself or am I missing something?
I'll gladly appreciate any help.

Comments

switmac’s picture

Status: Active » Closed (fixed)

this is fixed already.

just copy the code from version 1.x commerce_subscription.install file to version 2.x commerce_subscription.install file
so that the table commerce_subscription will be created upon installation.