Quote:
Originally Posted by Antiblank
Ok I looked through the XML product file and found the other sql queries.
I manually ran:
ALTER TABLE forum ADD gal_thumbs SMALLINT( 6 ) DEFAULT '0' NOT NULL , ADD gal_statusicon VARCHAR( 100 )
ALTER TABLE thread ADD featured TINYINT( 4 ) NOT NULL
On my database and now I'm able to save setting in the forum manager for all my forums. No idea how those didn't get run when I installed the new version of the product but that seems to have fixed things.
|
That's exactly what I had to do. It was ok with the old version on vb 3.5.5 but upgrading to this new version for vb 3.6.2 deletes those two tables!