<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Problem when reaching 225.000 messages</title>
        <description> Hello, 


- On one forum, the list of topics seems corrupted and not accessible 
[dafina.net] 

When I go to mysql, the messages are all there but somehow I cannot access them as I get the message that my limit of 225 000 is passed (I have 225.025 messages) 


Please help me solve these issue. 

Jero</description>
        <link>https://www.phorum.org/support/read.php?61,155628,155628#msg-155628</link>
        <lastBuildDate>Wed, 16 Sep 2026 16:37:24 -0500</lastBuildDate>
        <generator>Phorum 6.0.4</generator>
        <item>
            <guid>https://www.phorum.org/support/read.php?61,155628,162842#msg-162842</guid>
            <title>Re: Problem when reaching 225.000 messages</title>
            <link>https://www.phorum.org/support/read.php?61,155628,162842#msg-162842</link>
            <description><![CDATA[ Dear all,<br />
<br />
Can you help on GitHub?<br />
<br />
I have created a new ticket to have a new team, to have PHP support improvements, etc.:<br />
- [<a href="https://github.com/Phorum/Core/issues/1045" target="_blank"  rel="nofollow">github.com</a>]<br />
<br />
There are two PRs:<br />
- [<a href="https://github.com/Phorum/Core/pull/1043" target="_blank"  rel="nofollow">github.com</a>]<br />
- [<a href="https://github.com/Phorum/Core/pull/1044" target="_blank"  rel="nofollow">github.com</a>]<br />
<br />
captcha in GitHub tickets:<br />
- [<a href="https://github.com/Phorum/Core/issues?q=is%3Aissue+captcha" target="_blank"  rel="nofollow">github.com</a>]<br />
<br />
I have created a ticket to report all vulnerabilities and security flaws:<br />
- [<a href="https://github.com/Phorum/Core/issues/1046" target="_blank"  rel="nofollow">github.com</a>]<br />
<br />
Thanks in advance.]]></description>
            <dc:creator>Neustradamus</dc:creator>
            <category>Phorum Support</category>
            <pubDate>Thu, 25 Jun 2026 18:22:37 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?61,155628,155696#msg-155696</guid>
            <title>Re: Problem when reaching 225.000 messages</title>
            <link>https://www.phorum.org/support/read.php?61,155628,155696#msg-155696</link>
            <description><![CDATA[ It worked perfectly.<br />
Thanks, guys.]]></description>
            <dc:creator>jero01</dc:creator>
            <category>Phorum Support</category>
            <pubDate>Fri, 06 Mar 2015 21:11:23 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?61,155628,155690#msg-155690</guid>
            <title>Re: Problem when reaching 225.000 messages</title>
            <link>https://www.phorum.org/support/read.php?61,155628,155690#msg-155690</link>
            <description><![CDATA[ rebuild thread info in admin]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>Phorum Support</category>
            <pubDate>Wed, 04 Mar 2015 14:10:09 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?61,155628,155689#msg-155689</guid>
            <title>Re: Problem when reaching 225.000 messages</title>
            <link>https://www.phorum.org/support/read.php?61,155628,155689#msg-155689</link>
            <description><![CDATA[ Hello,<br />
<br />
And thanks for your help.<br />
The missing messages of this thread are back now but I have lost the index on this thread so the pages are not connected.<br />
How shall I fix that ?]]></description>
            <dc:creator>jero01</dc:creator>
            <category>Phorum Support</category>
            <pubDate>Wed, 04 Mar 2015 00:33:51 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?61,155628,155687#msg-155687</guid>
            <title>Re: Problem when reaching 225.000 messages</title>
            <link>https://www.phorum.org/support/read.php?61,155628,155687#msg-155687</link>
            <description><![CDATA[ Yes, if you are positive it doesn&#039;t exist.<br />
<br />
As an alternate... look for a backup that has the missing message(s). Export the missing messages.]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>Phorum Support</category>
            <pubDate>Fri, 27 Feb 2015 21:52:32 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?61,155628,155686#msg-155686</guid>
            <title>Re: Problem when reaching 225.000 messages</title>
            <link>https://www.phorum.org/support/read.php?61,155628,155686#msg-155686</link>
            <description><![CDATA[ Hello and Thanks for your help,<br />
<br />
I am using Phorum 5.2.13<br />
All statuses are &quot;2&quot;<br />
I do not have such a message (message_id = thread_id , and parent_id is 0 ) in this thread.<br />
Should I create it?<br />
Cordially]]></description>
            <dc:creator>jero01</dc:creator>
            <category>Phorum Support</category>
            <pubDate>Fri, 27 Feb 2015 18:50:57 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?61,155628,155679#msg-155679</guid>
            <title>Re: Problem when reaching 225.000 messages</title>
            <link>https://www.phorum.org/support/read.php?61,155628,155679#msg-155679</link>
            <description><![CDATA[ You need one message with:    message_id = thread_id , and parent_id is 0<br />
<br />
Check the status.<br />
<br />
    // message statuses<br />
    define(&quot;PHORUM_STATUS_APPROVED&quot;, 2);<br />
    define(&quot;PHORUM_STATUS_HOLD&quot;, -1);<br />
    define(&quot;PHORUM_STATUS_HIDDEN&quot;, -2);<br />
<br />
You may have other status numbers depending on how old your phorum is (version 3.x).]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>Phorum Support</category>
            <pubDate>Thu, 26 Feb 2015 20:16:12 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?61,155628,155677#msg-155677</guid>
            <title>Re: Problem when reaching 225.000 messages</title>
            <link>https://www.phorum.org/support/read.php?61,155628,155677#msg-155677</link>
            <description><![CDATA[ Hello,<br />
<br />
I fixed the problem which was that the database got corrupted.<br />
But now an entire thread (2700 messages) is not showing while all the messages are in the database (with the proper ForumID, message and thread).<br />
Here is a copy of the missing thread messages.<br />
Thanks for your help.]]></description>
            <dc:creator>jero01</dc:creator>
            <category>Phorum Support</category>
            <pubDate>Thu, 26 Feb 2015 15:24:28 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?61,155628,155630#msg-155630</guid>
            <title>Re: Problem when reaching 225.000 messages</title>
            <link>https://www.phorum.org/support/read.php?61,155628,155630#msg-155630</link>
            <description><![CDATA[ Hello,<br />
<br />
Thanks for answering.<br />
The forum with poblems is [<a href="http://dafina.net/forums/list.php?52" target="_blank"  rel="nofollow">dafina.net</a>]<br />
<br />
Cordially]]></description>
            <dc:creator>jero01</dc:creator>
            <category>Phorum Support</category>
            <pubDate>Fri, 23 Jan 2015 15:46:44 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?61,155628,155629#msg-155629</guid>
            <title>Re: Problem when reaching 225.000 messages</title>
            <link>https://www.phorum.org/support/read.php?61,155628,155629#msg-155629</link>
            <description><![CDATA[ which if your forums is showing that issue? could you put the full link to the forum?<br />
there is no special limit at 225k messages. Check on your server for limits in memory or mysql settings.]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>Phorum Support</category>
            <pubDate>Fri, 23 Jan 2015 14:44:29 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?61,155628,155628#msg-155628</guid>
            <title>Problem when reaching 225.000 messages</title>
            <link>https://www.phorum.org/support/read.php?61,155628,155628#msg-155628</link>
            <description><![CDATA[ Hello, <br />
<br />
<br />
- On one forum, the list of topics seems corrupted and not accessible <br />
[dafina.net] <br />
<br />
When I go to mysql, the messages are all there but somehow I cannot access them as I get the message that my limit of 225 000 is passed (I have 225.025 messages) <br />
<br />
<br />
Please help me solve these issue. <br />
<br />
Jero]]></description>
            <dc:creator>jero01</dc:creator>
            <category>Phorum Support</category>
            <pubDate>Fri, 23 Jan 2015 12:11:40 -0600</pubDate>
        </item>
    </channel>
</rss>
