Error
Save failed with the following error: exception ‘UnexpectedValueException’ with message ‘TagsTableTag::_getNode(1, ) failed.’
Site was created from Playmag Quickstart on J3.3.6 and now on J3.4
Now fixed with kind help from Nicholas K. Dionysopoulos (Akeeba). Needed to populate the _tags table in db using phpmyadmin which was mysteriouly empty.
Run the following statement in phpMyAdmin after you replaced #_ with your prefix:
Code:
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);
I spoke too soon. I now get error when adding a tag to an article. Save fails and a totally unhelpful error message is displayed.
Looks like a Joomla error, not JA template related.