![]() |
Mysql error!
hi....my board is giving me this
Database error in vBulletin 2.2.5: Invalid SQL: SELECT post.*,post.username AS postusername,post.ipaddress AS ip,user.*,userfield.*,icon.title as icontitle,icon.iconpath, attachment.attachmentid,attachment.filename,attach ment.visible AS attachmentvisible,attachment.counter ,avatar.avatarpath,NOT ISNULL(customavatar.avatardata) AS hascustomavatar,customavatar.dateline AS avatardateline FROM post LEFT JOIN icon ON icon.iconid=post.iconid LEFT JOIN user ON user.userid=post.userid LEFT JOIN userfield ON userfield.userid=user.userid LEFT JOIN avatar ON avatar.avatarid=user.avatarid LEFT JOIN customavatar ON customavatar.userid=user.userid LEFT JOIN attachment ON attachment.attachmentid=post.attachmentid WHERE post.postid IN (0,580) ORDER BY dateline mysql error: Unknown column 'attachment.counter' in 'field list' mysql error number: 1054 Date: Wednesday 24th of April 2002 12:02:18 AM Script: http://www.thugnature.net/forums/for...s=&threadid=77 Referer: http://www.thugnature.net/forums/online.php? when you go to a thread then - when you try to acces an attachment there was a dif 1 can you please help! thanks! |
For some reason the 'counter' field is missing from your attachment table. Is this happening with all attchments or just this one?
|
oh.....i previously had a problem with the attachments....so i told my fellow admin and he changed it....he may have removed it,
just to be sure....what should i add to attachments.php in phpmyadmin if you could contact me on AIM = tsnoopcom MSN = tupacsnop@hotmail.com thanks! |
Sorry, I'm not good enogh with mySQL to know how to put a missing field back in. Hopefully someone else will have an idea.
|
ok then....thanks...
i hope some1 can help! |
That field should be:
counter smallint(5) unsigned NOT NULL default '0' I can't imagine why the other admin would have dropped that field. |
Run this query to add the field:
Code:
ALTER TABLE attachment ADD counter smallint(5) unsigned NOT NULL default '0'; |
thanks fellas!
but i do have 1 other - its when u go to open an attachment Database error in vBulletin 2.2.5: Invalid SQL: SELECT downloads FROM user WHERE userid = 2 mysql error: Unknown column 'downloads' in 'field list' mysql error number: 1054 Date: Wednesday 24th of April 2002 12:42:27 PM Script: http://www.thugnature.net/forums/for...php?postid=568 Referer: http://www.thugnature.net/forums/sho...hp?threadid=74 hope yall can help again! |
BTW chen....yall know im new....
was wondering why your who downloaded this hack isnt working here - http://www.thugnature.net/forums/sho...hp?threadid=74 thanks! |
All times are GMT. The time now is 03:54 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|