<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>console_upgrade stops</title>
        <description> Hello,
I try to upgrade  Phorum from 5.1.25 to 5.2.23.
console_upgrade.php stops after (during?) 27 step.
Any suggestions will be appreciated.
Regards
-wg


Next upgrade: 2007092900-patch (24 of 44)
Press ENTER to run this upgrade or CTRL+C to stop &amp;gt;
Upgrading from patch level 2007091000 to 2007092900 ...
The upgrade was successful.

Next upgrade: 2007100800-patch (25 of 44)
Press ENTER to run this upgrade or CTRL+C to stop &amp;gt;
Upgrading from patch level 2007092900 to 2007100800 ...
The upgrade was successful.

Next upgrade: 2007100801-patch (26 of 44)
Press ENTER to run this upgrade or CTRL+C to stop &amp;gt;
Upgrading from patch level 2007100800 to 2007100801 ...
The upgrade was successful.

Next upgrade: 2007100802-patch (27 of 44)
Press ENTER to run this upgrade or CTRL+C to stop &amp;gt;
root@xxxxxx:/ig/forum/scripts#</description>
        <link>https://www.phorum.org/support/read.php?61,162333,162333#msg-162333</link>
        <lastBuildDate>Tue, 15 Sep 2026 10:35:32 -0500</lastBuildDate>
        <generator>Phorum 6.0.4</generator>
        <item>
            <guid>https://www.phorum.org/support/read.php?61,162333,162346#msg-162346</guid>
            <title>Re: console_upgrade stops</title>
            <link>https://www.phorum.org/support/read.php?61,162333,162346#msg-162346</link>
            <description><![CDATA[ Still blank page. No errors in /var/log/php/phperrorlog :(]]></description>
            <dc:creator>wloges</dc:creator>
            <category>Phorum Support</category>
            <pubDate>Mon, 24 Jun 2019 15:28:18 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?61,162333,162345#msg-162345</guid>
            <title>Re: console_upgrade stops</title>
            <link>https://www.phorum.org/support/read.php?61,162333,162345#msg-162345</link>
            <description><![CDATA[ in php.ini<br />
<br />
display_errors = Off<br />
<br />
<br />
log_errors = On<br />
<br />
see if that gets rid of the blank page]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>Phorum Support</category>
            <pubDate>Mon, 24 Jun 2019 09:55:37 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?61,162333,162344#msg-162344</guid>
            <title>Re: console_upgrade stops</title>
            <link>https://www.phorum.org/support/read.php?61,162333,162344#msg-162344</link>
            <description><![CDATA[ This part of  thread_info.php looks like that:<br />
<br />
<br />
        $message[&quot;meta&quot;]              = $parent_message[&quot;meta&quot;];<br />
<br />
        // For cleaning up pre-5.2 recent post data.<br />
//        unset($message[&quot;meta&quot;][&quot;recent_post&quot;]);<br />
<br />
        if (is_array($message[&#039;meta&#039;]) &amp;&amp; isset($message[&#039;meta&#039;][&#039;recent_post&#039;])) {<br />
          unset($message[&#039;meta&#039;][&#039;recent_post&#039;]);<br />
        }<br />
<br />
        $message[&quot;meta&quot;][&quot;message_ids&quot;]=$message_ids;<br />
<br />
<br />
I&#039;ve got<br />
Warning: Illegal string offset &#039;message_ids&#039; in /var/www/html/users/a/d/admin/ig.portel.pl/forum/include/thread_info.php on line 99<br />
<br />
Warning: Illegal string offset &#039;message_ids_moderator&#039; in /var/www/html/users/a/d/admin/ig.portel.pl/forum/include/thread_info.php on line 103<br />
<br />
The upgrade was successful but I can see only blanc screen.]]></description>
            <dc:creator>wloges</dc:creator>
            <category>Phorum Support</category>
            <pubDate>Mon, 24 Jun 2019 05:15:26 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?61,162333,162341#msg-162341</guid>
            <title>Re: console_upgrade stops</title>
            <link>https://www.phorum.org/support/read.php?61,162333,162341#msg-162341</link>
            <description><![CDATA[ I&#039;ve just commented 93 line in thread_info.php.<br />
I&#039;ve don&#039;t understand. What missing line You mean? Could You send me proper thread_info.php file please?]]></description>
            <dc:creator>wloges</dc:creator>
            <category>Phorum Support</category>
            <pubDate>Tue, 18 Jun 2019 02:17:22 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?61,162333,162340#msg-162340</guid>
            <title>Re: console_upgrade stops</title>
            <link>https://www.phorum.org/support/read.php?61,162333,162340#msg-162340</link>
            <description><![CDATA[ Did you copy and paste the missing line, or copy and paste the whole program?<br />
<br />
<pre class="bbcode">
&lt;?php     // must be top left of the file (no spaces or blank lines prior to)

// other code ...

        if (is_array($message[&#039;meta&#039;]) &amp;&amp; isset($message[&#039;meta&#039;][&#039;recent_post&#039;])) {
          unset($message[&#039;meta&#039;][&#039;recent_post&#039;]);
        }            // You did not miss the curly brace?
</pre>]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>Phorum Support</category>
            <pubDate>Mon, 17 Jun 2019 21:11:30 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?61,162333,162339#msg-162339</guid>
            <title>Re: console_upgrade stops</title>
            <link>https://www.phorum.org/support/read.php?61,162333,162339#msg-162339</link>
            <description><![CDATA[ .... but phorum shows empty, blanc screen.<br />
All sanity checks are green. No database errors :(<br />
Any idea ? :)]]></description>
            <dc:creator>wloges</dc:creator>
            <category>Phorum Support</category>
            <pubDate>Mon, 17 Jun 2019 17:02:39 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?61,162333,162338#msg-162338</guid>
            <title>Re: console_upgrade stops</title>
            <link>https://www.phorum.org/support/read.php?61,162333,162338#msg-162338</link>
            <description><![CDATA[ Thx, it&#039;s Ok. Just warnings:<br />
<br />
Warning: Illegal string offset &#039;message_ids&#039; in /var/www/html/users/a/d/admin/ig.portel.pl/forum/include/thread_info.php on line 95<br />
<br />
Warning: Illegal string offset &#039;message_ids_moderator&#039; in /var/www/html/users/a/d/admin/ig.portel.pl/forum/include/thread_info.php on line 99]]></description>
            <dc:creator>wloges</dc:creator>
            <category>Phorum Support</category>
            <pubDate>Mon, 17 Jun 2019 16:29:17 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?61,162333,162337#msg-162337</guid>
            <title>Re: console_upgrade stops</title>
            <link>https://www.phorum.org/support/read.php?61,162333,162337#msg-162337</link>
            <description><![CDATA[ Read this thread please<br />
<br />
[<a href="https://www.phorum.org/phorum5/read.php?61,161535" target="_blank"  rel="nofollow">www.phorum.org</a>]<br />
<br />
Let us know if it works.]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>Phorum Support</category>
            <pubDate>Mon, 17 Jun 2019 12:28:16 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?61,162333,162336#msg-162336</guid>
            <title>Re: console_upgrade stops</title>
            <link>https://www.phorum.org/support/read.php?61,162333,162336#msg-162336</link>
            <description><![CDATA[ Mysql server version 5.6.43<br />
PHP 5.6.40]]></description>
            <dc:creator>wloges</dc:creator>
            <category>Phorum Support</category>
            <pubDate>Mon, 17 Jun 2019 09:50:10 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?61,162333,162335#msg-162335</guid>
            <title>Re: console_upgrade stops</title>
            <link>https://www.phorum.org/support/read.php?61,162333,162335#msg-162335</link>
            <description><![CDATA[ Check the links in this message.<br />
[<a href="https://www.phorum.org/phorum5/read.php?61,162325,162328#msg-162328" target="_blank"  rel="nofollow">www.phorum.org</a>]<br />
<br />
What version of mysql and php are you moving to?]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>Phorum Support</category>
            <pubDate>Mon, 17 Jun 2019 08:02:01 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?61,162333,162334#msg-162334</guid>
            <title>Re: console_upgrade stops</title>
            <link>https://www.phorum.org/support/read.php?61,162333,162334#msg-162334</link>
            <description><![CDATA[ I&#039;ve changed memory limit in mysql-pathces/2007108002.php to 128M.<br />
After that I&#039;ve got<br />
Fatal error: Cannot unset string offsets in /var/www/html/users/a/d/admin/ig.portel.pl/forum/include/thread_info.php on line 93<br />
<br />
In my Phorum is about 700K posts.]]></description>
            <dc:creator>wloges</dc:creator>
            <category>Phorum Support</category>
            <pubDate>Mon, 17 Jun 2019 05:49:25 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?61,162333,162333#msg-162333</guid>
            <title>console_upgrade stops</title>
            <link>https://www.phorum.org/support/read.php?61,162333,162333#msg-162333</link>
            <description><![CDATA[ Hello,<br />
I try to upgrade  Phorum from 5.1.25 to 5.2.23.<br />
console_upgrade.php stops after (during?) 27 step.<br />
Any suggestions will be appreciated.<br />
Regards<br />
-wg<br />
<br />
<br />
Next upgrade: 2007092900-patch (24 of 44)<br />
Press ENTER to run this upgrade or CTRL+C to stop &gt;<br />
Upgrading from patch level 2007091000 to 2007092900 ...<br />
The upgrade was successful.<br />
<br />
Next upgrade: 2007100800-patch (25 of 44)<br />
Press ENTER to run this upgrade or CTRL+C to stop &gt;<br />
Upgrading from patch level 2007092900 to 2007100800 ...<br />
The upgrade was successful.<br />
<br />
Next upgrade: 2007100801-patch (26 of 44)<br />
Press ENTER to run this upgrade or CTRL+C to stop &gt;<br />
Upgrading from patch level 2007100800 to 2007100801 ...<br />
The upgrade was successful.<br />
<br />
Next upgrade: 2007100802-patch (27 of 44)<br />
Press ENTER to run this upgrade or CTRL+C to stop &gt;<br />
root@xxxxxx:/ig/forum/scripts#]]></description>
            <dc:creator>wloges</dc:creator>
            <category>Phorum Support</category>
            <pubDate>Mon, 17 Jun 2019 05:10:37 -0500</pubDate>
        </item>
    </channel>
</rss>
