error exporting from contentitem_tag_map
- Daniel
-
- Offline
- Administrator
-
Hi,
Please send us your back end login credentials via Contact Us form, We'll look into it.
Thanks
Daniel
Please Log in or Create an account to join the conversation.
- Yvonne Sorensen
-
Topic Author
- Offline
- New Member
-
- Posts: 3
Hi again,
Although the export from the #_contentitem_tag_map table is working fine now, importing fails with this error:
"Fatal error: Cannot access empty property in .../plugins/hexdata/custom/custom.php
on line 497"
If it's helpful, here is a snippet of the code near line 497 in custom.php:
while(($data = fgetcsv($fp, 100000, ",", '"')) !== FALSE) {
$isNew = true;
$insert = new stdClass();
LINE 497
> $insert->$primary = null;
foreach($csvfields as $key=>$field) {
Thanks,
Yvonne
Please Log in or Create an account to join the conversation.
- Yvonne Sorensen
-
Topic Author
- Offline
- New Member
-
- Posts: 3
Thank-you for your quick response - it works now
Please Log in or Create an account to join the conversation.
- Daniel
-
- Offline
- Administrator
-
Hi,
The issue is corrected in latest package, please download it after logging in using your WDMtech account.
Thanks
Daniel
Please Log in or Create an account to join the conversation.
- Yvonne Sorensen
-
Topic Author
- Offline
- New Member
-
- Posts: 3
I'm trying to export from contentitem_tag_map to use it for an import template (I believe that's where I would find all the tags linked to articles) but I get the following error message:
Unknown column 'i.' in 'order clause' SQL=SELECT `i`.`type_alias`,`i`.`core_content_id`,`i`.`content_item_id`,`i`.`tag_id`,`i`.`tag_date`,`i`.`type_id` FROM rwftm_contentitem_tag_map AS i GROUP BY `i`.`` ORDER BY `i`.`` asc
I get the same message on my installation and on a test system on different server, so I don't think it's related to my environment.
Other tables seem to export just fine, so far at least, just this one doesn't work.
Please Log in or Create an account to join the conversation.