Upgrade 2.0.7 to 2.1.0 Available
Joomla 1.5 only. Joomla 1.0 is no longer supported.
The upgrade was released last week but since the site was down I have been unable to post about it here … until now.
You can download it here, but there are important and possibly breaking changes so continue reading on before attempting an upgrade.
-=Important Notes=-
- Backup your Joomla site and Database (important!)
- The old links to your Simple Review categories and reviews will NO LONGER be valid.
Instead a page will be displayed informing visitors of the new link.
You can change it to automatically redirect users by editing the file:
files\frontend\controller.php
and changing line 87 to:
if(SimpleReviewController::_displayLegacy($addonManager, true))
However if you make this change and in your Joomla settings Search Engine Friendly URLs is turned off the Urls may become escpaed e.g. & turns into &
Example old URLs (with Search Engine Friendly URLs turned off) :
http://mysite/joomla/joomla1.5.blank/index.php?option=com_simple_review&Itemid=54&review=1-t1-t2-t2
http://mysite/joomla/joomla1.5.blank/index.php?option=com_simple_review&Itemid=54&category=2-Test-Category
Will change to:
http://mysite/index.php?view=review&cat=2-test-category&rev=1-t1&option=com_simple_review&Itemid=54
http://mysite/index.php?view=category&cat=2-Test+Category&option=com_simple_review&Itemid=54
If you have Search Engine Friendly URLs turned on they will change to:
http://mysite/reviews/2-test-category/1-t1
http://mysite/reviews/2-Test%20Category
IMPORTANT:
The URL redirection assumes that you are using the default URL configuration i.e.:
index.php?option=com_simple_review&Itemid={sr_itemID}&category={sr_categoryID}-{sr_catName}
index.php?option=com_simple_review&Itemid={sr_itemID}&review={sr_reviewID}-{sr_titles}
If you are comfortable with editing your .htacess file and I would recommend doing a 301 redirect via mod_rewrite instead:
http://www.tamingthebeast.net/articles3/spiders-301-redirect.htm
-=Upgrade Steps=-
- Backup your Joomla site and Database (important!)
- Run the following SQL script to update your database database\upgrade_2.0.7-2.1.0.sql.txt
- On your Joomla site delete the CONTENTS of www\administrator\components\com_simple_review
and replace it with files\admin - On your Joomla site delete the CONTENTS of www\components\com_simple_review
and replace it with files\frontend - Any questions/problems please post at http://simple-review.com/forum
November 26th, 2009 at 1:33 am
[...] is the original: simple-review.com » Blog Archive » Upgrade 2.0.7 to 2.1.0 Available By admin | category: joomla, joomla site | tags: configuration, contents, database, [...]