×
Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
Error: JTableMenu::_getNode(1, ) failed.
Russell English
Membre junior
Posts: 21
il y a 7 ans 6 mois #1580
par Russell English
Error: JTableMenu::_getNode(1, ) failed. a été créé par Russell English
When installing new versions of extensions (after building them in Component Creator) I'm being shown the following error message:
Error: JTableMenu::_getNode(1, ) failed.
This then doesn't install correctly.
This happens after the extension installs correctly for the first time.
Any ideas please?
Error: JTableMenu::_getNode(1, ) failed.
This then doesn't install correctly.
This happens after the extension installs correctly for the first time.
Any ideas please?
Les utilisateur(s) suivant ont remercié: conNeTv, Ryan, Andrew Kershaw
Connexion ou Créer un compte pour participer à la conversation.
Steven Pignataro
Nouveau membre
Posts: 2
il y a 6 ans 7 mois - il y a 6 ans 7 mois #1786
par Steven Pignataro
Réponse de Steven Pignataro sur le sujet Error: JTableMenu::_getNode(1, ) failed.
This is normally because the root node has been deleted somehow - it happens with Component Creator from time to time (I think it is because of two views with the same name, not sure...). To fix this you need to manually reinsert the root node to the menus table:
Then go admin->menus->all menu items and click "Rebuild" in the top menu.
INSERT INTO `MYPREFIX_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, 45, 0, '*', 0)
Then go admin->menus->all menu items and click "Rebuild" in the top menu.
Dernière édition: il y a 6 ans 7 mois par Steven Pignataro.
Connexion ou Créer un compte pour participer à la conversation.
David Vargas
Nouveau membre
Posts: 17
il y a 6 ans 7 mois #1787
par David Vargas
I can confirm this is the reason why it happens.
The bug was submitted to GitHub and we are working on it.
Meantime, it can only be solved manually as Steven indicates, as it modifies some external tables on install and uninstall.
Réponse de David Vargas sur le sujet Error: JTableMenu::_getNode(1, ) failed.
it happens with Component Creator from time to time (I think it is because of two views with the same name, not sure...)
I can confirm this is the reason why it happens.
The bug was submitted to GitHub and we are working on it.
Meantime, it can only be solved manually as Steven indicates, as it modifies some external tables on install and uninstall.
Connexion ou Créer un compte pour participer à la conversation.
Temps de génération de la page : 0.050 secondes