The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Cross dependency
[sql]
SELECT grps.groupid, grps.title, grps.description, grps.approved, grps.create_date, grps.leaderid, user.username AS leadername, grps_categories.catid, grps_categories.title AS catname, grps_setting.image_name, grps_setting.private_posts, grps_setting.moderate_members, grps_setting.hidden_group, grps_setting.edit_details FROM grps_setting LEFT JOIN user ON (user.userid = grps.leaderid) LEFT JOIN grps ON (grps.groupid = grps_setting.groupid) LEFT JOIN grps_categories ON (grps_categories.catid = grps.catid) WHERE grps.groupid = 1;[/sql] Code:
MySQL Error : Cross dependency found in OUTER JOIN. Examine your ON conditions Error Number : 1120 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|