The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
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! |
#2
|
||||
|
||||
For some reason the 'counter' field is missing from your attachment table. Is this happening with all attchments or just this one?
|
#3
|
||||
|
||||
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! |
#4
|
||||
|
||||
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.
|
#5
|
||||
|
||||
ok then....thanks...
i hope some1 can help! |
#6
|
||||
|
||||
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. |
#7
|
||||
|
||||
Run this query to add the field:
Code:
ALTER TABLE attachment ADD counter smallint(5) unsigned NOT NULL default '0'; |
#8
|
||||
|
||||
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! |
#9
|
||||
|
||||
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! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|