Quote:
Originally posted by Rolodex
If you "Physically" see the column inside your database then you have a good case to debate ... if you haven't then that should be your next move.
Second, look at the attachment.php for that SQL INSERT string and look for anything that might not seem valid on or around the column name. Make sure that the column inside the database has the same name that the query is trying to enter data to ...
|
I have removed the Altered Tables and re-ran the query's
I have gone back to the Org. php files and added all the lines need to them. I have added the new lines to Template and created the new template. Uploaded all files
And Im right back to the Org. error:
Database error in vBulletin 2.2.8:
Invalid SQL: INSERT INTO attachment (attachmentid,userid,dateline,filename,filedata,vi sible,private) VALUES (NULL,1,1036627824,'newbie guide.txt',','1','1')
mysql error: Unknown column 'private' in 'field list'
mysql error number: 1054
Date: Wednesday 06th of November 2002 05:10:24 PM
Script:
http://dev.*********.com/private.php
Referer:
http://dev.*********.com/private.php...age&userid=218
How do I fix this
And yes the tables where added to the DB.