Topic: Punbb 1.4.5 error with php 7.2 : Visman punbb works with 7.2 and 7.4
Hello, yesterday i've seen punbb published a new version : 1.4.5, my board notified me of this new version only yesterday.
So i downloaded it and uploaded my punbb 1.4.4 that was making a lot of errors with php 7.2
There are less errors with punbb 1.4.5, but there a still one on each topic :
PHP Warning: count(): Parameter must be an array or an object that implements Countable in zeforums.com/include/parser.php on line 814
I've seen than Visman updated punbb 1.4.4 a lot for php versions on his own in github, made a lot of fixes (Thank you Visman), i decided to give a try and then updated another time with punbb visman : no error with php 7.2
I've tried with php 7.4, and still no error.
So the problem is : we know have a "punbb 1.4.5" that is less advanced than "punbb 1.4.4" by Visman.
To not receive a notification of punbb 1.4.5 available (but older for php versions), before updating to punbb 1.4.4 by visman, i just changed in admin/db_update.php (in punbb 1.4.4 by visman) :
define('UPDATE_TO', '1.4.4');
to :
define('UPDATE_TO', '1.4.5');
Very confused to see a punbb 1.4.4 more advanced than the official 1.4.5, i prefer punbb 1.4.4 by visman as it's more advanced in fixes.
i didn't see any things new in punbb 1.4.5, they are only talking of php 7.x fixes