Quote:
Originally Posted by Allairus
Ok thanks. I will check that out this evening. I did not even see the table for bots_version.
|
Bummer. If that's the case before you can try using the update script try manually creating those version tables. Again, I typically type this stuff into a mysql command line, but you can create a query in Heidi and run the query with the same effect. Just type these in when you are inside the db (peq for example).
Code:
ALTER TABLE `db_version` ADD `bots_version` int(11) DEFAULT '0' AFTER `version`;