[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-18T14:09:28-07:00 https://integramod.com/forum/feed.php?f=17&t=652 2006-05-18T14:09:28-07:00 2006-05-18T14:09:28-07:00 https://integramod.com/forum/viewtopic.php?t=652&p=6464#p6464 <![CDATA[Re: "Mark all topics Read" -BUG]]>
in: viewforum.php

Find:

   // read the relevant topic ids         $sql = "SELECT topic_id                     FROM " . TOPICS_TABLE . "  


Before, Add]             if ( $s_topics == '' )         {             message_die(GENERAL_MESSAGE, 'No unread topics in this forum');         }  [/code]

Of course, you can edit this to be in your language of choice <img>

Dave

Statistics: Posted Author: Nogami — Thu May 18, 2006 2:09 pm


]]>
2006-05-17T04:55:44-07:00 2006-05-17T04:55:44-07:00 https://integramod.com/forum/viewtopic.php?t=652&p=6192#p6192 <![CDATA["Mark all topics Read" -BUG]]>
"Eon";p="5484" wrote:
Well the link will not be there when there are no unread topics.

So therefore you will not get this error.

Why do you guys save a link to mark all topics read?

That seems pointless. But hey that is just my opinion.


Normally that is true. However, when there are unread topics in ANY forum the link shows, even when viewing a forum which does not have any unread topics. If you click on the link while viewint the forum with no unread topics, you will get this error.

It's not that we have a link saved to Mark all topics read.

Statistics: Posted Author: Dragonsys — Wed May 17, 2006 4:55 am


]]>
2006-05-16T23:43:47-07:00 2006-05-16T23:43:47-07:00 https://integramod.com/forum/viewtopic.php?t=652&p=6166#p6166 <![CDATA[Re: "Mark all topics Read" -BUG]]>
   $sql = "SELECT topic_idFROM " . TOPICS_TABLE . "WHERE topic_id IN ($s_topics)AND forum_id = $forum_idAND topic_moved_id = 0";  


Shouldn't it lose the brackets around $s_topics to read]    $sql = "SELECT topic_idFROM " . TOPICS_TABLE . "WHERE topic_id IN $s_topicsAND forum_id = $forum_idAND topic_moved_id = 0";  [/code]

Alternately, add a check so that if the $s_topics variable is empty, just exit with a message "No unread topics?"

Apologies if I'm wrong <img>

Statistics: Posted Author: Nogami — Tue May 16, 2006 11:43 pm


]]>
2006-05-11T05:46:35-07:00 2006-05-11T05:46:35-07:00 https://integramod.com/forum/viewtopic.php?t=652&p=5484#p5484 <![CDATA["Mark all topics Read" -BUG]]>
So therefore you will not get this error.

Why do you guys save a link to mark all topics read?

That seems pointless. But hey that is just my opinion.

Statistics: Posted Author: Eon — Thu May 11, 2006 5:46 am


]]>
2006-05-10T21:29:10-07:00 2006-05-10T21:29:10-07:00 https://integramod.com/forum/viewtopic.php?t=652&p=5445#p5445 <![CDATA["Mark all topics Read" -BUG]]> The error is shown only if all the topics are already read.
It works perfectly fine if there are topics which are not read.
However I do not want that error to come.
Is there any fix?

Statistics: Posted Author: bbalegere — Wed May 10, 2006 9:29 pm


]]>
2006-05-10T19:25:54-07:00 2006-05-10T19:25:54-07:00 https://integramod.com/forum/viewtopic.php?t=652&p=5437#p5437 <![CDATA["Mark all topics Read" -BUG]]>

General Error

Could not access topics

DEBUG MODE

SQL Error : 1064 You have an error in your SQL syntax near ') AND forum_id = 3 AND topic_moved_id = 0' at line 3

SELECT topic_id FROM phpbb_topics WHERE topic_id IN () AND forum_id = 3 AND topic_moved_id = 0

Line : 373
File : viewforum.php

Statistics: Posted Author: BurninFingerTipz — Wed May 10, 2006 7:25 pm


]]>
2006-05-10T13:50:02-07:00 2006-05-10T13:50:02-07:00 https://integramod.com/forum/viewtopic.php?t=652&p=5412#p5412 <![CDATA["Mark all topics Read" -BUG]]>
make another post and I will click on the mark forums read button and check it.

Was it a specific forum that you had a new post in that it was doing that? If so, make a topic there.

Statistics: Posted Author: Eon — Wed May 10, 2006 1:50 pm


]]>
2006-05-10T09:13:58-07:00 2006-05-10T09:13:58-07:00 https://integramod.com/forum/viewtopic.php?t=652&p=5361#p5361 <![CDATA[Re: "Mark all topics Read" -BUG]]> and it only happens, when viewing a certain forum.

Statistics: Posted Author: Dragonsys — Wed May 10, 2006 9:13 am


]]>
2006-05-10T08:31:22-07:00 2006-05-10T08:31:22-07:00 https://integramod.com/forum/viewtopic.php?t=652&p=5357#p5357 <![CDATA["Mark all topics Read" -BUG]]> Check the Mark as read now.

Statistics: Posted Author: bbalegere — Wed May 10, 2006 8:31 am


]]>
2006-05-10T06:10:03-07:00 2006-05-10T06:10:03-07:00 https://integramod.com/forum/viewtopic.php?t=652&p=5330#p5330 <![CDATA["Mark all topics Read" -BUG]]>
If you are using just a link to this mark all topics link, like a favorite then I could see this happening. But when there are topics to actually be marked read does it give you this error?

I signed up at your forum. Make a post so I can see an unread topic and get the error myself.

Statistics: Posted Author: Eon — Wed May 10, 2006 6:10 am


]]>
2006-05-10T05:07:08-07:00 2006-05-10T05:07:08-07:00 https://integramod.com/forum/viewtopic.php?t=652&p=5321#p5321 <![CDATA["Mark all topics Read" -BUG]]> I hope someone knows how to fix this.

Statistics: Posted Author: bbalegere — Wed May 10, 2006 5:07 am


]]>
2006-05-09T12:23:18-07:00 2006-05-09T12:23:18-07:00 https://integramod.com/forum/viewtopic.php?t=652&p=5209#p5209 <![CDATA["Mark all topics Read" -BUG]]> Statistics: Posted Author: Eon — Tue May 09, 2006 12:23 pm


]]>
2006-05-09T07:07:57-07:00 2006-05-09T07:07:57-07:00 https://integramod.com/forum/viewtopic.php?t=652&p=5141#p5141 <![CDATA["Mark all topics Read" -BUG]]> I found the same bug in this site
http://integrmod.com/IntegraMOD_140_demo/ ... um.php?f=1
I think this is a sample site where we can check out all the themes.
In the link I have posted above,just Click on Mark all topics read

You will get an error message which is similar to the error I am getting.


Could not access topics

DEBUG MODE

SQL Error : 1064 You have an error in your SQL syntax near ') AND forum_id = 1 AND topic_moved_id = 0' at line 3

SELECT topic_id FROM phpbb_topics WHERE topic_id IN () AND forum_id = 1 AND topic_moved_id = 0

Line : 373
File : viewforum.php


If you want to see the error directly, click on this link
http://integrmod.com/IntegraMOD_140_demo/ ... ark=topics

Statistics: Posted Author: bbalegere — Tue May 09, 2006 7:07 am


]]>
2006-05-09T07:01:36-07:00 2006-05-09T07:01:36-07:00 https://integramod.com/forum/viewtopic.php?t=652&p=5140#p5140 <![CDATA[Re: "Mark all topics Read" -BUG]]> Statistics: Posted Author: Dragonsys — Tue May 09, 2006 7:01 am


]]>
2006-05-09T05:56:04-07:00 2006-05-09T05:56:04-07:00 https://integramod.com/forum/viewtopic.php?t=652&p=5122#p5122 <![CDATA["Mark all topics Read" -BUG]]>
I see that your site is still new and not live yet. My first suggestion would be to do a new install.

Make sure you clean your sql tables out before hand.

Statistics: Posted Author: Eon — Tue May 09, 2006 5:56 am


]]>