Hi there !
im gettin' this error when im done uploading an attachment to a post,
i just submit the post and that's when im gettin this.
I've added a small hack for showing NFO's as PNG's and even
if i remove it i will still have this problem, it might have to do
with thumbnail as it says in the error...
anyways, i need help if someone can tell me exactly, what to do,
because i've read several posts on the net but it can' help...
im a kind of n00b in those things lol, i tried repair database,
nothing happend...
Thanks !
Update:
i now tried to change that text up there with same text of showthread.php (the original untouched one from the install)
and it gives me another kind of error:
Fatal error: Call to a member function fetch_array() on a non-object in /home/mysite/public_html/myforum/showthread.php on line 973
and at that line, there is that:
while ($attachment = $db->fetch_array($attachments))
EDIT: RESOLVED read last post
im gettin' this error when im done uploading an attachment to a post,
i just submit the post and that's when im gettin this.
I've added a small hack for showing NFO's as PNG's and even
if i remove it i will still have this problem, it might have to do
with thumbnail as it says in the error...
anyways, i need help if someone can tell me exactly, what to do,
because i've read several posts on the net but it can' help...
im a kind of n00b in those things lol, i tried repair database,
nothing happend...
Thanks !
Code:
Database error in vBulletin 3.8.2:
Invalid SQL:
SELECT filename,filedata, filesize, visible, attachmentid, counter, postid, IF(thumbnail = '', 0, 1) AS hasthumbnail, LENGTH(thumbnail) AS thumbnailsize,
attachmenttype.thumbnail AS build_thumbnail, attachmenttype.newwindow
FROM attachment
LEFT JOIN attachmenttype AS attachmenttype USING (extension)
WHERE postid IN (-1,3550)
ORDER BY attachmentid;
MySQL Error : Column 'thumbnail' in field list is ambiguous
Error Number : 1052
Update:
i now tried to change that text up there with same text of showthread.php (the original untouched one from the install)
and it gives me another kind of error:
Fatal error: Call to a member function fetch_array() on a non-object in /home/mysite/public_html/myforum/showthread.php on line 973
and at that line, there is that:
while ($attachment = $db->fetch_array($attachments))
EDIT: RESOLVED read last post