console_upgrade stops
Posted by wloges
|
console_upgrade stops June 17, 2019 06:10AM |
Registered: 6 years ago Posts: 8 |
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 >
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 >
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 >
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 >
root@xxxxxx:/ig/forum/scripts#
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 >
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 >
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 >
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 >
root@xxxxxx:/ig/forum/scripts#
|
Re: console_upgrade stops June 17, 2019 06:49AM |
Registered: 6 years ago Posts: 8 |
|
Re: console_upgrade stops June 17, 2019 09:02AM |
Admin Registered: 19 years ago Posts: 575 |
|
Re: console_upgrade stops June 17, 2019 10:50AM |
Registered: 6 years ago Posts: 8 |
|
Re: console_upgrade stops June 17, 2019 01:28PM |
Admin Registered: 19 years ago Posts: 575 |
|
Re: console_upgrade stops June 17, 2019 05:29PM |
Registered: 6 years ago Posts: 8 |
Thx, it's Ok. Just warnings:
Warning: Illegal string offset 'message_ids' in /var/www/html/users/a/d/admin/ig.portel.pl/forum/include/thread_info.php on line 95
Warning: Illegal string offset 'message_ids_moderator' in /var/www/html/users/a/d/admin/ig.portel.pl/forum/include/thread_info.php on line 99
Warning: Illegal string offset 'message_ids' in /var/www/html/users/a/d/admin/ig.portel.pl/forum/include/thread_info.php on line 95
Warning: Illegal string offset 'message_ids_moderator' in /var/www/html/users/a/d/admin/ig.portel.pl/forum/include/thread_info.php on line 99
|
Re: console_upgrade stops June 17, 2019 06:02PM |
Registered: 6 years ago Posts: 8 |
|
Re: console_upgrade stops June 17, 2019 10:11PM |
Admin Registered: 19 years ago Posts: 575 |
Did you copy and paste the missing line, or copy and paste the whole program?
<?php // must be top left of the file (no spaces or blank lines prior to)
// other code ...
if (is_array($message['meta']) && isset($message['meta']['recent_post'])) {
unset($message['meta']['recent_post']);
} // You did not miss the curly brace?
|
Re: console_upgrade stops June 18, 2019 03:17AM |
Registered: 6 years ago Posts: 8 |
|
Re: console_upgrade stops June 24, 2019 06:15AM |
Registered: 6 years ago Posts: 8 |
This part of thread_info.php looks like that:
$message["meta"] = $parent_message["meta"];
// For cleaning up pre-5.2 recent post data.
// unset($message["meta"]["recent_post"]);
if (is_array($message['meta']) && isset($message['meta']['recent_post'])) {
unset($message['meta']['recent_post']);
}
$message["meta"]["message_ids"]=$message_ids;
I've got
Warning: Illegal string offset 'message_ids' in /var/www/html/users/a/d/admin/ig.portel.pl/forum/include/thread_info.php on line 99
Warning: Illegal string offset 'message_ids_moderator' in /var/www/html/users/a/d/admin/ig.portel.pl/forum/include/thread_info.php on line 103
The upgrade was successful but I can see only blanc screen.
$message["meta"] = $parent_message["meta"];
// For cleaning up pre-5.2 recent post data.
// unset($message["meta"]["recent_post"]);
if (is_array($message['meta']) && isset($message['meta']['recent_post'])) {
unset($message['meta']['recent_post']);
}
$message["meta"]["message_ids"]=$message_ids;
I've got
Warning: Illegal string offset 'message_ids' in /var/www/html/users/a/d/admin/ig.portel.pl/forum/include/thread_info.php on line 99
Warning: Illegal string offset 'message_ids_moderator' in /var/www/html/users/a/d/admin/ig.portel.pl/forum/include/thread_info.php on line 103
The upgrade was successful but I can see only blanc screen.
|
Re: console_upgrade stops June 24, 2019 10:55AM |
Admin Registered: 19 years ago Posts: 575 |
|
Re: console_upgrade stops June 24, 2019 04:28PM |
Registered: 6 years ago Posts: 8 |
Sorry, only registered users may post in this forum.