[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-21T06:01:42-07:00 https://integramod.com/forum/feed.php?f=17&t=834 2006-05-21T06:01:42-07:00 2006-05-21T06:01:42-07:00 https://integramod.com/forum/viewtopic.php?t=834&p=6774#p6774 <![CDATA[[SOLVED] Force Topic Read - Does it Work?]]>
"gffb";p="6770" wrote:
This query will add the table
That fixed it - many thanks!

Statistics: Posted Author: Dr. Bantham — Sun May 21, 2006 6:01 am


]]>
2006-05-21T05:38:44-07:00 2006-05-21T05:38:44-07:00 https://integramod.com/forum/viewtopic.php?t=834&p=6770#p6770 <![CDATA[[SOLVED] Force Topic Read - Does it Work?]]>
## 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;  # --------------------------------------------------------  ## Table structure for table `phpbb_force_read_users`#

This query will add the table

Statistics: Posted Author: IntegraMOD — Sun May 21, 2006 5:38 am


]]>
2006-05-20T17:06:03-07:00 2006-05-20T17:06:03-07:00 https://integramod.com/forum/viewtopic.php?t=834&p=6737#p6737 <![CDATA[Re: Force Topic Read - Does it Work?]]> table phpbb_force_read exists. However, phpbb_force_read_users does not. How can I create this and any other missing tables without affecting existing data? I should point out that I am running an IM installation which was upgraded from 1.32d to 1.40 when it was first released, and the transition experience was horrid, therefore I would not be surprised that tables are missing. Also, I ported over to a new server host a couple of months back and the table may have been dropped when restoring the SQL backup.

Statistics: Posted Author: Dr. Bantham — Sat May 20, 2006 5:06 pm


]]>
2006-05-20T14:25:51-07:00 2006-05-20T14:25:51-07:00 https://integramod.com/forum/viewtopic.php?t=834&p=6724#p6724 <![CDATA[Re: Force Topic Read - Does it Work?]]> I would first check that the table is there, then try replacing the files the ftr mod uses, such as forum root/admin/admin_force_read.php etc...

Statistics: Posted Author: Helter — Sat May 20, 2006 2:25 pm


]]>
2006-05-20T13:34:40-07:00 2006-05-20T13:34:40-07:00 https://integramod.com/forum/viewtopic.php?t=834&p=6710#p6710 <![CDATA[[SOLVED] Force Topic Read - Does it Work?]]> Statistics: Posted Author: Simon N — Sat May 20, 2006 1:34 pm


]]>
2006-05-20T07:34:09-07:00 2006-05-20T07:34:09-07:00 https://integramod.com/forum/viewtopic.php?t=834&p=6675#p6675 <![CDATA[Re: Force Topic Read - Does it Work?]]> Statistics: Posted Author: Dr. Bantham — Sat May 20, 2006 7:34 am


]]>
2006-05-20T06:50:25-07:00 2006-05-20T06:50:25-07:00 https://integramod.com/forum/viewtopic.php?t=834&p=6668#p6668 <![CDATA[[SOLVED] Force Topic Read - Does it Work?]]> Statistics: Posted Author: IntegraTeam — Sat May 20, 2006 6:50 am


]]>
2006-05-21T06:00:55-07:00 2006-05-20T04:40:53-07:00 https://integramod.com/forum/viewtopic.php?t=834&p=6658#p6658 <![CDATA[[SOLVED] Force Topic Read - Does it Work?]]>
My first problem was not being able how to discern how to change the post to be set as FTR. That seemed not to be an option under ACP-->FTR Management-->FTR Configuration.

My second problem occurred when I attempted to view ACP-->FTR Management-->FTR Users. I received the following error message:

General Error
Error Getting Total Users.

DEBUG MODE

SQL Error : 1146 Table 'xxxxx.phpbb_force_read_users' doesn't exist

SELECT COUNT(user) AS total FROM phpbb_force_read_users

Line : 91
File : admin_force_read.php
The "xxxxx" was a type-over to maintain security.

While attempting a search here at IM2, I found two problems which were fixed by moderators here by advising that FTR be deactivated in ACP. Is this a feature which does not work? If so, will it be either removed or repaired in the next release? The problems created were major, such as locking members out of the site.

Statistics: Posted Author: Dr. Bantham — Sat May 20, 2006 4:40 am


]]>