Page 1 of 1

Debug mode error

PostPosted: Fri May 26, 2006 6:10 pm
Author: Deadman
Hello,

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 ]

Re: Debug mode error

PostPosted: Fri May 26, 2006 8:08 pm
Author: Deadman
I got it to work. Just replaced the page header with the one in the install and its working.

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.

Code: Select all
-- 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?