When a user tries to attach am image they get the following error:
Database error in vBulletin 3.0.3:
Invalid SQL:
INSERT INTO attachment
(userid, dateline, filename, filedata, filesize, visible, filehash, posthash, thumbnail, thumbnail_dateline, thumbnail_filesize)
VALUES
(1, 1106836508, '01.jpg',, 62697, 1,94a3b66df8d42c89c747c3748715d0c3', 7b67f4109980024005b653667d19093', '', 0, 0)
mysql error: Duplicate entry '65535' for key 1
mysql error number: 1062
Date: Thursday 27th of January 2005 02:35:08 PM
Script: http://forum.keypublishing.co.uk/newattachment.php
Referer: http://forum.keypublishing.co.uk/new...5b653667d19093
Does anyone have any idea on how to fix this issue? I have also attached the full error message
Cheers
Dave
Database error in vBulletin 3.0.3:
Invalid SQL:
INSERT INTO attachment
(userid, dateline, filename, filedata, filesize, visible, filehash, posthash, thumbnail, thumbnail_dateline, thumbnail_filesize)
VALUES
(1, 1106836508, '01.jpg',, 62697, 1,94a3b66df8d42c89c747c3748715d0c3', 7b67f4109980024005b653667d19093', '', 0, 0)
mysql error: Duplicate entry '65535' for key 1
mysql error number: 1062
Date: Thursday 27th of January 2005 02:35:08 PM
Script: http://forum.keypublishing.co.uk/newattachment.php
Referer: http://forum.keypublishing.co.uk/new...5b653667d19093
Does anyone have any idea on how to fix this issue? I have also attached the full error message
Cheers
Dave
Comment