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. 
