原文地址:http://forum.joomla.org/viewtopic.php?f=625&t=632543&sid=4d568d2fea49ac2253d09f3db371194a
Recently I upgraded my joomla 1.5 to joomla 1.6 with jupgrade.
Initially everything went very well. All contacts, articles,… were perfectly transferred. The menus were also transferred, because they were in a different order as the original, I decide to remove the existing menu and create a new one.
Now, when I tried to create a new menu item, I got the following error:
Save failed with the following error: JTableMenu: :_getNode Failed –
After a long search on internet I couldn’t find a solution. It seems that it’s a familiar problem for people that upgraded their joomla from 1.5 to 1.6.
Some people say that recreating the whole site in joomla 1.6 is the only solution. Since my site contains many articles, contacts,… , I couldn’t accept this solution. So I went looking for a better solution by myself.
After upgrading to 1.6, it’s possible to add menu items to any menu. When items are removed from the transferred menu, it’s no longer possible to add new items. So I’ll get the error as described above.
After removing a menu item, I noticed that a record has disappeard in the table ‘j16_menu’ (record with id = ‘1’). This record is essential for the functioning of the menus.
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.)
I’ve tested this solution several times and each time with a perfectly functioning result.
Hopefully this will help many people. I’ve noticed that many joomla users over the whole world having this problem and still have no solution found.
Kind regards,
分享到:
相关推荐
joomla附件组件,还有其它组件。一、评论组件:Jom Comment 3.0.562 二、标签云组件:jtags 三、后台安全插件:SystemJSecure-1.0.5 四、留言簿组件:easybook_2.0_rc4_valid_cn 五、流量统计组件:JoomlaWatch-...
它旨在抽象化不同Joomla版本之间的更改,并基于您从Joomla中学到的MVC概念提供更好,更快,流畅的编码接口。 要求 FOF 3.6和更高版本需要Joomla 3.9或更高版本以及PHP 7.1或更高版本。 它不适用于较旧的Joomla和PHP...
M3M0渗透测试工具 M3m0工具 :crossed_swords: 网站漏洞扫描程序和自动浏览器您可以使用此工具通过在网站中找到漏洞来检查安全性,也可以使用此工具来获取Shell | 污损| cPanels | 资料库 M3M0 ...
**Joomla 1.5.15 简体中文语言包详解** Joomla 是一个流行的开源内容管理系统(CMS),广泛用于构建网站和管理在线内容。Joomla 1.5.15 版本是该系统的一个特定迭代,提供了一系列功能和改进。此语言包针对简体中文...
Joomla 1.6 是一个流行的开源内容管理系统(CMS),用于构建网站和在线应用程序。中文语言包“joomla_1.6.1_simplified_chinese”是为Joomla 1.6版本提供的本地化支持,使得不懂英文的用户能够更方便地使用这个平台...
Joomla站点地图组件安装我们使用安装。 在update.custom.json文件中,添加: " require " : { ... " mikoweb/joomla-sitemap-component " : " dev-master "} 执行命令: php joomla.php packages:update 在config/...
Joomla! 是一款开源的内容管理系统(CMS),广泛用于构建网站和管理在线内容。该系统以其灵活性、可扩展性和用户友好性而闻名。标题中的 "joomla3.2.2简体中文版Language_Joomla_3.2.1_CN" 指的是 Joomla! 3.2.2 ...
《Joomla模板:TBC_FivePoint_Unity_1.0.2的解析与应用》 Joomla,作为全球知名的开源内容管理系统(CMS),因其强大的功能和灵活性,被广泛用于构建各类网站。在这个领域,模板设计是提升用户体验、塑造网站视觉...
**Joomla 3.2.0 稳定版安装指南** Joomla 是一款流行的开源内容管理系统(CMS),用于构建动态网站。Joomla 3.2.0 是该系列的一个重要版本,它提供了许多增强的功能和改进,为用户带来了更高效、更易用的体验。...
**Joomla js_lightfast_mint 知识点详解** Joomla是一个开源的内容管理系统(CMS),广泛用于构建和管理网站。`js_lightfast_mint`在Joomla上下文中可能指的是一个特定的模板或主题,它为网站提供了一种视觉风格和...
Completely updated for Joomla! 3, this practical guide helps you to create professional and good-looking websites with Joomla!, whether you want to build a personal blog site or a full-featured ...
《Joomla 3.1.1中文版:深入解析与应用》 Joomla! 是一款全球知名的开源内容管理系统(CMS),被广泛应用于网站建设和管理。本文将深入探讨Joomla 3.1.1中文版的核心特性、安装过程、功能配置以及日常维护,旨在...
用法使用快速结帐存储库: svn co http://repo.mikoweb.pl/svn/joomla-startup/trunk ./ 将域附加到web目录或创建指向public_html符号链接: ln -s web public_html 运行命令: php joomla.php joomla:install 3.3.*...
### 如何无缝整合Joomla1.5.9与SMF2.0论坛 #### SJSB桥接器介绍 SJSB桥接器是Simple Joomla! 1.5.x / SMF 2.x Bridge的简称,它是由意大利开发者Nicola Ferruzzi(网名ilwoody)开发的一款用于实现Joomla! 和 ...
**Joomla 1.6 模板:Jotempre-template_three_v1.2** Joomla 是一款开源的内容管理系统(CMS),广泛用于构建网站和管理在线内容。版本1.6是其历史上的一个重要版本,引入了更高级的权限系统和内容管理功能。...
**Joomla 1.6 模板:World_of_Warcraft_3_Flash-J1.6** Joomla 1.6 是一个流行的开源内容管理系统(CMS),它允许用户轻松地创建和管理网站,无需深入的编程知识。这个模板,名为 "World_of_Warcraft_3_Flash-J1.6...
闪电使用 HiQ CSS 的 Joomla 4 模板下载你可以在这里下载最新版本: : 浏览器支持 最新的 :check_mark: 最新的 :check_mark: 最新的 :check_mark: 11+ :cross_mark: 最新的 :check_mark: 最新的 :check_mark:安装像...
:backhand_index_pointing_right: :backhand_index_pointing_down: 英语文件 Buzzy CMS :red_heart_selector: 介绍: 一种新的尝试,旨在为内容创建...-简单的布局-5分钟内设置好-React + Wordpress或Drupal或Joomla