[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-09-09T22:52:40-07:00 https://integramod.com/forum/feed.php?f=17&t=2042 2006-09-09T22:52:40-07:00 2006-09-09T22:52:40-07:00 https://integramod.com/forum/viewtopic.php?t=2042&p=15188#p15188 <![CDATA[SQL Error]]>
Go to your admin/admin_userlist.php file and find the line that begins like this:


$sql = "DELETE FROM " . GROUPS_TABLE . "


Post that and a few lines below that so I can see what you have.

Do the same thing for your admin/admin_users.php file.

Also state the method you're using to delete the user so that we can reproduce your problem.

Statistics: Posted Author: computerz — Sat Sep 09, 2006 10:52 pm


]]>
2006-09-06T06:37:45-07:00 2006-09-06T06:37:45-07:00 https://integramod.com/forum/viewtopic.php?t=2042&p=15013#p15013 <![CDATA[SQL Error]]>
i am trying to clean up my member list, and when i go to delete a member, i get this error, but it seems to delete the member as i wanted.

Could not delete group for this user

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 '' at line 2

DELETE FROM phpbb_groups WHERE group_id =

Line : 317
File : admin_userlist.php


i also want to ask, why does it talk about groups? the 2 deletetions that gave me this error, the members were not in a group.

thanks in advance for any help.

Statistics: Posted Author: ayasha — Wed Sep 06, 2006 6:37 am


]]>