The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Any help would be appreciated.
Code:
Invalid SQL: SELECT post.*, post.username AS postusername, post.ipaddress AS ip, NOT ISNULL(deletionlog.primaryid) AS isdeleted, i.userid AS installed, user.*, userfield.* , '' AS field9 FROM vb3_post AS post LEFT JOIN vb3_user AS user ON(user.userid = post.userid) LEFT JOIN vb3_userfield AS userfield ON(userfield.userid = user.userid) LEFT JOIN vb3_deletionlog AS deletionlog ON(post.postid = deletionlog.primaryid AND type = 'post') LEFT JOIN vb3_hacks_install AS i ON(i.threadid=2005 AND post.userid=i.userid) WHERE threadid = 2005 AND post.visible = 1 ORDER BY postid mysql error: Column: 'threadid' in where clause is ambiguous mysql error number: 1052 |
#2
|
||||
|
||||
![]()
change
Code:
WHERE threadid = 2005 AND post.visible = 1 Code:
WHERE post.threadid = 2005 AND post.visible = 1 |
#3
|
|||
|
|||
![]()
Thank you Xenon. Done the trick.
![]() |
#4
|
||||
|
||||
![]()
you're welcome
![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|