You are not allowed to access this page.
#009952 : correctxmltext.php update script problem
Description:
Problem:
# 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
Solution: replace
$doc =& $xml->domTree( $text, array( "TrimWhiteSpace" => false ) );
with
$doc =& $xml->domTree( $text, array( "TrimWhiteSpace" => false, "SetParentNode" => true ) );
Forum topic:
http://ez.no/community/forum/install_configuration/error_when_upgrading_from_3_8_6_to_3_9_0
Environment:
Operating System:
PHP Version: (please be specific, like '4.4.3' or '5.1.5')
Database and version:
Browser (and version):
Attachments
No attachments for this issue.
Attachments (0)
Links
No links for this issue.
Links (0)
History
History (4)
Powered by wIT - Copyright 2005-2007 by WaterProof SARL - All rights reserved
Content copyright © 2006-2007 by eZ systems A.S.