Forums / General / Issues after conversion from 2.2 to 3.x
Adelino Monteiro
Friday 12 September 2003 7:18:01 am
I have a big site running ezp 2.2.7 and need to upgrade it to 3.1. I alread run the conversion script that is available in the contribution area but one issue is getting me nuts.
Some content on my old database has <html> tags in it (yes I know it shouldn't have but it has!). The upgrade script converts
<html><h4> TEXT </H4></html>
into
<literal class='html'><h4>TEXT</h4></literal>
But everytime I do an preview I get
<pre><h4>TEXT</h4></pre>
in the html code instead of
<h4>TEXT</h4>
I already searched an researched all the messages in the forum but I havn't been able to put this work.I did read the message http://www.ez.no/developer/ez_publish_3/forum/developer/importexportscript_for_updating_from_2_to_3_any_experiences/re_importexportscript_for_updating_from_2_to_3_any_experiences but still the content is not interpreted as html.
Has anybody been able to put this to work correctly?
Any help is welcome.
Best Regards
AM