| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Advanced Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
| 0000140 | [phpBBGarage] General | crash | always | 2008-11-20 00:15 | 2010-06-20 12:05 | |||||||
| Reporter | LOSer | View Status | public | |||||||||
| Assigned To | ||||||||||||
| Priority | normal | Resolution | open | Platform | ||||||||
| Status | new | OS | ||||||||||
| Projection | none | OS Version | ||||||||||
| ETA | none | Fixed in Version | Product Version | 2.0.B3 | ||||||||
| Target Version | Product Build | B4-DEV | ||||||||||
| Summary | 0000140: problem with memberlist | |||||||||||
| Description |
i get an error if i want to see the memberlist of a certain usergroup: SQL ERROR [ mysqli ] Unknown column 'u.user_id' in 'on clause' [1054] SQL SELECT u.user_id, v.id as vid FROM phpbb_users u , phpbb_user_group ug LEFT JOIN phpbb_garage_vehicles v ON ( v.user_id = u.user_id AND v.main_vehicle = 1 ) WHERE u.user_type IN (0, 3) AND ug.user_pending = 0 AND u.user_id = ug.user_id AND ug.group_id = 19 ORDER BY ug.group_leader DESC, u.user_regdate ASC LIMIT 25 it seems to relate to the following code-changes in memberlist.php: // Get us some users :D $sql = "SELECT u.user_id, v.id as vid FROM " . USERS_TABLE . " u $sql_from LEFT JOIN " . GARAGE_VEHICLES_TABLE . " v ON ( v.user_id = u.user_id AND v.main_vehicle = 1 ) |
|||||||||||
| Steps To Reproduce | select a usergroup (memberlist.php?mode=group) | |||||||||||
| Additional Information |
Thread: http://forums.phpbbgarage.com/viewtopic.php?f=4&t=898 [^] |
|||||||||||
| Tags | No tags attached. | |||||||||||
| Attached Files | ||||||||||||
|
|
||||||||||||