Discuss Joomla! 2.5.5 Released

A place to discuss recent announcements made by the Joomla! Core Team. Let's hear what you have to say.
User avatar
ooffick
Joomla! Master
Joomla! Master
Posts: 11615
Joined: Thu Jul 17, 2008 3:10 pm
Location: Ireland
Contact:

Discuss Joomla! 2.5.5 Released

Post by ooffick » Mon Jun 18, 2012 3:42 pm

Discuss Joomla! 2.5.5 Released here

Please see announcement for details: http://forum.joomla.org/viewtopic.php?f=8&t=725249

Note: To report bugs, please use the official Bug Tracker.
Olaf Offick - Global Moderator
learnskills.org

User avatar
MoonfireArt
Joomla! Explorer
Joomla! Explorer
Posts: 466
Joined: Wed Feb 29, 2012 3:27 pm

Re: Discuss Joomla! 2.5.5 Released

Post by MoonfireArt » Mon Jun 18, 2012 4:06 pm

I am looking forward to the features included in this update, especially the multi-file upload in the media manager.

One problem, however. When I purge cache and search for updates in Joomla 2.5.4, it's not finding anything! Does the one-click updater not function for this release?
The burned hand teaches best... - The Two Towers

http://webdesign.moonfireartstudios.com Joomla web design for small businesses

User avatar
Bettinz
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 209
Joined: Fri Sep 23, 2005 3:31 pm
Location: Italy
Contact:

Re: Discuss Joomla! 2.5.5 Released

Post by Bettinz » Mon Jun 18, 2012 4:10 pm

My question: Is joomla 1.5.x vulnerable about
[20120601] - Core - Privilege Escalation
And
[20120602] - Core - Information Disclosure
Or isn't vulnerable? Thank you!

greenehouse
Joomla! Apprentice
Joomla! Apprentice
Posts: 27
Joined: Wed Dec 24, 2008 6:33 am

Re: Discuss Joomla! 2.5.5 Released

Post by greenehouse » Mon Jun 18, 2012 5:06 pm

I've just run the auto-updater in the admin of 2.5.4 and it's crashed the site!

Fatal error: Using $this when not in object context in /home/xxxx/xxxx/libraries/joomla/application/base.php on line 87

Is3
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Mon Jun 18, 2012 5:51 pm

Re: Discuss Joomla! 2.5.5 Released

Post by Is3 » Mon Jun 18, 2012 5:52 pm

I have the same issue! as @greenehouse

twehrli
Joomla! Apprentice
Joomla! Apprentice
Posts: 7
Joined: Tue Aug 01, 2006 1:32 pm

Re: Discuss Joomla! 2.5.5 Released

Post by twehrli » Mon Jun 18, 2012 5:56 pm

Same problem here!

does anyone have a solution?

Stevetm
Joomla! Apprentice
Joomla! Apprentice
Posts: 19
Joined: Mon Sep 18, 2006 2:13 pm

Re: Discuss Joomla! 2.5.5 Released

Post by Stevetm » Mon Jun 18, 2012 6:13 pm

Hi, I had the same problem, here is the solution. Thanks to Luis Murcia at absolutejoomla.com.

in base.php from row 85, replace

Code: Select all

public function registerEvent($event, $handler)
{
 if ($this->dispatcher instanceof JDispatcher)
 {
  $this->dispatcher->register($event, $handler);
 }

 return $this;
}
With

Code: Select all

public function registerEvent($event, $handler)
{
  $dispatcher = JDispatcher::getInstance();
  $dispatcher->register($event, $handler);

}
/Steve

greenehouse
Joomla! Apprentice
Joomla! Apprentice
Posts: 27
Joined: Wed Dec 24, 2008 6:33 am

Re: Discuss Joomla! 2.5.5 Released

Post by greenehouse » Mon Jun 18, 2012 6:18 pm

Steve - your blood's worth bottling.
That did it. Many thanks to you and Luis Murcia.
Cheers!

twehrli
Joomla! Apprentice
Joomla! Apprentice
Posts: 7
Joined: Tue Aug 01, 2006 1:32 pm

Re: Discuss Joomla! 2.5.5 Released

Post by twehrli » Mon Jun 18, 2012 6:23 pm

the solution worked for me as well! Thanks alot

is this a temporary fix or is this the solution for good?

User avatar
MoonfireArt
Joomla! Explorer
Joomla! Explorer
Posts: 466
Joined: Wed Feb 29, 2012 3:27 pm

Re: Discuss Joomla! 2.5.5 Released

Post by MoonfireArt » Mon Jun 18, 2012 6:27 pm

This is pretty important of a bug. They should take the release down until they patch this up. Shouldn't take more than a few minutes.
The burned hand teaches best... - The Two Towers

http://webdesign.moonfireartstudios.com Joomla web design for small businesses

greenehouse
Joomla! Apprentice
Joomla! Apprentice
Posts: 27
Joined: Wed Dec 24, 2008 6:33 am

Re: Discuss Joomla! 2.5.5 Released

Post by greenehouse » Mon Jun 18, 2012 6:29 pm

Agreed.

Stevetm
Joomla! Apprentice
Joomla! Apprentice
Posts: 19
Joined: Mon Sep 18, 2006 2:13 pm

Re: Discuss Joomla! 2.5.5 Released

Post by Stevetm » Mon Jun 18, 2012 6:38 pm

This is not a permanent fix (or the maybe best way to do it) but it does the trick for now, and it must be fixed by Joomla team in future releases...

amartibp
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Mon Jun 18, 2012 6:37 pm

Re: Discuss Joomla! 2.5.5 Released

Post by amartibp » Mon Jun 18, 2012 6:41 pm

Dear Steven!

Could you please help me? I am a totally beginner, started last week, made this automatic upgrade w/o backup of course...

I made the change you proposed, but still have this message (same as before):

Fatal error: Call to a member function get() on a non-object in /home/szentlas/public_html/modules/mod_menu/helper.php on line 100

www.szentlaszlo146.hu

Many thanks in advance!

Attila

FLOR01
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Mon Jun 18, 2012 6:14 pm

Re: Discuss Joomla! 2.5.5 Released

Post by FLOR01 » Mon Jun 18, 2012 6:42 pm

Please fix ASAP
Thanks!

User avatar
MoonfireArt
Joomla! Explorer
Joomla! Explorer
Posts: 466
Joined: Wed Feb 29, 2012 3:27 pm

Re: Discuss Joomla! 2.5.5 Released

Post by MoonfireArt » Mon Jun 18, 2012 6:46 pm

I just sent an e-mail out to the CMS development group mailing list. Maybe they will read it and take action.
The burned hand teaches best... - The Two Towers

http://webdesign.moonfireartstudios.com Joomla web design for small businesses

Stevetm
Joomla! Apprentice
Joomla! Apprentice
Posts: 19
Joined: Mon Sep 18, 2006 2:13 pm

Re: Discuss Joomla! 2.5.5 Released

Post by Stevetm » Mon Jun 18, 2012 6:47 pm

Sorry I dont think I can help you with that, that's another error. If you are referring to Fatal error: Using $this when not in object context in /home/xxxx/xxxx/libraries/joomla/application/base.php on line 87

I suggest you check that you did a correct replace and not missing any bracket

User avatar
Webdongle
Joomla! Master
Joomla! Master
Posts: 44083
Joined: Sat Apr 05, 2008 9:58 pm

Re: Discuss Joomla! 2.5.5 Released

Post by Webdongle » Mon Jun 18, 2012 6:49 pm

My site says 'There are no updates available at the moment. Please check again later.'
Joomla! 2.5.4 in the footer
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".

User avatar
betweenbrain
Joomla! Guru
Joomla! Guru
Posts: 801
Joined: Wed Feb 28, 2007 5:40 am
Location: Connecticut, USA
Contact:

Re: Discuss Joomla! 2.5.5 Released

Post by betweenbrain » Mon Jun 18, 2012 6:50 pm

I forwarded your email to the Joomla Bug Squad, as that is the best place to resolve this. You can follow the thread at https://groups.google.com/d/topic/jooml ... discussion
Best,

Matt Thomas

User avatar
Webdongle
Joomla! Master
Joomla! Master
Posts: 44083
Joined: Sat Apr 05, 2008 9:58 pm

Re: Discuss Joomla! 2.5.5 Released

Post by Webdongle » Mon Jun 18, 2012 7:36 pm

greenehouse wrote:I've just run the auto-updater in the admin of 2.5.4 and it's crashed the site!...
Which auto updater ?

com_installer reached by Extensions >>> Update tab
or
com_joomlaupdate reached from the Components menu(also the one linked to from the update icon in the CP)
???
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".

greenehouse
Joomla! Apprentice
Joomla! Apprentice
Posts: 27
Joined: Wed Dec 24, 2008 6:33 am

Re: Discuss Joomla! 2.5.5 Released

Post by greenehouse » Mon Jun 18, 2012 7:56 pm

The one I clicked on was the update icon in the CP, yes.
"Checking update status". "Joomla! 2.5.5 Update now!" and red exclamation point.
Last edited by greenehouse on Mon Jun 18, 2012 7:58 pm, edited 1 time in total.

Stevetm
Joomla! Apprentice
Joomla! Apprentice
Posts: 19
Joined: Mon Sep 18, 2006 2:13 pm

Re: Discuss Joomla! 2.5.5 Released

Post by Stevetm » Mon Jun 18, 2012 7:56 pm

For me it was:

com_joomlaupdate reached from the Components menu(also the one linked to from the update icon in the CP)

User avatar
MoonfireArt
Joomla! Explorer
Joomla! Explorer
Posts: 466
Joined: Wed Feb 29, 2012 3:27 pm

Re: Discuss Joomla! 2.5.5 Released

Post by MoonfireArt » Mon Jun 18, 2012 7:59 pm

Mine's not showing an update at all, via extension manager-updates
The burned hand teaches best... - The Two Towers

http://webdesign.moonfireartstudios.com Joomla web design for small businesses

User avatar
Webdongle
Joomla! Master
Joomla! Master
Posts: 44083
Joined: Sat Apr 05, 2008 9:58 pm

Re: Discuss Joomla! 2.5.5 Released

Post by Webdongle » Mon Jun 18, 2012 8:06 pm

MoonfireArt wrote:Mine's not showing an update at all, via extension manager-updates
Have just that com_installer (Extensions >>> update tab) is not intended to show Joomla updates anymore.
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".

User avatar
Nick Savov
Joomla! Ace
Joomla! Ace
Posts: 1076
Joined: Tue Apr 13, 2010 7:40 pm

Re: Discuss Joomla! 2.5.5 Released

Post by Nick Savov » Mon Jun 18, 2012 8:25 pm

BTW, for the fatal error bug, here's the tracker item and the provided patch:
http://joomlacode.org/gf/project/joomla ... m_id=28684

Kind regards,
Nick
Joomla Templates created by the Wright Framework.

"God is most glorified in us, when we are most satisfied in Him" - http://www.desiringgod.org/

Stevetm
Joomla! Apprentice
Joomla! Apprentice
Posts: 19
Joined: Mon Sep 18, 2006 2:13 pm

Re: Discuss Joomla! 2.5.5 Released

Post by Stevetm » Mon Jun 18, 2012 8:31 pm

That my fix was ok as the patch is identical...

User avatar
atarr
Joomla! Intern
Joomla! Intern
Posts: 68
Joined: Thu Oct 23, 2008 6:06 pm
Location: Massachusetts, USA
Contact:

Re: Discuss Joomla! 2.5.5 Released

Post by atarr » Mon Jun 18, 2012 8:41 pm

@stevetm Good job on a fix, but the patch is not quite identical. Rather than changing the file that is in the error message, the fix is going in a different file. This will have ramifications later if you use other parts of the system.

Andy
Andrea Tarr
http://www.tarrconsulting.com - Tarr Consulting
http://www.twitter.com/Tarrconsulting - Follow me on Twitter @Tarrconsulting

Stevetm
Joomla! Apprentice
Joomla! Apprentice
Posts: 19
Joined: Mon Sep 18, 2006 2:13 pm

Re: Discuss Joomla! 2.5.5 Released

Post by Stevetm » Mon Jun 18, 2012 8:44 pm

Ok I see, I will apply the patch...

greenehouse
Joomla! Apprentice
Joomla! Apprentice
Posts: 27
Joined: Wed Dec 24, 2008 6:33 am

Re: Discuss Joomla! 2.5.5 Released

Post by greenehouse » Mon Jun 18, 2012 8:55 pm

Can you please clue me in on how to apply the patch in 2.5?

User avatar
atarr
Joomla! Intern
Joomla! Intern
Posts: 68
Joined: Thu Oct 23, 2008 6:06 pm
Location: Massachusetts, USA
Contact:

Re: Discuss Joomla! 2.5.5 Released

Post by atarr » Mon Jun 18, 2012 9:04 pm

We are still testing it. Once it's ready we'll let you know. We may do a new release with this fix as well as missing icons issue.
Andrea Tarr
http://www.tarrconsulting.com - Tarr Consulting
http://www.twitter.com/Tarrconsulting - Follow me on Twitter @Tarrconsulting

User avatar
ste
Joomla! Guru
Joomla! Guru
Posts: 506
Joined: Mon Aug 22, 2005 11:31 am
Location: Italia

Re: Discuss Joomla! 2.5.5 Released

Post by ste » Mon Jun 18, 2012 9:18 pm

Hi all, updating locally a fresh install of Joomla 2.5.4 to 2.5.5 by extension manager, I get this fatal error:
Fatal error: Call to undefined method JInstaller::parseXMLInstallFile() in C:\wamp\www\Joomla_2.5.4-Stable-Full_Package\libraries\joomla\installer\adapters\component.php on line 1996
Then, trying to install again the same update package, it install successfully.

I use WampServer
PHP Version 5.3.8
Last edited by ste on Mon Jun 18, 2012 9:32 pm, edited 1 time in total.
Italian Joomla Translation Team Coordinator
Joomla! Translation Coordination Team
ContentMap plugin and module - http://extensions.joomla.org/extensions ... /maps/7225


Locked

Return to “Announcements Discussions”