Forums / Setup & design / PHP5 eZP 3.9.2 Edit group "Editors" Problem (Fatal Error)
Piotr S.
Thursday 20 September 2007 6:54:56 am
Hallo,
I have Exponential 3.9.2php5 (3.9.2php5) PHP 5.2.3 When I go to "User accounts" menu in Administration site and click on group "Editors" I got this error: "Fatal error: Exponential did not finish its requestThe execution of Exponential was abruptly ended, the debug output is present below."
and in php_error.log I found this:
" PHP Fatal error: Call to a member function attribute() on a non-object in /u01/www/eZ/kernel/classes/ezpolicylimitation.php on line 244"
in that line is:
"$functions =& $mod->attribute( 'available_functions' );"
Any help will be appreciated.
Regards
André R.
Friday 21 September 2007 12:38:23 am
"$functions = $mod->attribute( 'available_functions' );"
mostly removing '&' will solve the problem.
EDIT: and please don't double post! You where correct in posting it on the 'Exponential 3.x on PHP 5' thread the first time, thats where all discussions on the unofficial php5 version of 3.x is.
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 21 September 2007 12:40:13 pm
Thnx Andre,
unfortunately removing '&' didn't help.