0
I installed invoices for Joomla 2.5 and got this message:
"JTableMenu: :_getNode fehlgeschlagen! -
Fehler bei der Erstellung des Adminmenüs"
It will be installed under components -> "com_invoices", but there is no file in the admin menu (main component) for "Invoice". So I can't use it.
Do you have an idea?
Thanks!
"JTableMenu: :_getNode fehlgeschlagen! -
Fehler bei der Erstellung des Adminmenüs"
It will be installed under components -> "com_invoices", but there is no file in the admin menu (main component) for "Invoice". So I can't use it.
Do you have an idea?
Thanks!
Responses (10)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0You are all right. I tried it in other joomla installation (http://joomla.webdesigncounter.de/). There installed it comletely, but not on my new main page http://neu.webdesigncounter.de. I don't know what will wrong, because other components still working. -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0Ok, I fixed the problem. There is missing a id="1" in the _menu table. With this sql order you can repair it:
INSERT INTO `Your database`.`your_präfix_menu` (`id` ,`menutype` ,`title` ,`alias` ,`note` ,`path` ,`link` ,`type` ,`published` ,`parent_id` ,`level` ,`component_id` ,`ordering` ,`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', '0', '0000-00-00 00:00:00', '0', '0', '', '0', '', '0', '0', '0', '*', '0')
You will find the solution also here: http://www.cmsmind.com/joomla-error-save-failed-jtablemenu-getnode-failed/ -
Accepted Answer
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »