Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Juan Hassan Friend
    #133463

    I was hacked 2 times this week, I need to upgrade and I using this template. HOw can Upgrade without lost my data.

    Thanks

    Sherlock Friend
    #271132

    Hi jchassan !
    You download patch for update from 1.5.4 to 1.5.7 and paste it to your site . download it at here

    matjkd Friend
    #271141

    alternatively if you’ve made modifications to joomla that you’ll lose with a complete upgrade, you can apply this patch which fixes the problem of people changing your admin password…

    patch /components/com_user/models/reset.php with the code below:
    After global $mainframe; on line 113 of reset.php, add:

    if(strlen($token) != 32) {
    $this->setError(JText::_(‘INVALID_TOKEN’));
    return false;
    }

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 3 voices, and was last updated by  matjkd 16 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum