Re: Import/Export

Posts: 9
Joined: 01/05/2008

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-bla

After 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-"?Smiling)
and I think I find error the reason: non-latin characters are not supported by XML-generator Sad
    <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>&ETH;œ&ETH;&deg;&Ntilde;€&Ntilde;.....name>
      <description></description>

I guess is intergalaxian aliens' language Smiling In my example Вендор actually is "Вендор" (Russian), Вид is "Вид". It's very fun and buggy. Please help. Smiling

--

Nosce te ipsum

Import/Export By: futurist (104 replies) Wed, 08/08/2007 - 10:06