test
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • protechsb Friend
    #172759

    Trying to add a menu item to my main menu, and getting this error.

    Save failed with the following error: JTableMenu: :_getNode Failed –

    Tried running the SQL query

    INSERT INTO `pro0927412203921`.`jos_menu` (`menutype` ,`name` ,`alias` ,`link` ,`type` ,`published` ,`parent` ,`componentid` ,`sublevel`,`ordering` ,`checked_out`,`checked_out_time` ,`pollid`, `browserNav` ,`access` , `utaccess`, `params` ,`lft` ,`rgt` ,`home` ) VALUES ( ”, ‘Menu_Item_Root’, ‘root’, ”, ”, ‘1’, ‘0’, ‘0’, ‘0’, ‘0’, ‘0’, ‘0000-00-00 00:00:00’, ”, ‘0’, ‘0’, ”, ”, ‘0’, ‘0’, ‘0’)

    the query executed, but the menu problem isn’t fixed. Any ideas. Website is protechsb.com

    TomC Moderator
    #433760

    Greetings:

    Just to try to clarify … you want to add a menu item to your main navigation menu, correct?

    And you have tried to do this via your Menu Manager within your site administration?

    protechsb Friend
    #433791

    exactly, but when i do try, i get the error listed above. I read other posts, and found other people mentioning a query add in on the sql database. I tweaked it for the joomla 1.7 menu table, but still had no luck, and the error remained…

    Phill Moderator
    #433808

    Try the following syntax

    INSERT INTO `database_name`.`database_prefix` (`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′);

    protechsb Friend
    #433841

    didn’t like the syntax of that in the checked_out_time value. When I took that field out altogether, it then came back with an unknown column title in field list error.

    FYI- I don’t have theses same fields in my _menu table. They’re a bit different, and some are missing altogether. For instance, instead of having a title field, i have a name field. Does this have something to do with it?

    Thanks…

    Phill Moderator
    #433843

    Hmm, assuming jupgrade was used here? Then maybe just install the QuickStart locally and compare your tables.

    protechsb Friend
    #433882

    User error, thanks for the help! Was in my site’s old database…obviously not going to do anything! Thks!

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 3 voices, and was last updated by  protechsb 12 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum