Monday 18 December 2006 4:07:42 pm
I've upgraded my site from 3.8.6 to 3.9.0 following the upgrade documentation and have only had one problem when running this script: # php update/common/scripts/3.9/correctxmltext.php --global Fatal error: Call to a member function on a non-object in /var/www/flaubris.no/update/common/scripts/3.9/correctxmltext.php on line 278
Fatal error: eZ publish did not finish its request The execution of eZ publish was abruptly ended, the debug output is present below. It will run flawless if I run the command vith the --skip-objects option.
Classes look like this now:
a:2:{s:6:"nor-NO";s:11:"Forum reply";s:16:"always-available";s:6:"nor-NO";}
a:2:{s:6:"nor-NO";s:11:"Styremedlem";s:16:"always-available";s:6:"nor-NO";}
a:2:{s:6:"nor-NO";s:7:"Spiller";s:16:"always-available";s:6:"nor-NO";} ... Does anyone have suggestions how I should fix this problem?
|