Problem after upgrading to Joomla 2.5.17

Joomla versions 2.5, 1.7 and 1.6 are all end-of-life since December 31st 2014 and are no longer supported. Please use Joomla 3.x instead.

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.
Locked
david8704
Joomla! Apprentice
Joomla! Apprentice
Posts: 7
Joined: Fri Mar 25, 2011 1:54 pm

Problem after upgrading to Joomla 2.5.17

Post by david8704 » Fri Nov 21, 2014 9:20 am

After I upgraded to Joomla 2.5.17 I can't create or modify any articles. Looks like at the picture I attached. Please help me!
You do not have the required permissions to view the files attached to this post.

david8704
Joomla! Apprentice
Joomla! Apprentice
Posts: 7
Joined: Fri Mar 25, 2011 1:54 pm

Re: Problem after upgrading to Joomla 2.5.17

Post by david8704 » Fri Nov 21, 2014 9:24 am

Updated to 2.5.27, not helping out.

david8704
Joomla! Apprentice
Joomla! Apprentice
Posts: 7
Joined: Fri Mar 25, 2011 1:54 pm

Re: Problem after upgrading to Joomla 2.5.17

Post by david8704 » Mon Jan 05, 2015 1:01 pm

Nobody?

jcms
I've been banned!
Posts: 2233
Joined: Wed Nov 19, 2014 9:23 am

Re: Problem after upgrading to Joomla 2.5.17

Post by jcms » Tue Jan 06, 2015 1:20 pm

- extension manager/ database tab/ click Fix
- set error_reporting to maximum in configuration.php file and check more

User avatar
leolam
Joomla! Master
Joomla! Master
Posts: 20652
Joined: Mon Aug 29, 2005 10:17 am
Location: Netherlands/ Germany/ S'pore/Bogor/ North America
Contact:

Re: Problem after upgrading to Joomla 2.5.17

Post by leolam » Thu Jan 08, 2015 4:21 pm

Clear completely your browser cache. This is a known issue. Cleansing all will make sure it shows correct....

Clear Joomla cache (incl expired cache) --> Close Joomla --> Clear your entire browser cache (not just cookies!) --> close browser --> shutdown PC --> After 30 seconds or so restart PC --> Open Browser and Joomla

Issue should be resolved

Leo 8)
Joomla's #1 Professional Services Provider:
#Joomla Professional Support: https://gws-desk.com -
#Joomla Specialized Hosting Solutions: https://gws-host.com -

david8704
Joomla! Apprentice
Joomla! Apprentice
Posts: 7
Joined: Fri Mar 25, 2011 1:54 pm

Re: Problem after upgrading to Joomla 2.5.17

Post by david8704 » Fri Jan 09, 2015 10:51 am

jcms wrote:- extension manager/ database tab/ click Fix
- set error_reporting to maximum in configuration.php file and check more
The respons after I did what you wrote: Fatal error: Call to undefined method stdClass::onDisplay() in /customers/3/7/9/keepinmind.se/httpd.www/libraries/joomla/html/editor.php on line 459

david8704
Joomla! Apprentice
Joomla! Apprentice
Posts: 7
Joined: Fri Mar 25, 2011 1:54 pm

Re: Problem after upgrading to Joomla 2.5.17

Post by david8704 » Fri Jan 09, 2015 10:52 am

leolam wrote:Clear completely your browser cache. This is a known issue. Cleansing all will make sure it shows correct....

Clear Joomla cache (incl expired cache) --> Close Joomla --> Clear your entire browser cache (not just cookies!) --> close browser --> shutdown PC --> After 30 seconds or so restart PC --> Open Browser and Joomla

Issue should be resolved

Leo 8)
Thanks, but it didn't help :(

User avatar
toivo
Joomla! Master
Joomla! Master
Posts: 17427
Joined: Thu Feb 15, 2007 5:48 am
Location: Sydney, Australia

Re: Problem after upgrading to Joomla 2.5.17

Post by toivo » Fri Jan 09, 2015 11:10 am

Which particular editor are you using? Is it the latest version? Install the latest version of the editor or change your settings so that you use a different editor and see if the error disappears.
Toivo Talikka, Global Moderator

User avatar
leolam
Joomla! Master
Joomla! Master
Posts: 20652
Joined: Mon Aug 29, 2005 10:17 am
Location: Netherlands/ Germany/ S'pore/Bogor/ North America
Contact:

Re: Problem after upgrading to Joomla 2.5.17

Post by leolam » Fri Jan 09, 2015 11:12 am

Sorry mixed up with J336.

Open with your ftp-client /libraries/joomla/html/editor.php file.

Around line 459 you will find

Code: Select all

if ($temp = $plugin->onDisplay($editor, $this->asset, $this->author))
replace this with

Code: Select all

if (method_exists($plugin,'onDisplay') && $temp = $plugin->onDisplay($editor, $this->asset, $this->author))
and save. If your ftp client is not configured to open an editor download the file, make changes and upload and overwrite in binary mode.

This will resolve.

Once this is resolved immediately upgrade to Joomla 2.5.28 (!) the version you have is vulnerable! Once that is done plan your migration to joomla 3.3.6 https://docs.joomla.org/Planning_for_Mi ... 2.5_to_3.x

Leo 8)
Last edited by leolam on Fri Jan 09, 2015 1:55 pm, edited 1 time in total.
Joomla's #1 Professional Services Provider:
#Joomla Professional Support: https://gws-desk.com -
#Joomla Specialized Hosting Solutions: https://gws-host.com -

david8704
Joomla! Apprentice
Joomla! Apprentice
Posts: 7
Joined: Fri Mar 25, 2011 1:54 pm

Re: Problem after upgrading to Joomla 2.5.17

Post by david8704 » Fri Jan 09, 2015 12:51 pm

leolam wrote:Sorry mixed up with J336.

Open with your ftp-client /libraries/joomla/html/editor.php file.

Around line 459 you will find

Code: Select all

if ($temp = $plugin->onDisplay($editor, $this->asset, $this->author))
replace this with

Code: Select all

if (method_exists($plugin,'onDisplay') && $temp = $plugin->onDisplay($editor, $this->asset, $this->author))
and save. If your ftp client is not configured to open an editor download the file, make changes and upload and overwrite in binary mode.

This will resolve.

Once this is resolved immediately upgrade to Joomla 2.5.27 (!) the version you have is vulnerable! Once that is done plan your migration to joomla 3.3.6 https://docs.joomla.org/Planning_for_Mi ... 2.5_to_3.x

Leo 8)
Thanks a LOT!

It did work. Now I will update my Joomla to the latest!

Have a nice weekend!
//David

User avatar
leolam
Joomla! Master
Joomla! Master
Posts: 20652
Joined: Mon Aug 29, 2005 10:17 am
Location: Netherlands/ Germany/ S'pore/Bogor/ North America
Contact:

Re: Problem after upgrading to Joomla 2.5.17

Post by leolam » Fri Jan 09, 2015 1:59 pm

Please BACKUP first and than download http://joomlacode.org/gf/download/frsre ... ackage.zip. Extract locally and upload and overwrite in binary mode all files and folders (not the 'installation-folder'!)

This will give you a full fresh file and folder version of Joomla 2.5.28. Once you have done that and ll works well -->Backup! (use Akeebabackup) and download to your PC!

Leo 8)
Joomla's #1 Professional Services Provider:
#Joomla Professional Support: https://gws-desk.com -
#Joomla Specialized Hosting Solutions: https://gws-host.com -


Locked

Return to “Migrating and Upgrading to Joomla! 2.5”