You are here:Templates Club arrow Help and Support arrow Support Forums
Youjoomla Support
Welcome, Guest
Please Login or Register.    Lost Password?
Fast 1.5.6 Upgrade (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Fast 1.5.6 Upgrade
#7925
neo
Admin
Posts: 3858
graph
User Online Now Click here to see the profile of this user
Fast 1.5.6 Upgrade 4 Months, 2 Weeks ago Karma: 83  
Here is fastest way to upgrade , the only bug that was discovered and affecting all these installations is in 1 file .

Read more about this bug

Here is how to secure your site

Go to your existing joomla installation

open this file

/components/com_user/models/reset.php

After global $mainframe; on line 113 of reset.php, add:

Code:
if(strlen($token) != 32) {
	$this->setError(JText::_('INVALID_TOKEN'));
	return false;
}
hit save and that is it! You do not have to transfer any files to your server
 
Logged Logged  
 
Please mark your post as SOLVED if your issue is resolved. Thank you. To mark the post as solved , edit your first post title : NOTE FOR UNANSWERED POST: IF YOUR POST IS NOT ANSWERED WITHIN 48H PLEASE SEND ME AN EMAIL TROUGH OUR CONTACT FORM WITH SUBJECT UNANSWERED POST
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop