Hi Turgrid,
I'm just getting back to testing this after being sidetracked with other work.
I've updated things tonight to the latest dev, and get the following error when updating a basic Ubercart product node.
user warning: Table 'my_db.mp_seller_rates' doesn't exist query: SELECT rate FROM mp_seller_rates WHERE class = 'product' AND rid = -1 in /home/mysite/public_html/drupal/includes/database.mysql.inc on line 172.
Any suggestions? Can I create this table manually or is there something I missed in the update?
This is using drupal 5.8, UC 5.x-1.3-rc1
Cheers,
TC44
Comments
Comment #1
Turgrid commentedUnfortunately, I did not build an update function, so installing the latest version requires uninstalling the marketplace modules and then reinstalling (unenable on modules page and then uninstall on uninstall tab). Doing so will create the missing database table--mp_seller_rates--that was added in BETA2. If you have data you would like to save, you can do these database edits manually. Have a look at mp_reports and mp_products .install files (one new table added in each). Also, a column was edited in mp_orders.install. Run the appropriate queries or do the reinstall procedure. Sorry about the complications--the final release will utilize the update function to allow easier updating. Thanks for testing.
Comment #2
TC44 commentedThanks very much,
I've got it sorted out now after uninstalling, reinstalling.
Cheers,
TC44