• Welcome to KonaKart Community Forum. Please login or sign up.
 

Import XML

Started by cedroy, July 22, 2011, 10:41:17 am

Previous topic - Next topic

cedroy

Hello,

I'm trying to import xml files (just being exported with ExportFromKKUsingEng.bat.

The following error is displayed (see attachment for detail).

It seems it's looking for a messages.xml that doesn't exist in my folders.

Thx for  your help !

Cedric

kate

Unfortunately in that release (assuming you are using 5.4.0.0-E)  there was a typo in the code so you have to match that typo in your config file to exclude that messages file.

So in xml_io_config.properties set:

mesaages = false


It's fixed in 5.5.0.0:

*) Fixed a bug in the XML_IO utility where a property was referred to as
     "mesaages" rather than "messages".

cedroy

Hi Kate and thx, it works !