-
AuthorPosts
-
January 13, 2012 at 3:34 pm #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 ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
January 13, 2012 at 4:48 pm #433760Greetings:
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?
January 13, 2012 at 8:19 pm #433791exactly, 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 ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
January 13, 2012 at 11:13 pm #433808Try 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′);
January 14, 2012 at 3:30 pm #433841didn’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…
-
AuthorPosts
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