|
Добрый день! имею joomla 1.7 английскую версию, столкнулся с тем что не могу создать новое элемент меню, пишет:
Save failed with the following error: JTableMenu: :_getNode Failed
на заморских форумах нарыл решение:
To solve this problem please enter 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`.`j16_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.)
- вот со вторым шагом у меня проблема, я что-то не понимаю какое подходящие значение должно быть у rgt? и где его посмотреть? в общем, хелп)
|