| Code: |
Could not obtain user info for moderator list
DEBUG MODE
SELECT user_id, username FROM phpnuke_users WHERE user_id = 0
Line : 119
File : admin_groups.php |
| Code: |
Error getting user list for group
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY u.username' at line 7
SELECT u.username, u.user_id, u.user_viewemail, u.user_posts, u.user_regdate, u.user_from, u.user_website, u.user_email, u.user_icq, u.user_aim, u.user_yim, u.user_msnm, ug.user_pending FROM phpnuke_users u, phpnuke_bbuser_group ug WHERE ug.group_id = '5' AND u.user_id = ug.user_id AND ug.user_pending = '0' AND ug.user_id <> ORDER BY u.username
Line : 801
File : groupcp.php |