filburt1
Mon 19th May '03, 2:22pm
Database error:
Database error in vBulletin 2.3.0:
Invalid SQL: INSERT INTO thread (threadid,title,lastpost,forumid,open,replycount,p ostusername,postuserid,lastposter,dateline,views,i conid,notes,visible) VALUES (NULL,'WDFplus launches!','1052164673','85','1','34','filburt1',' 1','jravenscroft','1051929754','118','0','Thread split from threadid 6237 by filburt1 on May 19 '03 01:20 PM. ','1')
mysql error: You have an error in your SQL syntax near '03 01:20 PM. ','1')' at line 1
mysql error number: 1064
Date: Monday 19th of May 2003 01:20:12 PM
Script: http://www.webdesignforums.net/postings.php
Referer: http://www.webdesignforums.net/postings.php
Repair Report: This type of error cannot be automatically repaired.
What happened is I changed the dateformat such that it shows dates like "May 19 '03", and since it's not addslashes()ing that field, it's breaking the query.
Database error in vBulletin 2.3.0:
Invalid SQL: INSERT INTO thread (threadid,title,lastpost,forumid,open,replycount,p ostusername,postuserid,lastposter,dateline,views,i conid,notes,visible) VALUES (NULL,'WDFplus launches!','1052164673','85','1','34','filburt1',' 1','jravenscroft','1051929754','118','0','Thread split from threadid 6237 by filburt1 on May 19 '03 01:20 PM. ','1')
mysql error: You have an error in your SQL syntax near '03 01:20 PM. ','1')' at line 1
mysql error number: 1064
Date: Monday 19th of May 2003 01:20:12 PM
Script: http://www.webdesignforums.net/postings.php
Referer: http://www.webdesignforums.net/postings.php
Repair Report: This type of error cannot be automatically repaired.
What happened is I changed the dateformat such that it shows dates like "May 19 '03", and since it's not addslashes()ing that field, it's breaking the query.