Upgrade 2.5.9 to 3.3.3

Need help upgrading your Joomla! website or converting to Joomla! 3.x?

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Locked
arcona60
Joomla! Apprentice
Joomla! Apprentice
Posts: 16
Joined: Mon Sep 01, 2014 7:18 pm

Upgrade 2.5.9 to 3.3.3

Post by arcona60 » Mon Sep 01, 2014 7:57 pm

My problem is that the Joomla updater downloads the zip file but then sits there with the wheel spinning and does not progress any further. It did this when I tried to update my site online from 2.5.9 to the latest 2.5 version. Now I have restored a backup to my home machine in mampstack to try to upgrrade to 3.3 but it does the same thing. I have made all folders writable by all. The zip file has been downloaded to the tmp folder but then it just sits there and goes nowhere. Help. ???

User avatar
jackrabbit
Joomla! Ace
Joomla! Ace
Posts: 1473
Joined: Thu May 21, 2009 3:12 am
Location: Florida
Contact:

Re: Upgrade 2.5.9 to 3.3.3

Post by jackrabbit » Mon Sep 01, 2014 10:23 pm

Making folders world writable (777) will cause errors. Keep them at 755.

Since the zip is not extracting automatically, manually extract it in the tmp folder using your hosting file manager's zip extractor. If you don't have that tool, extract it locally and upload.

Use the 'Install from directory' option to install

Updating to 3.3 requires a different method
Go to Components > Joomla Update
Click options at the top right
Select Short Term Support from the drop list
Save and decide how you will run the upgrade
Reset Joomla super user password and username simply | http://cmsenergizer.com/website-energy- ... d-remotely

arcona60
Joomla! Apprentice
Joomla! Apprentice
Posts: 16
Joined: Mon Sep 01, 2014 7:18 pm

Re: Upgrade 2.5.9 to 3.3.3

Post by arcona60 » Tue Sep 02, 2014 6:36 am

Thanks Jackrabbit.
I had figured out the short term setting and got the 3.3 file showing in the updater. Same problem however. I have this on my home machine so I can afford to make mistakes. Should I try the unzipping in the tmp folder and use install from directory from the extension manager?
Very frustrating - there must be something basic I am not doing.

arcona60
Joomla! Apprentice
Joomla! Apprentice
Posts: 16
Joined: Mon Sep 01, 2014 7:18 pm

Re: Upgrade 2.5.9 to 3.3.3

Post by arcona60 » Tue Sep 02, 2014 7:06 am

OK I tried it anyway and it worked in no time flat. Well, the backend works, but when I go to view the site it is just a blank white page. Any clues?

User avatar
pe7er
Joomla! Master
Joomla! Master
Posts: 24985
Joined: Thu Aug 18, 2005 8:55 pm
Location: Nijmegen, Netherlands
Contact:

Re: Upgrade 2.5.9 to 3.3.3

Post by pe7er » Tue Sep 02, 2014 7:10 am

A complete blank page is an indication of a PHP error while PHP error reporting is switched off.

To see the real error, you've to switch it on using one of these methods:

In the back-end go to: System > Global Configuration > [server] tab >
change "Error Reporting" from "System Default" to "Maximum"

Or you can add the following code to .htaccess to override the server settings and show any PHP errors:

Code: Select all

php_flag display_errors on
php_value error_reporting -1
Kind Regards,
Peter Martin, Global Moderator
Company website: https://db8.nl/en/ - Joomla specialist, Nijmegen, Netherlands
The best website: https://the-best-website.com

arcona60
Joomla! Apprentice
Joomla! Apprentice
Posts: 16
Joined: Mon Sep 01, 2014 7:18 pm

Re: Upgrade 2.5.9 to 3.3.3

Post by arcona60 » Tue Sep 02, 2014 7:14 am

Thanks Peter. Enabled error reporting and got several relating to my template. I will try to track these and fix or upgrade. Thanks again.


Locked

Return to “Migrating and Upgrading to Joomla! 3.x”