Thursday 26 March 2009 1:17:45 am
Hi, Can you please add some test code in the kernel/classes/ezcontentclass.php In line 840 add
var_dump($this->Identifier); //Dump class identifier before fatal error
Last class identifier before crash will give class which importing fail. Once you have this identifier in line 845 add code:
if( $this->Identifier == 'class_identifier_which_fail' ) {
var_dump($dataType);
}
Change "class_identifier_which_fail" to class identifier which fail. Then paste here all dumps for the class. We will see which attribute crashes.
Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog
|