I have searched around the forums and see that 1064 is a common problem, however nothing relates to this 1064, I have spent the last hour searching before posting my problems.
Error getting user list for group
This one is for usergroups on the forums
|
Code:
|
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 nuke_users u, nuke_bbuser_group ug WHERE ug.group_id = '3' AND u.user_id = ug.user_id AND ug.user_pending = '0' AND ug.user_id <> ORDER BY u.username
Line : 796
File : /modules/Forums/groupcp.php |
Another forum problem:
This one is for userlist within the admin section of the forums.
|
Code:
|
Could not count Users
DEBUG MODE
SQL Error : 1054 Unknown column 'uid' in 'field list'
SELECT uid FROM nuke_users WHERE uid > 0
Line : 74
File : /home/calton22/public_html/radio/modules/Forums/admin/admin_users_list.php |
Third problem relates to my sites avatars, anytime I try to delete any that are un-used I get:
|
Code:
|
The requested URL /modules/Forums/admin/modules.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. |