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_0url


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.


- Comments

Fixed in trunk (3.10.0), stable/3.9 (3.9.1) rev. 17866, 17867.

#251163 by Kirill Subbotin on January 8th, 2007 [Permanent Link]

- History
Properties
Type Bug
Priority Medium
Component Misc
Affects 3.9.0
Fix Version 3.9.1
Reporter Kristof Coomans
Responsible -
Status 0 Closed
Resolution Fixed
Created January 5th, 2007
Updated January 8th, 2007
Resolved January 8th, 2007
 
Navigation [Permanent Link]
Previous Issue
Back to Issues List
Next Issue: #019127
  DB Deadlocks on ezcontentobject_tree when updating subnode