After Payment from Paypal, get this error.

PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'skillres.commerce_subscription' doesn't exist: INSERT INTO {commerce_subscription} (type, created, changed, uid, status) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3, :db_insert_placeholder_4); Array ( [:db_insert_placeholder_0] => membership [:db_insert_placeholder_1] => 1400682767 [:db_insert_placeholder_2] => 1400682767 [:db_insert_placeholder_3] => 3 [:db_insert_placeholder_4] => 1 ) in drupal_write_record() (line 7194 of E:\wamp\www\skillres\includes\common.inc).

Comments

vivdrupal’s picture

Category: Bug report » Support request

Resolved -- Had previously installed the 7.x-2.x-dev version and then removing the module tried installing the 7.x-1.x-dev, -- since the .install file would run nly the first time a module is installed, so the tables were not created.

rcross’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.