Hi,
There was a typo in the UPGRADE docs:
ALTER TABLE Links_Score_List CHANGE Position Word_Post INT DEFAULT 0
should have been:
ALTER TABLE Links_Score_List CHANGE Position Word_Pos INT DEFAULT 0
Type 'DESCRIBE Links_Score_List' from the SQL monitor. If you see Word_Post, then enter:
ALTER TABLE Links_Score_List CHANGE Word_Post Word_Pos INT DEFAULT 0
and you should be working again. I'm going to update the file today so no one else runs into this.
Cheers,
Alex
--
Gossamer Threads Inc.
There was a typo in the UPGRADE docs:
ALTER TABLE Links_Score_List CHANGE Position Word_Post INT DEFAULT 0
should have been:
ALTER TABLE Links_Score_List CHANGE Position Word_Pos INT DEFAULT 0
Type 'DESCRIBE Links_Score_List' from the SQL monitor. If you see Word_Post, then enter:
ALTER TABLE Links_Score_List CHANGE Word_Post Word_Pos INT DEFAULT 0
and you should be working again. I'm going to update the file today so no one else runs into this.
Cheers,
Alex
--
Gossamer Threads Inc.