
11-13-2006, 01:09 PM
|
|
|
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Ophelia
Andrew,
We started to get the following database error last night. I removed IP and username info.
Code:
> Database error in vBulletin 3.6.2:
>
> Invalid SQL:
>
> INSERT INTO local_linksdownloads
> SET
> linkid=0,
> linkurl='Accepts site terms',
> bytes=0,
> userid='7173',
> username='removed',
> usertime='1163380954',
> userip='00.00.000.00';
>
> MySQL Error : You have an error in your SQL syntax; check the manual that
> corresponds to your MySQL server version for the right syntax to use near
> 'sgirl',
> usertime='1163380954',
> userip='00.00.000.00'' at line 7
> Error Number : 1064
> Date : Sunday, November 12th 2006 @ 08:22:34 PM
> Script : http://www.mysite.net/forum/local_links.php
> Referrer : http://www.mysite.net/forum/local_links.php
> IP Address : removed
> Username : removed
> Classname : vb_database
Any thoughts?
|
This is triggered by a username that has an apostrophe in it. Sorry about that. I'll post a fix this evening.
|