Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: Import problem

Quote Reply
Re: Import problem In reply to
Dave,

The problem here is that ReceiveMail is no longer a column of the Links table, it has moved to the Users table. The warning is generated because you have ReceiveMail has a non-standard table in the new Links SQL, but it is standard in the old Links SQL.

The script checks for any non-standard tables in the new database which are not in the old one, and it comes across "ReceiveMail", which is not standard, and so it looks at the old Links SQL's fields to see if a non standard field named "ReceiveMail" exists. Since ReceiveMail is standard, the check fails, generates a warning, and since you have critical warnings enabled, it becomes a critical error.

Simply dropping the ReceiveMail field from the new Links SQL table should correct the warning.



Jason Rhinelander
Gossamer Threads
Subject Author Views Date
Thread Import problem carfac 5102 Nov 16, 2000, 9:24 AM
Post Re: Import problem
carfac 5013 Nov 16, 2000, 9:59 AM
Post Re: Import problem
carfac 4999 Nov 16, 2000, 10:24 AM
Post Re: Import problem
Jagerman 4984 Nov 16, 2000, 12:29 PM
Thread Re: Import problem
carfac 4969 Nov 16, 2000, 1:19 PM
Thread Re: Import problem
Jagerman 4964 Nov 16, 2000, 2:07 PM
Thread Re: Import problem
carfac 4957 Nov 16, 2000, 2:15 PM
Thread Re: Import problem
Jagerman 4972 Nov 16, 2000, 7:10 PM
Post Re: Import problem
carfac 4936 Nov 16, 2000, 8:17 PM
Post Re: Import problem
carfac 4896 Nov 18, 2000, 3:10 PM
Post Re: Import problem
carfac 4898 Nov 18, 2000, 3:12 PM