Forums / Developer / Warning: PHP: E_WARNING in 4.1.2 build 23507
Mariusz Ściseł
Thursday 14 May 2009 1:00:43 pm
Hi
After moving my eZ site from my production desktop to the server, I have noticed the PHP Warning in warning.log.
array_merge_recursive() [<a href='function.array-merge-recursive'>function.array-merge-recursive</a>]: recursion detected in /home/test/WWW/kernel/classes/datatypes/ezuser/ezuser.php on line 1798
ths is in: eZ Publish 4.1.2 (4.1.2) BUILD VERSION: 23507 PHP: 525Apache/2.2.8 (FreeBSD)
Is it some kind of issue in ezuser.php or my site missconfiguration?Can you fix it?
Mariusz
André R.
Friday 15 May 2009 5:53:47 am
Did you clear all cache? And could you also try to clear all sessions?
eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription @: http://twitter.com/andrerom
Friday 15 May 2009 6:31:12 am
Yes, I cleared cache: php bin/php/ezcache.php --clear-all --purgeand all sessions in Admin Panel. This Warning i get always twice in line 1798, after Cache clear in Admin Panel.