Youjoomla Support Forums (https://www.youjoomla.com/joomla_support/index.php)
-   Announcements (https://www.youjoomla.com/joomla_support/forumdisplay.php?f=16)
-   -   Fast 1.5.6 Upgrade (https://www.youjoomla.com/joomla_support/showthread.php?t=1469)

neo 08-24-2008 02:55 PM

Fast 1.5.6 Upgrade
 
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


All times are GMT -4. The time now is 05:16 PM.

Powered by vBulletin®
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.