[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 180: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
IntegraMOD Home of phpBB Integrated Modifications 2006-08-15T15:26:01-07:00 https://integramod.com/forum/feed.php?f=17&t=1883 2006-08-15T15:26:01-07:00 2006-08-15T15:26:01-07:00 https://integramod.com/forum/viewtopic.php?t=1883&p=13731#p13731 <![CDATA[Re: Odd error... I don't even know where to start]]>
And thanks to Teelk for showing me how to fix mysql 5 errors...

:mrgreen:

Statistics: Posted Author: found it — Tue Aug 15, 2006 3:26 pm


]]>
2006-08-15T15:17:12-07:00 2006-08-15T15:17:12-07:00 https://integramod.com/forum/viewtopic.php?t=1883&p=13728#p13728 <![CDATA[Odd error... I don't even know where to start]]>
Teelk: I will apply those changes as soon as I get home from work tomorrow. I hate it when they make changes like this without telling me. As soon as 140 is done I am moving over to my VPS

Zac

Statistics: Posted Author: ZacFields — Tue Aug 15, 2006 3:17 pm


]]>
2006-08-15T15:04:24-07:00 2006-08-15T15:04:24-07:00 https://integramod.com/forum/viewtopic.php?t=1883&p=13727#p13727 <![CDATA[Re: Odd error... I don't even know where to start]]>
If that is the case I suggest doing all of the fixes found here... http://integramod.com/forum/viewtopic.php?t=1180

Statistics: Posted Author: Teelk — Tue Aug 15, 2006 3:04 pm


]]>
2006-08-15T14:49:23-07:00 2006-08-15T14:49:23-07:00 https://integramod.com/forum/viewtopic.php?t=1883&p=13726#p13726 <![CDATA[Re: Odd error... I don't even know where to start]]>
Do not quote me on this but it looks like your site has been upgraded to mysql 5...

if you open up functions-post.php and find...about line 764

FROM " . GROUPS_TABLE . " g, ".USERS_TABLE." u


and then change it too

FROM (" . GROUPS_TABLE . " g, ".USERS_TABLE." u)  


and that should do it...

back up the file and let me know if it works ok...

:mrgreen:

Statistics: Posted Author: found it — Tue Aug 15, 2006 2:49 pm


]]>
2006-08-15T14:13:35-07:00 2006-08-15T14:13:35-07:00 https://integramod.com/forum/viewtopic.php?t=1883&p=13724#p13724 <![CDATA[Odd error... I don't even know where to start]]>
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=295 WHERE u.user_id=295 AND g.group_single_user=0 AND g.group_count_enable=1 AND g.group_moderator<>295

Line : 772
File : functions_post.php


Anyone know what's up with that?

Zac

Statistics: Posted Author: ZacFields — Tue Aug 15, 2006 2:13 pm


]]>