Page 1 of 1

Not upgrading

Posted: Tue Oct 27, 2015 8:10 am
by OCReactive
Hi!

After trying to update the version to 2.5.1 and getting the Success! message, it remains saying Update abailable "Mods para HESK Versión: 2.5.0 - Actualización disponible".

Re: Not upgrading

Posted: Tue Oct 27, 2015 2:07 pm
by mkoch227
Hmm...I wonder if the SQL query to update your version didn't work properly when running the installer. Run this query against your HESK database:

Code: Select all

UPDATE `hesk_settings` SET `Value` = '2.5.1' WHERE `Key` = 'modsForHeskVersion'
Where hesk_ is your database prefix.

Re: Not upgrading

Posted: Tue Oct 27, 2015 2:50 pm
by OCReactive
Fixed!

Thanks!

Re: Not upgrading

Posted: Fri Oct 30, 2015 7:22 am
by OCReactive
Again the same problem with 2.5.2 ¿Could be something wrong with my configuration?

FYI: The update took less than a second