Author: Deadman » Fri May 26, 2006 8:08 pm
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?
Last edited by Deadman on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.