Wednesday 20 August 2008 5:53:07 am
Hello,
i installed the extension "XMLImport": http://ez.no/jp/developer/contribs/import_export/xmlimport I'm trying to import a XML file:
<my_import>
<article>
<title>title</title>
<short_title>short</short_title>
<enable_comments>true</enable_comments>
<unpublish_date>Sun, 7 Sep 2008 16:21:42</unpublish_date>
<intro>test <b>test</b></intro>
</article>
</my_import>
But it doesn't work, i have an error for the field "intro" which is a XML block (I understood it 's a ezxmltext datatype): "Fatal error: Call to a member function elementsByName() on a non-object in C:\wamp\www\extension\xmlimport\modules\xmlimport\ezXMLTextConverter.php on line 53". But in the doc, the ezxmltext is supported. Do i have to change something in my code? thanks
|