Author: Gizzle » Mon Sep 18, 2006 10:32 am
Okay, i fixed it to where i can get users registred, but now i get this...
Error geting users post stat
DEBUG MODE
SQL Error : 1054 Unknown column 'g.group_id' in 'on clause'
SELECT ug.user_id, g.group_id as g_id, g.group_name , u.user_posts, g.group_count FROM phpbb_groups g, phpbb_users u LEFT JOIN phpbb_user_group ug ON g.group_id=ug.group_id AND ug.user_id=3 WHERE u.user_id=3 AND ug.user_id is NULL AND g.group_count=0 AND g.group_single_user=0 AND g.group_moderator<>3
Line : 404
File : profilcp_board_config.php
Last edited by Gizzle on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.