Quote:
Originally Posted by Cap'n Steve
For everyone getting errors upgrading from 1.0.0 to 1.0.1, running these two queries should enable you to upgrade successfully.
Code:
DELETE FROM $TParcade_news WHERE newsid = 1
Code:
DELETE FROM $TParcade_categories WHERE categoryid IN(1, 2, 3, 4, 5, 7, 8)
Be sure to replace $TP with your table prefix.
|
I had to use those queries, as well as editing the product so it would not add the included games again to upgrade, and it all works good now