jupgrade-joomla upgrade from 1.5 to 2.5 - joomla

Long time back I used jUpgrade plugin for joomla upgrade.
But now the plugin / component is not in use to upgrade the joomla version from 1.5 to 2.5
Is there any other freeware plugin for migration?
I used following components.
Gavick Pro
Jcomments
jcraweler
jfusion
Joomfish and
k2
Pleas give some suggesstions to upgrade the joomla from 1.5 to 2.5

jUpgrade has been unpublished due to a broken download link, however things have changed on their official website and it can still be downloaded:
http://redcomponent.com/redcomponent/jupgrade
I forgot to mention that jUpgrade does not upgrade your 3rd party extensions such as JEvents. You will have to download the Joomla 2.5 compatible version for each one unfortunately. The same goes for the site template.

I know this is an old question, but things have changed on redComponent again. They now don't have an installer available on the site.
However, if redMigrator (the JUpgrade replacement) doesn't meet your needs (as in my particular case, today), they have put the JUpgrade source on GitHub
https://github.com/fastslack/jUpgrade
Just clone the repo down and then run releases/make_release.sh

http://redcomponent.com/redcomponent/jupgrade
It's still available from the makers website. Just been unpublished on JED for some reason. Keep on using it as before as far as I'm concerned.
There are no other well recognized freeware upgrades just the paid SP Upgrade (note the support on this extension as it is a paid extension is much better however for a generic upgrade stick with jUpgrade). However free upgrades do exist and can be found under this section on JED.

Related

Convert joomla 1.5 to 2.5 with whole site and also with virtuemart

How i convert my current website of joomla1.5 to joomla2.5
please anyone help me
When i using jUploader it is only allow to convert joomla1.5.18 to 1.7 but i need joomla2.5
Thre is a lot of documentation out there on how to convert Joomla 1.5 sites to Joomla 2.5.
You need to use an extension such as JUpgrade to upgrade your site to 2.5.
Please bare in mine that this will update your database tables and core extensions such as com_content, mod_login etc. This will not upgrade 3rd party extensions that you have found from the Joomla Extensions Directory. You will need to go back to whereever you downloaded these extensions from and see if there is a Joomla 2.5 compatible version of them, and install them, else you'll need to look for an alternative.
Seeing as you have waited all the way till now, you might be best off upgrading again to Joomla 3.x. Even though this it eh short term release, it is the way forward, will save what could be another time consuming upgrade in the future.
Oh and as always recommended, please make sure you take a backup of your site before the upgrade.
Hope this helps

How to develop Joomla 1.5 componenets?

How can I start developing a component for the Joomla 1.5 framework? Does anyone know of a good tutorial, or has a good reference?
I have read the tutorial on the wiki and I didn't understand it well, so if you could point me to another one, that would be great.
I know that ideally I should work with Joomla 2.5 or 3.0 but I am being asked to develop this for an existing website, I can't decide which version to work on.
I think the official tutorials in Joomla! Documentation really do cut it. Give it a try - http://docs.joomla.org/Component_Development
I can't decide which version to work on
I personally would use Joomla 2.5 as it's the long term lease of the Joomla series and has much more documentation and support. Joomla 3.0 is the short term release, therefore is a beta version of 3.5 so to speak.
Seeing as you are using Joomla 1.5 at the moment, you could always upgrade to Joomla 2.5 using JUpgrade which is a free extension. Note that this won't upgrade 3rd party extensions, so you will need to install the Joomla 2.5 compatible versions for each one (providing there is one).
To get you started on a Joomla 2.5 component, have a look at the Joomla 2.5 MVC Documentation. This also provides zip files of a HelloWorld component for you to download at various stages.
You might also be interested in a Component Generator.
Hope this helps.

Will upgrading PHP break JOOMLA?

I have a client who has JOOMLA! V1.5.1, and it currently is running on PHP 4.4.9. Does anyone know if upgrading to PHP5 break my site? Will upgrading to a newer JOOMLA! version break my site?
Thanks a lot
There might be a few functions on Joomla 1.5.1 that won't work if you upgrade to PHP 5.3+. Therefore you should also upgrade Joomla to 1.5.26 to ensure maximum security and stability for that particular version. Once both PHP and Joomla have been upgraded, everything will work smoothly.
To upgrade your PHP version, you will need to talk to your host, and why he is still running his servers on PHP 4.49 I do not know.
To update Joomla to the latest version, I would recommend download this package:
Joomla 1.5.0 to 1.5.26
I know its not the update for 1.5.1, but it will still work.
As for upgrading to Joomla 2.5, this doesnt have to be done. It is entirely up to you. Just be sure that all your etension will be compatible.
Hope this helps.
Nothing must change if you just upgrade PHP. Is there custom PHP build used or installed from packes (like .rpm or .deb)?
If you have simple wibsite and will follow guidelines on upgrading Joomla ( listed here: http://docs.joomla.org/Migrating_from_Joomla_1.5_to_Joomla_2.5 ) then process must go smoothly.
But if there are any extensions which do not have their Joomla 2.5 versions, you'll get in trouble because old ones wimply won't work after upgrade.
Use akeeba backup to backup your site before upgrade and try to backup/restore at separate place to just have a proctice. I confgure it to use zip format because it does not require any extra software to restore site, but that's up to you.

Upgrading Joomla Version 1.5.20 to Joomla Version 2.5.4

I'm trying to upgrade Joomla Version 1.5.20 to Joomla Version 2.5.4.
I've upgraded other CMS's in the past, but Joomla seems to be a little different. Does anyone have any advice as to the best way to upgrade?
So far I've:
Downloaded the entire site
Exported the database via phpMyAdmin
I've installed MAMP and Joomla locally and I'm trying to replicate their site on my machine in attempt to upgrade locally before doing it live. I've loaded the template, but haven't been able to load the content yet.
There seems to be a lot of versions between 1.5.20 and 2.5.4, and it's making me a bit nervous.
You can't directly upgrade from a Joomla! 1.5.x version to the 2.5.x line, it's a migration.
As the 2.5 line is a big change to Joomla! you will have to find 2.5 versions of:
the template you're using
any custom extensions (ie. components, plug-ins, modules etc)
Version 2.5 has new technical requirements so you will need to check that your server meets those.
Once you've got all that resolved.
First thing you should do is upgrade a backup of your 1.5.x site to the latest version ie. 1.5.26 as it fixes some security issues, and the recent versions included 1 or 2 bugs that help with the migration.
Once you have that working you will need to use a migration tool as discussed in this document. Please note that while this document references JUpgrade, you would probably be better off looking at one of the other conversion tools, especially the commercial products (which aren't expensive at all).
We're about half way through migrating over 200 client websites and while we started out with the free 'recommended' component we now use the commercial SP Upgrade (I have no affiliation with this product other than purchasing it and using it happily).
To upgrade joomla the plugin JUpgrade is one of the options. its quite easy tool.
updation can only required some clicks.
Here is steps.
Step 1
The very first thing you need to do is update your Joomla 1.5 website to the latest security update (1.5.25 at the time of writing). Click here for the tutorial on how to update your site.
Step 2
create a backup of your website.
Step 3
We are going to use jUpgrade to migrate our website. You can download jUpgrade from above link.
Step 4
Once you have downloaded jUpgrade, install it in existing joomla using the extension manager (Extensions -> Install / Uninstall).
Make sure that you have loggedin with Super Administrator. ( It required super administrator rights to migrate database and media.)
Step 5
You need to enable the System - Mootools Upgrade plugin before you can use jUpgrade so navigate to extensions then plugin manager, do a search for the plugin and enable it. (Extensions -> Plugin Manager)
Step 6
Click on Start Upgrade, It will now upgrading automatically as below till completion Popup.
Now click on administrator, you will see Joomla newer version Login page and make sure that all content transferred successfully ( It will transfer only contents that will supported in new Joomla version)
JUpgrade will create new directory. Download & install Joomla newer version to new directory and transfer media and contents in newer one.
click here = to read More.

Native feature for Joomla Multisite 1.7

Is there a native feature for Multisite in joomla 1.7?
and if not, can you reccomend me a extension for convert Joomla to Multisite?
Thanks!
If you are looking for a Free/OpenSource tool:
Someone wrote something for Google Summer of Code 2009 that adds multisite ability to Joomla 1.6 but it's not finished yet. Here is a link to it's topic.
Later, someone else modified Joomla Multisite extension and made it availave for download. I've tested this component and it works with 1.7 like a charm.
If you have no problem to pay:
Without doubt, JMS is the best tool to make Joomla Multisite. take a look at here.
Note that if you are a developer, check Nooku Framework (Based on Joomla 1.5 CMS). It has Multisite tools out of the box; but unfortunately Nooku is under development and is not stable for production usage.

Resources