Fixes for PHP 7/8
Posted by Sergei K
Fixes for PHP 7/8 August 12, 2021 12:49AM |
Registered: 1 year ago Posts: 4 |
If someone is interested in the work of Phorum with PHP 7/8 you can try the version with my fixes which you can download at [github.com]
Edited 1 time(s). Last edit at 08/13/2021 03:22PM by Sergei K.
Edited 1 time(s). Last edit at 08/13/2021 03:22PM by Sergei K.
Re: Fixes for PHP 7/8 October 28, 2021 06:00PM |
Registered: 15 years ago Posts: 15 |
Re: Fixes for PHP 7/8 January 28, 2022 01:23PM |
Registered: 4 years ago Posts: 20 |
How long did it take you to fix the code ? hours ? days ? 1 week ?
is there some generic changes to do, or has it be a step by step (after seing errors).
I'm asking because i need to move, but i have a specific release of 5.2.19 (with 20 mods) and i guess, i would be quicker to update the code directly, without even going 5.2.23 before (as there won't be any official future release; otherwise, i would move to the last release).
Thanks
is there some generic changes to do, or has it be a step by step (after seing errors).
I'm asking because i need to move, but i have a specific release of 5.2.19 (with 20 mods) and i guess, i would be quicker to update the code directly, without even going 5.2.23 before (as there won't be any official future release; otherwise, i would move to the last release).
Thanks
Re: Fixes for PHP 7/8 January 29, 2022 06:18AM |
Registered: 1 year ago Posts: 4 |
I tried to run on the new version of PHP, collected the errors that occurred. Then I fixed them consistently. Both where errors occur and sometimes other places that are searched through files. After the changes, I tested a little creating a new installation and publishing messages. It took me a few hours throughout the day.
Re: Fixes for PHP 7/8 January 31, 2022 08:01AM |
Registered: 4 years ago Posts: 20 |
Re: Fixes for PHP 7/8 January 31, 2022 01:21PM |
Registered: 10 years ago Posts: 8 |
Sergei,
Thank you for your work. I manage a phorum installation that's used a fair bit, and am nervous about upgrading, but also hate the errors that a slightly modified Phorum 5.2.23 generates with PHP7. Would you be willing to help me benefit from your experience? mpotts@mcn.org
Thank you for your work. I manage a phorum installation that's used a fair bit, and am nervous about upgrading, but also hate the errors that a slightly modified Phorum 5.2.23 generates with PHP7. Would you be willing to help me benefit from your experience? mpotts@mcn.org
Re: Fixes for PHP 7/8 February 01, 2022 03:01AM |
Registered: 1 year ago Posts: 4 |
Re: Fixes for PHP 7/8 March 14, 2022 05:29PM |
Registered: 5 years ago Posts: 28 |
@Sergei K
I'm so grateful for the work you did. I was able to get this version installed. However, it did not fix my issue. It did move it, though. ;)
I'm still getting no results if I search for someting. And I get errors like this on the top of the screen (I've taken out my home directory):
Warning: count(): Parameter must be an array or an object that implements Countable in /include/forum_functions.php on line 71
Warning: count(): Parameter must be an array or an object that implements Countable in /include/forum_functions.php on line 71
Warning: Cannot modify header information - headers already sent by (output started at /include/forum_functions.php:71) in /.cache/tpl-lightweight_blue-header-4078174761e651367bdf29ce021b700b.php-stage2 on line 4
Warning: Cannot modify header information - headers already sent by (output started at /include/forum_functions.php:71) in .cache/tpl-lightweight_blue-header-4078174761e651367bdf29ce021b700b.php-stage2 on line 6
I'm so grateful for the work you did. I was able to get this version installed. However, it did not fix my issue. It did move it, though. ;)
I'm still getting no results if I search for someting. And I get errors like this on the top of the screen (I've taken out my home directory):
Warning: count(): Parameter must be an array or an object that implements Countable in /include/forum_functions.php on line 71
Warning: count(): Parameter must be an array or an object that implements Countable in /include/forum_functions.php on line 71
Warning: Cannot modify header information - headers already sent by (output started at /include/forum_functions.php:71) in /.cache/tpl-lightweight_blue-header-4078174761e651367bdf29ce021b700b.php-stage2 on line 4
Warning: Cannot modify header information - headers already sent by (output started at /include/forum_functions.php:71) in .cache/tpl-lightweight_blue-header-4078174761e651367bdf29ce021b700b.php-stage2 on line 6
Re: Fixes for PHP 7/8 March 19, 2022 09:05AM |
Registered: 1 year ago Posts: 4 |
Hello Preston
Glad to hear that my efforts aren't completely lost. It's not an easy time for me (and for all of us) and I'll need some time to dive into php specifics, but I'll fix the problem. There are signs of activity in the github repository and may even be able to implement a maintenance release. Personally, I want that.
Glad to hear that my efforts aren't completely lost. It's not an easy time for me (and for all of us) and I'll need some time to dive into php specifics, but I'll fix the problem. There are signs of activity in the github repository and may even be able to implement a maintenance release. Personally, I want that.
Sorry, only registered users may post in this forum.