Quote:
Originally Posted by hubba
installed the updated script. Now MySQL error:
UPDATE post AS post, thread AS thread SET isusenetpost = 1 WHERE
post.threadid = thread.threadid AND
isusenetpost = 0 AND
thread.forumid NOT IN (200,201,202)
mysql error: Column: 'isusenetpost' in field list is ambiguous
|
Check if your thread table has an 'isusenetpost' field. There shouldn't be one in the thread table. Only in the post table.