No file in admin menu

JPS379
JPS379
Offline
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!
Responses (10)
  • Accepted Answer

    Wednesday, August 14 2013, 01:33 PM - #Permalink
    0
    that's strange, maybe something went wrong on the installation process?
    can you try to uninstall and install again?
    The reply is currently minimized Show
  • Accepted Answer

    JPS379
    JPS379
    Offline
    Wednesday, August 14 2013, 02:00 PM - #Permalink
    0
    I tried it and I tried it about the file upload via ftp in the tmp file and installed it manuell. I got the same message.
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, August 14 2013, 02:26 PM - #Permalink
    0
    this is so strange... maybe you can give me joomla and FTP access so I can give it a try?

    is there something wrong on your joomla installation? the message you're getting looks like if there was something missing..
    The reply is currently minimized Show
  • Accepted Answer

    JPS379
    JPS379
    Offline
    Wednesday, August 14 2013, 02:48 PM - #Permalink
    0
    You 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.
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, August 14 2013, 02:50 PM - #Permalink
    0
    please send the access data in a private email to support@ joomlathat.com (it's not a good idea to post it publicly in the forum!
    The reply is currently minimized Show
  • Accepted Answer

    JPS379
    JPS379
    Offline
    Wednesday, August 14 2013, 08:46 PM - #Permalink
    0
    Now, it's working!
    I did it in the sql table myself. It's not perfect, but now it's working and show the admin menu "invoices" under components.
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, August 14 2013, 11:02 PM - #Permalink
    0
    that's very strange... so the component installed OK but the menu item was not created?!?
    The reply is currently minimized Show
  • Accepted Answer

    JPS379
    JPS379
    Offline
    Thursday, August 15 2013, 10:48 AM - #Permalink
    0
    It's definitlay not your mistake. Pherhaps it is a BUG from Joomla or a conflict with an other component. I will look. :p
    The reply is currently minimized Show
  • Accepted Answer

    JPS379
    JPS379
    Offline
    Thursday, August 15 2013, 11:44 AM - #Permalink
    0
    :)Ok, 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/
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, August 15 2013, 09:20 PM - #Permalink
    0
    it's very strange that you had this issue, but it's great news that you managed to solve it.. I can tell you it's not a bug on our software.. it must be joomla's... :)

    good work! well done.
    The reply is currently minimized Show
Your Reply