曼波建站搜索
热门搜索  曼波虚拟主机  多线主机  主机租用  主机托管  VPS 主机  智能建站  自助建站  曼波建站培训

V4.5.1a升级到v4.5.2

Wikipedia,自由的百科全书

Upgrading to Mambo 4.5.2

What is Version 4.5.2?

This version is the first maintenance release in the 4.5.x series. It includes numerous bug fixes as well as some interface improvements, and modules and mambots. It also includes the recent security patch for a bug in PHP.

新的版本的MAMBO对于前面版本修改了相关的BUG并引入了新的技术组建,摸版等...

This version does not have any upgrades to the database. However, there are some new modules and mambots, the data for which needs to be inserted in your existing database.

What versions do I need to upgrade?

Version 4.5.2 allows you to upgrade from version 4.5.1, 4.5.1a or 4.5.1b. If you have an earlier version (4.0.x or 4.5.0) you must incrementally upgrade to 4.5.1 first.

新的V452版本适合从V451。V451a 。V451b直接升级。。。。

Is 4.5.2 backwardly compatible with version 4.5.1?

As far as we can know, version 4.5.2 is fully backwardly compatible with third party addons for Mambo 4.5.1. However, there are new features in 4.5.2 which are not available for previous versions. Therefore, some new third party addons that take advantage of these features (like the patTemplate templating system) will not run on Mambo 4.5.1.

V452新版本的文件并不能直接覆盖V451所能直接使用的,因为新的版本引入了一些新的第三方的元素。。

How do I upgrade my site? 如何生级我的MAMBO?

Read all of the following points before you start. 当你阅读完以下文章后你就可以开始升级你的MAMBO~

If you are in any doubt about what to do, ask a knowledgable friend or post a question on the Mambo forum. 如果你有什么新的想法你可以告诉我们的技术人员或者来我们的技术论坛直接询问。 Backup the files on you site. Create a tarball or zip file of your entire Mambo directory and name the file with today's date. 首先我们先备份好自己的站点。

If you have direct access to your host's file system (via Telnet, SSH, etc) unzip the 4.5.2 files into your Mambo directory (eg /usr/local/apache/htdocs/mambo/ or c:\apache\htdocs\mambo\). If you only have FTP access, unzip the 4.5.2 files into a temporary directory and transfer them to your server. 解压下载的最新版本的MAMBO452文件,并把除INSTALL文件外的全部文件,上传到你站点MAMBO跟目录下。 Use you Database Administration Client (for example, Webmin or MyPHPAdmin) to run the database upgrade script. Mambo will still run if you skip this step, but some new modules and mambot will not be available for your use. 然后进入后台SQL管理页面执行相应的SQL语句。 Go to your Mambo site in your browser and test that all is working. If it is, enter the administrator and have a look at some of the new improvements. 注意即使你不执行SQL语句MAMBO任就可以运行但是有部分功能将限制使用。 Is there an incremental patch file to upgrade 4.5.1 to 4.5.2? No, there is not. Almost every file has been changed in some way, even if it is only a change to the year of the copyright statement or package name.


Accessing on-line help for 4.5.2? This version includes the ability to link to our help site, help.mamboserver.com. To allow the help system to target the help site, do the following:


log into the administrator edit your Global Configuration (from the administrator menubar select on Site -> Global Configuration) click on on the Server tab in the text box for the Help Server, enter the url for our help site, http://help.mamboserver.com


Offline help files are still available. To access these just leave the Help Server url blank in Global Configuration. Go to your Mambo site in your browser and test that all is working. If it is, enter the administrator and have a look at some of the new improvements. 检查MAMBO在浏览器下的情况和测试的所有位置的是否正常工作。 如果一切正常的话, 就可以进入管理界面大略看过一些452新的改变。

Accessing on-line help for 4.5.2? This version includes the ability to link to our help site, help.mamboserver.com. To allow the help system to target the help site, do the following:

V452版本的帮助系统默认为在线帮助~但是我们仍然可以设置为在线与不在线与否。我们可以通过以下方法进行修改`

log into the administrator 以管理员身份进入后台 点吉Global Configuration》》》Server》》》Help Server》》》Server url》》》进行设置 默认设置为 http://help.mamboserver.com


edit your Global Configuration (from the administrator menubar select on Site -> Global Configuration) click on on the Server tab in the text box for the Help Server, enter the url for our help site, http://help.mamboserver.com


Offline help files are still available. To access these just leave the Help Server url blank in Global Configuration.

如果想取消在线帮助的话~ 以管理员身份进入后台 点吉Global Configuration》》》Server》》》Help Server》》》Server url》》》

Server url选项中全部留为空格就可以了~

  1. $Id: upgrade451to452.sql,v 1.12 2005/02/16 03:51:48 kochp Exp $
  1. Mambo 4.5.1 to Mambo 4.5.2

DROP TABLE IF EXISTS mos_help;

  1. New Mambots in 4.5.2

INSERT INTO `mos_mambots` VALUES (0, 'Search Categories', 'categories.searchbot', 'search', 0, 4, 1, 0, 0, 0, '0000-00-00 00:00:00', ); INSERT INTO `mos_mambots` VALUES (0, 'Search Sections', 'sections.searchbot', 'search', 0, 5, 1, 0, 0, 0, '0000-00-00 00:00:00', ); INSERT INTO `mos_mambots` VALUES (0, 'Search Newsfeeds', 'newsfeeds.searchbot', 'search', 0, 6, 1, 0, 0, 0, '0000-00-00 00:00:00', ); INSERT INTO `mos_mambots` VALUES (0, 'Email Cloaking', 'mosemailcloak', 'content', 0, 5, 1, 0, 0, 0, '0000-00-00 00:00:00', ); INSERT INTO `mos_mambots` VALUES (0, 'GeSHi Syntax Highlighter', 'geshi', 'content', 0, 5, 1, 0, 0, 0, '0000-00-00 00:00:00', ); INSERT INTO `mos_mambots` VALUES (0, 'Load Module Positions', 'mosloadposition', 'content', 0, 6, 1, 0, 0, 0, '0000-00-00 00:00:00', );


  1. New Modules in 4.5.2

INSERT INTO `mos_modules` VALUES (0,'Wrapper',,10,'left',0,'0000-00-00 00:00:00',1,'mod_wrapper',0,0,1,,0, 0); INSERT INTO `mos_modules` VALUES (0,'Logged',,0,'cpanel',0,'0000-00-00 00:00:00',1,'mod_logged',0,99,1,,0,1);

  1. Component Modifications

UPDATE `mos_components` SET `admin_menu_link` = 'option=com_syndicate&hidemainmenu=1' WHERE `admin_menu_link` = 'option=com_syndicate'; UPDATE `mos_components` SET `admin_menu_link` = 'option=com_massmail&hidemainmenu=1' WHERE `admin_menu_link` = 'option=com_massmail';

Personal tools