I tried to export CSV and got this error:

Notice: Trying to get property of non-object in taxonomy_csv_vocabulary_export() (line 139 of ...sites\all\modules\taxonomy_csv\export\taxonomy_csv.export.api.inc).
Strict warning: Creating default object from empty value in taxonomy_csv_vocabulary_export() (line 139 of ...sites\all\modules\taxonomy_csv\export\taxonomy_csv.export.api.inc).
Notice: Undefined property: stdClass::$i18n_mode in taxonomy_csv_vocabulary_export() (line 154 of ...sites\all\modules\taxonomy_csv\export\taxonomy_csv.export.api.inc).

after refreshing error is gone, is it serious?

Comments

Daniel_KM’s picture

Hi,

I don't think it's a serious one, because it's only a strict warning (php level of error, generally only used for devlopment). And it's probably linked to i18n_taxonomy and not to taxonomy_csv. It can be a problem in your vocabulary too. Is your export vocabulary good ? What are your versions of your modules (drupal, taxonomy_csv and i18n) ?

Sincerely,

Daniel Berthereau
Infodoc & Knowledge management

clashar’s picture

Hi, Daniel,

thank you for quick reply.

these are my versions:
Core - 7.14
Taxonomy CSV - 7.x-5.10+17-dev
i18 - 7.x-1.7

Maybe there are some problems with D6->D7 compatibility, most of terms were imported longtime ago from D6.
They work currently without problem on my current D7 installation, but errors appear only on exporting from D7.

Daniel_KM’s picture

Hi,

It's not linked to i18n, but to the vocabulary identifiant. I will investigate more.

Anyway, it doesn't matter and doesn't change the content of the exported vocabulary for standard vocabularies like your.

Sincerely,

Daniel Berthereau
Infodoc & Knowledge management

clashar’s picture

ok, thank you for explanations