| Tuesday 06 May 2008 2:14:49 pm 
                                                                
                                                                 Hi I had a site running versjon 3.7.x and upgraded all the way to 4.0.  All steps seemed fine, until the last one. When I upgraded from 3.10 to 4.0 and PHP5 I get some problems with norwegian special characters.  First I created the database and run this command:  
alter database <db> default character set utf8;
 Then I imported the data, and followed the rest of the upgrade howto on the document pages.  After that, all norwegian characters are screwed up. That's fine because I could just edit this manually, but when I edit objects or create new objects with the norwegian characters in it, the whole xml-code is not shown on the site. If I afterwords try to edit an object that has the character in itself, I get this:  
Fatal error: Call to a member function hasAttributes() on a non-object in <path-to-site>/kernel/classes/datatypes/ezxmltext/handlers/input/ezsimplifiedxmleditoutput.php on line 126
Fatal error: Exponential did not finish its request
The execution of Exponential was abruptly ended, the debug output is present below.
 The web server runs fine on other 4.0 sites (not upgrades).  |