Aeolian
Fri 23rd Apr '04, 10:05pm
Database error in vBulletin:ImpEx Target 3.0.1:
Invalid SQL:
INSERT INTO thread
(
forumid, title, importforumid,
importthreadid, firstpostid, lastpost,
pollid, open, replycount,
postusername, postuserid, lastposter,
dateline, views, iconid,
notes, visible, sticky,
votenum, votetotal, attach, similar
)
VALUES
(
'9',
'what is the prog rock situation in BD??',
'2',
'2005',
'',
'fulbanu's_revenge',
'',
'1',
'10',
'',
'671',
'',
'1050384917',
'94',
'',
'',
'1',
'0',
'',
'0',
'',
''
)
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 's_revenge',
'',
'1',
'10',
'',
'6
mysql error number: 1064
Date: Saturday 24th of April 2004 12:50:22 AM
Script: http://www.domain.com/vbulletin/impex/index.php
Referer:
Username: nick
IP Address: x.x.x.x
i understood the problem, mysql unable to convert the ' (apostrophe) in any nick. I edited 1 nick and it worked fine; now i can't go around and edit all nicks. so what change do i have to make in order to make it work.
mysql (4.0.18-standard)
php 4.3.4
thanx..
Invalid SQL:
INSERT INTO thread
(
forumid, title, importforumid,
importthreadid, firstpostid, lastpost,
pollid, open, replycount,
postusername, postuserid, lastposter,
dateline, views, iconid,
notes, visible, sticky,
votenum, votetotal, attach, similar
)
VALUES
(
'9',
'what is the prog rock situation in BD??',
'2',
'2005',
'',
'fulbanu's_revenge',
'',
'1',
'10',
'',
'671',
'',
'1050384917',
'94',
'',
'',
'1',
'0',
'',
'0',
'',
''
)
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 's_revenge',
'',
'1',
'10',
'',
'6
mysql error number: 1064
Date: Saturday 24th of April 2004 12:50:22 AM
Script: http://www.domain.com/vbulletin/impex/index.php
Referer:
Username: nick
IP Address: x.x.x.x
i understood the problem, mysql unable to convert the ' (apostrophe) in any nick. I edited 1 nick and it worked fine; now i can't go around and edit all nicks. so what change do i have to make in order to make it work.
mysql (4.0.18-standard)
php 4.3.4
thanx..