Hi, trying to export data in XML, in order to understand the structure of the file. But I get the following:
Notice: Undefined offset: 4096 in D:\usr\www\ittrend\includes\common.inc on line 553
Notice: Undefined offset: 4096 in D:\usr\www\ittrend\includes\common.inc on line 560
...
Bla-bla-blaAfter I added these lines in .htaccess
php_value error_reporting 7
php_flag display_errors off...I received a temp-file-uc_export.xml (Hmmm... why "temp-"?
)and I think I find error the reason: non-latin characters are not supported by XML-generator

<vocabulary>
<id>9</id>
<name>Вендор</name>
<description></description>
....
</vocabulary>
<vocabulary>
<id>10</id>
<name>Вид</name>
<description></description>
....
<category>
<id>159</id>
<vid>10</vid>
<name>МарÑ.....name>
<description></description>I guess is intergalaxian aliens' language
In my example Вендор actually is "Вендор" (Russian), Вид is "Вид". It's very fun and buggy. Please help.



Joined: 01/05/2008