Important Update about RC3 and SEF
Tuesday, 19 February 2008 19:00

If you have several Joomla sites you maintain, its worth adding the official Joomla developer blog to your RSS feed collection.

In a more recent post, Wilco Jansen described an important change to how SEF is implemented in Joomla 1.5. The main point is that you will now have to make a database change if you want to upgrade a site from RC3 to a newer version.

The post reads:

Those who followed the development trunk have noticed an addition of a new system plugin. Anthony Ferrara has written this plugin and provided me with the details. This plugin “SEF” was changed from a content plugin to a system plugin to account for SEF URL issues outside of content.

The change was made because relative links were not resolving properly from modules and templates when SEF URLs were enabled. A system plugin is introduced to take care of these issues. As such, the content plugin “SEF” is no longer needed.

The changes to the database simple include changing the sef plugin from “content folder” to “system folder”, and reordering the system plugins to compensate for the change. The database changes can be made by either placing the migration.php script in the home directory and executing it, or executing the two following queries in MySQL:

UPDATE `jos_plugins` SET `ordering` = `ordering` + 1 WHERE `folder` LIKE Â’systemÂ’;

UPDATE `jos_plugins` SET `name` = ‘System - SEF’, `folder` = ’system’, `ordering` = 1 WHERE element LIKE ’sef’;

For those who want to upgrade from RC3 to this version (and also the upcoming RC4) need to be aware that this patch needs to be included to make the new code base work with SEF. We currently still have a problem with proper URL generation when the legacy mode is enabled, this problem will be fixed as soon as possible.

You can read more at Trunk version 9641 and the SEF changes; things you need to know when updating your site

 

 


blog comments powered by Disqus
 

Joomlashack University!

If you want Joomla training delivered to the comfort of your own home, then you need to join Joomlashack University - an affordable online Joomla training course taught by the world's leading experts in Joomla education.

Get Joomla Tips by RSS or Email

 

Joomla 1.6 Book

Get the NEW Joomla 1.6 Book

The new 3rd edition of the best selling Joomla 1.6 book is now available.

New and updated, its everything you need to know about Joomla 1.6!

Get it now from Amazon!

jenbookJoomla! Start to Finish Book

When you're ready to take your Joomla sites to the next level, try Joomla! Start to Finish: How to Plan, Maintain and Execute Your Website.

 

 

Teaching Sells

Classic Blog Posts