Tuesday 28 July 2009 3:34:27 am
I noticed when customizing a register form. When submit i get:
Fatal error: Call to a member function attribute() on a non-object in /........../kernel/classes/datatypes/ezemail/ezemailtype.php on line 102
Fatal error: eZ Publish did not finish its request
The execution of eZ Publish was abruptly ended, the debug output is present below.
line 102 is:
else if ( !$classAttribute->attribute( 'is_information_collector' ) and $contentObjectAttribute->validateIsRequired() )
I think its because $classAttribute is defined inside the "if" statement above "else if".
|