Osclass forums
Support forums => General help => 3.7.x => Topic started by: Aficionado on April 27, 2017, 12:15:56 am
-
Trying to update (auto) to 3.7.3 (from 3.7.1), nothing happens. it remains stuck for ever in checking ....
-
The browser is probably blocking the request is your admin panel is under SSL/HTTPS. The upgrade URL is a normal HTTP:// url
You could change line 44 of oc-admin/themes/modern/tools/upgrade.php
from
$.getJSON("http://osclass.org/latest_version_v1.php?callback=?", function(data) {
To
$.getJSON("https://osclass.org/latest_version_v1.php?callback=?", function(data) {
-
Yeap, you are correct, that did the job.
Was that something wrong from my part ?
Thanks !!
-
no, nothing wrong on your side, we need to fix that, so at least next upgrade will have the same error :'( :'( :'(
-
OT, Maybe i'm wrong but could 3.7.3 is a lot faster in the admin backsite, for example when listing the ads ?
It was a bit slow for me. Can't be just my imagination ?
-
I've followed the update as well as automatic but it did not work. Can anyone give me a solution.
-
I've followed the update as well as automatic but it did not work. Can anyone give me a solution.
But you are already updated.