Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • joachim funk Friend
    #193700

    Hi!

    a) I use Joomla 3.2.1 and when I try to save tags in an article, I get an error: “Error. Save failed with the following error:” (blank).

    b) I also can’t save new tags in the Joomla-Tag-Component. There I get the following errors:


    Fehler
    Speichern fehlgeschlagen! Fehler: exception 'UnexpectedValueException' with message 'TagsTableTag::_getNode(1, ) failed.' in /is/htdocs/wp1095707_IPFBOHC905/www/jf/fixel/libraries/joomla/table/nested.php:1522 Stack trace: #0 /is/htdocs/wp1095707_IPFBOHC905/www/jf/fixel/libraries/joomla/table/nested.php(776): JTableNested->_getNode('1') #1 /is/htdocs/wp1095707_IPFBOHC905/www/jf/fixel/administrator/components/com_tags/tables/tag.php(181): JTableNested->store(false) #2 /is/htdocs/wp1095707_IPFBOHC905/www/jf/fixel/administrator/components/com_tags/models/tag.php(336): TagsTableTag->store() #3 /is/htdocs/wp1095707_IPFBOHC905/www/jf/fixel/libraries/legacy/controller/form.php(733): TagsModelTag->save(Array) #4 /is/htdocs/wp1095707_IPFBOHC905/www/jf/fixel/libraries/legacy/controller/legacy.php(722): JControllerForm->save() #5 /is/htdocs/wp1095707_IPFBOHC905/www/jf/fixel/administrator/components/com_tags/tags.php(23): JControllerLegacy->execute('save') #6 /is/htdocs/wp1095707_IPFBOHC905/www/jf/fixel/libraries/cms/component/helper.php(351): require_once('/is/htdocs/wp10...') #7 /is/htdocs/wp1095707_IPFBOHC905/www/jf/fixel/libraries/cms/component/helper.php(331): JComponentHelper::executeComponent('/is/htdocs/wp10...') #8 /is/htdocs/wp1095707_IPFBOHC905/www/jf/fixel/libraries/cms/application/administrator.php(98): JComponentHelper::renderComponent('com_tags') #9 /is/htdocs/wp1095707_IPFBOHC905/www/jf/fixel/libraries/cms/application/administrator.php(143): JApplicationAdministrator->dispatch() #10 /is/htdocs/wp1095707_IPFBOHC905/www/jf/fixel/libraries/cms/application/cms.php(255): JApplicationAdministrator->doExecute() #11 /is/htdocs/wp1095707_IPFBOHC905/www/jf/fixel/administrator/index.php(42): JApplicationCms->execute() #12 {main}

    In the german joomla-portal http://www.joomlaportal.de/komponenten-j3-x/305402-gel-st-forms-tags-hinzuf-gen-2.html user SPQRInc postet a solution – reason for the error is a wrong mapping:

    {"common":{"core_content_item_id":"id","core_title":"title","core_state":"null","core_alias":"null","core_created_time":"null","core_modified_time":"null","core_body":"description", "core_hits":"null","core_publish_up":"null","core_publish_down":"null","core_access":"null", "core_params":"params", "core_featured":"featured", "core_metadata":"null", "core_language":"null", "core_images":"null", "core_urls":"null", "core_version":"null", "core_ordering":"null", "core_metakey":"null", "core_metadesc":"null", "core_catid":"catid", "core_xreference":"null", "asset_id":"null"}, "special":{"parent_id":"null","lft":"null","rgt":"null","level":"null","path":"null","extension":"null","note":"null"}}

    How could I fix the problem as a newbie? Can someone help me? Is it a bug?
    Thanks!

    joachim funk Friend
    #518265

    The problem b) with the Joomla-Tag-Component ist solved – execute this SQL-query and it works:


    INSERT INTO `#__tags` (`id`, `parent_id`, `lft`, `rgt`, `level`, `path`, `title`, `alias`, `note`, `description`, `published`, `checked_out`, `checked_out_time`, `access`, `params`, `metadesc`, `metakey`, `metadata`, `created_user_id`, `created_time`,`created_by_alias`, `modified_user_id`, `modified_time`, `images`, `urls`, `hits`, `language`, `version`)
    VALUES (1, 0, 0, 1, 0, '', 'ROOT', 'root', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{}', '', '', '', '', '2011-01-01 00:00:01','', 0, '0000-00-00 00:00:00', '', '', 0, '*', 1);

    Don’t forget to change the prefix. Thanks to http://forum.joomla.org/viewtopic.php?f=710&t=800583#p3025011

    joachim funk Friend
    #518268

    Ok, problem a) “Save tags when editing an article” is also solved: I imported the table “#__content_types” from another Joomla installation and now it works!

    Thanks to this post: http://forum.joomla.org/viewtopic.php?f=710&t=800583#p3025011

    🙂

    Carl Nelson Friend
    #556372

    Doing a new installation of the UBER template and experienced similar problem. Exporting from another database,then importing worked to solve the problem.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Carl Nelson 9 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum