Errors after upgrade

Hi all,


After upgrade 3.16.15 to 3.18 (now 3.18.3) I have in error.log



[13-Jan-2010 15:15:27] PHP Fatal error: Call to protected method Condition_User_IP_Edit_Fns::_sortByCIDROrder() from context 'Condition_User_IP' in /usr/local/strony/mysource_matrix/core/assets/system/conditions/condition_types/condition_user_ip/condition_user_ip.inc on line 74



OR



(/core/assets/users/inbox/inbox.inc:222) - Declaration of Inbox::paintBackend() should be compatible with that of Asset::paintBackend()



Any idea what is wrong?

OS - FreeBSD 7.2 stable

php 5.2.12 from ports



Kind regards

Arek

The first error is a bug that was fixed in 3.18.4: http://bugs.matrix.squiz.net/view_bug.php?bug_id=3143


The second error is relating from the version of PHP. So far we don’t officially support nor test on PHP 5.2.12 at the moment.

[quote]
The first error is a bug that was fixed in 3.18.4: http://bugs.matrix.squiz.net/view_bug.php?bug_id=3143



The second error is relating from the version of PHP. So far we don’t officially support nor test on PHP 5.2.12 at the moment.

[/quote]

Hi Benjamin,



Thank you for your reply.

Now I have 3.18.4 and work fine :slight_smile:



Now I need upgrade to 3.18.8 and then to 3.20.



About PHP:

    [root@thor strony]# php -v
    PHP 5.2.12 with Suhosin-Patch 0.9.7 (cli) (built: Jan 13 2010 10:21:00)
    Copyright (c) 1997-2009 The PHP Group
    Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
    [root@thor strony]#


I did a litle googling about this php warnings and a lots of
web apps have this warnings (EZ, Joomla, etc.).

Kind regards
Arek