|
|
Home Installation Guide Migrating from Mambo |
| Migrating to Joomla! from Mambo |
|
|
|
|
Note: You may also migrate directly to Joomla! 1.5, however this option hasn't been as strenuously tested as the Joomla! 1.0 migration. The benefit of this method is that version of Mambo older than 4.5.2 can usually be migrated. Please keep in mind that those versions may add features not available in Joomla! 1.0 which won't be migrated properly. For Mambo 4.5.x or higher the "Migrating from 1.0.x to 1.5 Stable " guide should still apply.
The following instructions outline a few ways to migrate your existing Mambo 4.5.2 site to Joomla! 1.0. If you need to migrate to Joomla! from an earlier version of Mambo, you will need to follow the Mambo upgrade path to at least Mambo 4.5.2 and then migrate to Joomla! Migration or upgrading of any system is all about change management. Before you start you should:
{glossarbot=enable}So you've got your change management plan worked out and signed-off? Good. Here is a fairly safe option for upgrading:
Templates:
Components:
Modules:
Mambots:
Language:
When you are satisfied that all is working well, archive your existing site and move the Joomla! directory to the location of the original site (or use web server alias, etc, there are many options here). Database UpdatesWhile there are no "critical" database updates that are required, we have included a script (/installation/sql/migrate_Mambo4523_to_Joomla_100.sql) that will update the default template for the administrator, and unpublish a module that relates to MamboForge. Please note that you will need to either run the migrate sql or apply the template patch (see below) for the Administrator to work correctly (the tempalte patch no longer applies for 1.0.1). Hardening Joomla!Mambo and Joomla! by default emulate a PHP setting called register_globals = on. This is generally considered to be an undesirable condition in modern web application design. The preferred setting for production sites is register_globals = off. While not a cure-all, it does prevent some forms of malicious attack due to bugs or poor programming practices. To emulate this setting in Joomla!, rename globals.php to globals.php-on and then rename globals.php-off to globals.php. However, we make no guarantee that all custom addons will still work correctly as the author may have been relying on the fact that register_globals was set to On. Joomla! with PHP 5 and MySQL 4.1MySQL 4.1 requires the mysqli libraries to be used to access the database. To be able to install and use Joomla! in under this configuration, rename database.php to database.mysql.php and then rename database.mysqli.php to database.php. Questions you might have
Can I just copy the Joomla! files over the top of my Mambo directory?
The site preview page is blank after I install.
Administrator Template Patch*Note: the instructions below no longer apply for 1.0.1 as we have included modified `mambo_admin` and `mambo_admin_blue` templates - so you can safely ignore the instructions below*Because we have introduced output buffering in the Administrator, any existing Administator templates need to be modified slightly to correctly work in Joomla!. Load the template's index.php file into an editor. Find the lines that look like this: getPath( 'admin' )) { require $path; } else { echo "<img src="" alt="" border="0" />\r\n \r\n"; } ?> Then replace it with this code: <?php mosMainBody_Admin(); ?> Save the file. |
|
| Last Updated ( Saturday, 15 November 2008 ) |
| < Prev |
|---|






