Share » Forums » Install & configuration » ezwebinupgrade.php crash with fatal...

ezwebinupgrade.php crash with fatal error

ezwebinupgrade.php crash with fatal error

Monday 23 March 2009 4:57:35 am - 1 reply

Author Message

Ɓukasz Serwatka

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

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu