[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-05-26T20:09:36-07:00 https://integramod.com/forum/feed.php?f=17&t=940 2006-05-26T20:08:22-07:00 2006-05-26T20:08:22-07:00 https://integramod.com/forum/viewtopic.php?t=940&p=7529#p7529 <![CDATA[Re: Debug mode error]]>
Just having trouble now with the FTR, its making me see it everytime I go to a forum category and that was the table that it wont allow me to insert in sql. I disabled the force to read for now.

This is what I'm trying to insert.

-- Table structure for table `phpbb_force_read_users`--  CREATE TABLE phpbb_force_read_users (   user varchar(255) NOT NULL default '',   read int(1) NOT NULL default '0',   time int(10) NOT NULL default '0') TYPE=MyISAM;  ---- Dumping data for table `phpbb_force_read_users`--  INSERT INTO phpbb_force_read_users VALUES ('2',1,1140227454);INSERT INTO phpbb_force_read_users VALUES ('4',1,1140320771);INSERT INTO phpbb_force_read_users VALUES ('6',1,1140391027);INSERT INTO phpbb_force_read_users VALUES ('-1',1,1140474805);INSERT INTO phpbb_force_read_users VALUES ('3',1,1140546527);INSERT INTO phpbb_force_read_users VALUES ('7',1,1140629216);INSERT INTO phpbb_force_read_users VALUES ('8',1,1141235051);INSERT INTO phpbb_force_read_users VALUES ('5',1,1141513079);INSERT INTO phpbb_force_read_users VALUES ('11',1,1141589605);INSERT INTO phpbb_force_read_users VALUES ('13',1,1142559840);INSERT INTO phpbb_force_read_users VALUES ('12',1,1143132588);INSERT INTO phpbb_force_read_users VALUES ('9',1,1144692626);INSERT INTO phpbb_force_read_users VALUES ('15',1,1144772060);  


Error I get

[code]SQL query]

Any ideas on how to get htis to work?

Statistics: Posted Author: Deadman — Fri May 26, 2006 8:08 pm


]]>
2006-05-26T20:09:36-07:00 2006-05-26T18:10:03-07:00 https://integramod.com/forum/viewtopic.php?t=940&p=7522#p7522 <![CDATA[Debug mode error]]>
My site was recently upgraded to mysql5/php4 from 4 so I got that blank page. I moved my site over to another host that is still on 4 but we had some trouble with the sql file being corrupt. I manually added the db from the auto backups the site makes minus the spelling words and it all seem to work ok. I found a more recent db went through the ACP to restore db and my site gives me this error now. I still have my old files untouched since the move to the new host if I need them.

[code]General Error  Could not obtain user/online information  DEBUG MODE  SQL Error ]

Statistics: Posted Author: Deadman — Fri May 26, 2006 6:10 pm


]]>