-
AuthorPosts
-
acusticambiente Friend
acusticambiente
- Join date:
- December 2012
- Posts:
- 68
- Downloads:
- 14
- Uploads:
- 19
- Thanks:
- 9
April 29, 2013 at 4:20 pm #187159i can’t edit new menu items. this is the message displayed when i try to save:
Save failed with the following error: MenusTableMenu: :_getNode Failed –Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 30, 2013 at 3:21 pm #491456This is problem from menu table on database of your site, you can fix it as follows
Seems that in your menu table, it’s already have menu with ID=1. So, if you can go directly to row with ID=1 to update value and make sure that it ‘s the same with: ( ‘1’,”,’Menu_Item_Root’, ‘root’,”,”,”,”,’1′,’0′, ‘0’, ‘0’, ‘0’, ‘0’,’0000-00-00 00:00:00′,’0′,’0′,”,’0′,”,’0′,’0′,’0′,’*’,’0′)
acusticambiente Friendacusticambiente
- Join date:
- December 2012
- Posts:
- 68
- Downloads:
- 14
- Uploads:
- 19
- Thanks:
- 9
April 30, 2013 at 4:57 pm #491469<em>@Ninja Lead 371010 wrote:</em><blockquote>This is problem from menu table on database of your site, you can fix it as follows
Seems that in your menu table, it’s already have menu with ID=1. So, if you can go directly to row with ID=1 to update value and make sure that it ‘s the same with: ( ‘1’,”,’Menu_Item_Root’, ‘root’,”,”,”,”,’1′,’0′, ‘0’, ‘0’, ‘0’, ‘0’,’0000-00-00 00:00:00′,’0′,’0′,”,’0′,”,’0′,’0′,’0′,’*’,’0′)</blockquote>
where? how?? please help me!!!! :((Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 1, 2013 at 3:08 am #491502To solve this problem please do the following two steps.
1. Add the missing record to the database
Log in to phpmyadmin and execute the following statement
INSERT INTO `DATABASE_NAME`.`prefix_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’)2. Rebuilding menus
Go to the administrator panel of joomla.
Menus –> MenuManager
Select all menus
Click on the button ‘Rebuild’
(By doing step two, the field ‘rgt’ in the just added record (step one) will get the appropriate value.)I’ve tested this solution several times and each time with positive results.
acusticambiente Friendacusticambiente
- Join date:
- December 2012
- Posts:
- 68
- Downloads:
- 14
- Uploads:
- 19
- Thanks:
- 9
May 2, 2013 at 4:19 pm #491708it works!!!! thanx a lot!!!:)
-
AuthorPosts
This topic contains 5 replies, has 2 voices, and was last updated by acusticambiente 11 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum