Discuss Joomla! 3.2.0 Stable Released

A place to discuss recent announcements made by the Joomla! Core Team. Let's hear what you have to say.
yohebon
Joomla! Apprentice
Joomla! Apprentice
Posts: 39
Joined: Tue Sep 03, 2013 5:15 am

Re: Discuss Joomla! 3.2.0 Stable Released

Post by yohebon » Sun Mar 02, 2014 8:32 pm

K-Designed wrote:after upgrading from 3.1 to 3.2.2 got the lovely FATAL ERROR with the hint for the remember.php line 96 error.
http://joomlacode.org/gf/project/joomla ... m_id=32568

User avatar
nuwud
Joomla! Intern
Joomla! Intern
Posts: 71
Joined: Sat Jun 30, 2007 2:13 am
Location: Chatsworth, CA
Contact:

Re: Discuss Joomla! 3.2.0 Stable Released

Post by nuwud » Fri Mar 07, 2014 6:17 pm

After the latest update created an error, I tried all the recommended stuff in the forums and still no admin access.

I get to the login page and it takes me to this error when I try to login.

There was some documentation, but it didn't work either.

This is the error I get:
Fatal error: Call to undefined method JCrypt::timingSafeCompare() in /home/content/xx/xxxxxxxx/html/libraries/joomla/user/helper.php on line 376

how do I fix it when the previous post help did not work?
Thanks,

Nuwud Order

User avatar
johngw
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 115
Joined: Mon Nov 27, 2006 12:26 pm
Location: Handen Stockholm
Contact:

Re: Discuss Joomla! 3.2.0 Stable Released

Post by johngw » Fri Mar 07, 2014 7:03 pm

Best regards
John Wennerlund

User avatar
nuwud
Joomla! Intern
Joomla! Intern
Posts: 71
Joined: Sat Jun 30, 2007 2:13 am
Location: Chatsworth, CA
Contact:

Re: Discuss Joomla! 3.2.0 Stable Released

Post by nuwud » Sat Mar 08, 2014 2:35 am

This seems to be the offending line #376:
$match = JCrypt::timingSafeCompare($hash, $testcrypt);
Thanks,

Nuwud Order

User avatar
Per Yngve Berg
Joomla! Master
Joomla! Master
Posts: 30809
Joined: Mon Oct 27, 2008 9:27 pm
Location: Romerike, Norway

Re: Discuss Joomla! 3.2.0 Stable Released

Post by Per Yngve Berg » Sat Mar 08, 2014 9:56 am

nuwud: Create a new topic in the Migrating and updating J3.x forum, so we can handle the issue correctly. This forum is for Announcements.

Looks like the JCrypt library is missing from your installation.

davezelenka
Joomla! Apprentice
Joomla! Apprentice
Posts: 13
Joined: Mon Nov 09, 2009 4:37 pm

Re: Discuss Joomla! 3.2.0 Stable Released

Post by davezelenka » Thu Apr 03, 2014 5:46 am

I had to do the following:
1) after upgrading from 2.5 to 3.2 and getting a white screen
2) Enabled 'maximum' error reporting
3) Rename plugins folder
4) Manually extracted full version of 3.2, then deleted the installation folder
5) Enter this: ...administrator/index.php?option=com_joomlaupdate&task=update.finalise
6) Delete newly created plugins folder
7) Re-rename old plugins folder back to the normal plugins folder.

Then I was on track to finalizing the process, updating extensions, templates, etc.

Tuckapenguin
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Sun Apr 20, 2014 2:01 am

Re: Discuss Joomla! 3.2.0 Stable Released

Post by Tuckapenguin » Sun Apr 20, 2014 1:03 pm

G'day to everyone helping solve our update problems. I've scanned this thread but haven't seen my particular error come up. I'm still a total novice at Joomla so before I try your suggestions I want to make sure I use the right one.

Fatal error: Class 'JLog' not found in /home/mysite/public_html/libraries/legacy/error/error.php on line 349

This turns up at the front end and mysite.com/administrator end.

Much obliged for everyone's help!

xumbrella
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Wed Feb 17, 2010 6:56 pm

Re: Discuss Joomla! 3.2.0 Stable Released

Post by xumbrella » Wed Apr 30, 2014 10:58 am

Hi I upgraded from 2.5.19 to 3.2.3 and get the following error on user login and user register page... also I notice this ONLY happens when cache is on. Does any one have a solution??

Fatal error: main(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "JCategoryNode" of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide a __autoload() function to load the class definition in /home/super8/public_html/modules/mod_articles_categories/mod_articles_categories.php on line 29

thanks!

imzadi
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Fri Jun 29, 2012 8:35 am
Location: Gold Coast, QLD Australia
Contact:

Re: Discuss Joomla! 3.2.0 Stable Released

Post by imzadi » Sun May 18, 2014 11:25 pm

Hi all...I've only got an entry level type understanding of all of this, but I've scanned this thread and others and haven't been able to fix my issue.

I was upgrading to Joomla 3.2 for my personal website and it didn't work. Received the "Fatal error: Call to a member function isAdmin() on a non-object in plugins/system/remember/remember.php" and tried to follow the steps as outlined at http://youtu.be/bylkIP9L9qw.

When I navigate to /administrator/index.php?option=com_installer&view=database there is no "Fix" button to fix the database, and I receive the following error (please note "fpsv5_" is my database prefix):

An error has occurred.
1146 Table 'nathanbu_nathanbugeja.fpsv5_content_types' doesn't exist SQL=SHOW COLUMNS IN `fpsv5_content_types` WHERE field = 'content_history_options'

Is anyone able to help guide me so I can resolve this?

Thanks in advance.

sovainfo
Joomla! Exemplar
Joomla! Exemplar
Posts: 8808
Joined: Sat Oct 01, 2011 7:06 pm

Re: Discuss Joomla! 3.2.0 Stable Released

Post by sovainfo » Mon May 19, 2014 6:00 pm

@imzadi Update again after restore from backup and disabling plugin "Remember me".

Or you could try to update with extension installer from directory and apply https://github.com/joomla/joomla-cms/pull/3467/files before you update.

When that works, would you mind posting in http://joomlacode.org/gf/project/joomla ... 68&start=0
Issue with migrating? Include logs/joomla_update.php in your report!
Blank screen? Verify pagesource for HTML code (javascript error)
Installation failing on populating database? Install with set_time_limit(0)
Document your customizations!

sovainfo
Joomla! Exemplar
Joomla! Exemplar
Posts: 8808
Joined: Sat Oct 01, 2011 7:06 pm

Re: Discuss Joomla! 3.2.0 Stable Released

Post by sovainfo » Mon Oct 06, 2014 8:20 pm

Go ahead, shouldn't be a problem to install into a subdomain. Per definition a subdomain points to a folder in your webspace. Maker sure it is a new, empty folder. Extract Jooma distribution in there and call it from your browser.

For a webshop recommend Hikashop, but look at http://extensions.joomla.org/extensions/e-commerce for additonal shops.
Issue with migrating? Include logs/joomla_update.php in your report!
Blank screen? Verify pagesource for HTML code (javascript error)
Installation failing on populating database? Install with set_time_limit(0)
Document your customizations!

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

Re: Discuss Joomla! 3.2.0 Stable Released

Post by Webdongle » Mon Oct 13, 2014 7:06 pm

One point to note is that depending on the server set up ...
Some servers have the folder for the subdomain level with folder for the domain, while others have the folder for the subdomain below the domain folder. In either case if you uncomment '#RewriteBase /' then it is 'RewriteBase /'

When the folder for the subdomain is located below the domain folder some user make the mistake of putting 'RewriteBase /subdomainfolder'
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".

HichamTAKI
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 107
Joined: Mon Apr 29, 2013 5:35 am
Location: France
Contact:

Re: Discuss Joomla! 3.2.0 Stable Released

Post by HichamTAKI » Fri Nov 07, 2014 8:36 pm

I get a Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 65488 bytes) !!
Does anyone get the same error after updating joomla ?
Yet Health - Recapture the fitness, stamina, and peace of mind https://yethealth.com ||
AL Mohandiss http://almohandiss.com

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

Re: Discuss Joomla! 3.2.0 Stable Released

Post by leolam » Sun Nov 09, 2014 5:30 am

HichamTAKI wrote:I get a Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 65488 bytes) !!
Does anyone get the same error after updating joomla ?
No but why you post in the Joomla 3.2.0 forum? Do you run J3.2.0?

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

HichamTAKI
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 107
Joined: Mon Apr 29, 2013 5:35 am
Location: France
Contact:

Re: Discuss Joomla! 3.2.0 Stable Released

Post by HichamTAKI » Sun Nov 09, 2014 1:58 pm

Hello leolam,
Thank you for answering my question ! I was running joomla 2.5.27 and I decided to migrate to the latest joomla release 3 . So In the beginning I got the same error as one of the previous posts... after that I disabled and uninstalled all extensions... and I get that error "Allowed memory size of 134217728" .
This happens in the latest step of migration (The finalize step ).
But I solved the problem, so Thank you !
Yet Health - Recapture the fitness, stamina, and peace of mind https://yethealth.com ||
AL Mohandiss http://almohandiss.com

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

Re: Discuss Joomla! 3.2.0 Stable Released

Post by leolam » Wed Nov 19, 2014 4:45 pm

HichamTAKI wrote:But I solved the problem, so Thank you !
Happy for you!

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

mclaren11
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Mon Nov 21, 2016 2:37 pm

Re: Discuss Joomla! 3.2.0 Stable Released

Post by mclaren11 » Tue Nov 22, 2016 6:04 pm

In the arrival of Joomla 3.2.0 Stable please redress in Language Manager: Content Languages of Serbian Latin in Native Title you should tipe Srpski-latinica (not Srpski-ćirilica) becouse it is Language Tag sr-YU (not sr-RS).Thank you.

User avatar
mandville
Joomla! Master
Joomla! Master
Posts: 15150
Joined: Mon Mar 20, 2006 1:56 am
Location: The Girly Side of Joomla in Sussex

Re: Discuss Joomla! 3.2.0 Stable Released

Post by mandville » Tue Nov 22, 2016 6:58 pm

mclaren11 wrote:In the arrival of Joomla 3.2.0 Stable please redress in Language Manager: Content Languages of Serbian Latin in Native Title you should tipe Srpski-latinica (not Srpski-ćirilica) becouse it is Language Tag sr-YU (not sr-RS).Thank you.
was it corrected in an update to the lastest secure version of joomla ?
HU2HY- Poor questions = Poor answer
Un requested Help PM's will be reported, added to the foe list and possibly just deleted
{VEL Team Leader}{TM Auditor }{ Showcase & Security forums Moderator}

User avatar
infograf768
Joomla! Master
Joomla! Master
Posts: 19133
Joined: Fri Aug 12, 2005 3:47 pm
Location: **Translation Matters**

Re: Discuss Joomla! 3.2.0 Stable Released

Post by infograf768 » Wed Nov 23, 2016 7:13 am

The present installation sr-YU.ini file has still got the error. Will correct and let it know to Serbian TT coordinator.
Jean-Marie Simonet / infograf
---------------------------------
ex-Joomla Translation Coordination Team • ex-Joomla! Production Working Group

User avatar
infograf768
Joomla! Master
Joomla! Master
Posts: 19133
Joined: Fri Aug 12, 2005 3:47 pm
Location: **Translation Matters**

Re: Discuss Joomla! 3.2.0 Stable Released

Post by infograf768 » Wed Nov 23, 2016 9:24 am

sr-YU now corrected

https://github.com/joomla/joomla-cms/pull/12984

@mclaren11
It is unsafe to use 3.2.0.
Next time you find an issue in a language, please post in the language forum.
Jean-Marie Simonet / infograf
---------------------------------
ex-Joomla Translation Coordination Team • ex-Joomla! Production Working Group


Locked

Return to “Announcements Discussions”