Page 1 of 1

error message calendar event

PostPosted: Mon Jun 12, 2006 1:28 am
Author: twitchy
I'm getting this error notice when i enter a calendar event (altho it accepts the entry ok) does anybody know how to fix it?


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, u.user_posts, g.group_count, g.group_count_max FROM phpbb_groups g, phpbb_users u LEFT JOIN phpbb_user_group ug ON g.group_id=ug.group_id AND ug.user_id=2 WHERE u.user_id=2 AND g.group_single_user=0 AND g.group_count_enable=1 AND g.group_moderator<>2

Line : 802
File : functions_post.php

Re: error message calendar event

PostPosted: Mon Jun 12, 2006 2:15 am
Author: Teelk
Hi twitchy,

You're most likely running MySQL5, try the fixes in the following thread. http://integramod.com/forum/viewtopic.php?p=9259#9259

Re: error message calendar event

PostPosted: Mon Jun 12, 2006 7:37 am
Author: twitchy
HI Teelk ,
thanks - I'll give that a go <img>

yep that worked thx Teelk