? ?
avatar spiritdead
spiritdead
19 Jun 2015

Advertencia
exception 'UnexpectedValueException' with message 'JTableMenu: :_getNode(1, ) failed in /path/libraries/joomla/table/nested.php:1522
...

solution
adding this in the installation or upgrade,etc

INSERT INTO `prefix_menu` (`id`, `menutype`, `title`, `alias`, `note`, `path`, `link`, `type`, `published`, `parent_id`, `level`, `component_id`, `checked_out`, `checked_out_time`, `browserNav`, `access`, `img`, `template_style_id`, `params`, `lft`, `rgt`, `home`, `language`, `client_id`) VALUES
(1, '', 'Menu_Item_Root', 'root', '', '', '', '', 1, 0, 0, 0, 0, '0000-00-00 00:00:00', 0, 0, '', 0, '', 0, 137, 0, '*', 0)

plz can solve this ?

avatar spiritdead spiritdead - open - 19 Jun 2015
avatar zero-24
zero-24 - comment - 19 Jun 2015

@spiritdead I'm not sure how to reproduce? Can you give us a detailed instructions how to test / reproduce the issue?

avatar zero-24 zero-24 - change - 19 Jun 2015
The description was changed
Title
bug JTableMenu: :_getNode adding components
bug JTableMenu: :_getNode adding components [FIX]
Labels Added: ? ?
avatar zero-24 zero-24 - change - 19 Jun 2015
The description was changed
Title
bug JTableMenu: :_getNode adding components
bug JTableMenu: :_getNode adding components [FIX]
Labels Added: ? ?
avatar brianteeman brianteeman - change - 19 Jun 2015
Status New Information Required
avatar zero-24 zero-24 - change - 19 Jun 2015
Category Libraries SQL
avatar PhilETaylor
PhilETaylor - comment - 1 Jul 2015

All installations of Joomla already have a Menu_Item_Root entry in the #__menu table - so this "fix" is "fixing" something that is not a Joomla bug but a bug caused by database inconsistency, possibly with a 3rd party migration tool or something else that fudges the menu table.

Googling leads me to articles about Joomla 1.5 to 1.6 migrations going wrong and this was then the fix - see: http://forum.joomla.org/viewtopic.php?t=632543

I recommend closing this issue as its a non-issue for Joomla core.

avatar zero-24 zero-24 - close - 6 Jul 2015
avatar zero-24 zero-24 - change - 6 Jul 2015
Status Information Required Closed
Closed_Date 0000-00-00 00:00:00 2015-07-06 07:23:31
Closed_By zero-24

Add a Comment

Login with GitHub to post a comment