Forums / General / Issues after conversion from 2.2 to 3.x

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Issues after conversion from 2.2 to 3.x

Author Message

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>&lt;h4&gt;TEXT&lt;/h4&gt;</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