Folks: I am upgrading my site from Drupal 6 to 7. All is well, except for the Ubercart stuff. I get an error message (below) and need to do some hand editing of the db. But, I can't tell, from the error message what table I need to edit. I don't see role_permission in any of the uc_order_#### tables.
How should I approach this? Thanks, Bill
The following updates returned messages
uc_order module
Update #7301
Failed: PDOException: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'module' cannot be null: INSERT INTO {role_permission} (rid, permission, module) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2); Array ( [:db_insert_placeholder_0] => 2 [:db_insert_placeholder_1] => view own invoices [:db_insert_placeholder_2] => ) in user_role_grant_permissions() (line 3058 of /Applications/MAMP/htdocs/modules/user/user.module). I Prothero William waprothero@gmail.com