Advertisement:

Author Topic: Can't Upgrade to 3.7.3  (Read 1003 times)

Aficionado

  • Guest
Can't Upgrade to 3.7.3
« 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 ....


_CONEJO

  • Administrator
  • Hero Member
  • *****
  • Posts: 4689
Re: Can't Upgrade to 3.7.3
« Reply #1 on: April 27, 2017, 12:30:12 am »
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
Code: [Select]
$.getJSON("http://osclass.org/latest_version_v1.php?callback=?", function(data) {

To

Code: [Select]
$.getJSON("https://osclass.org/latest_version_v1.php?callback=?", function(data) {

Aficionado

  • Guest
Re: Can't Upgrade to 3.7.3
« Reply #2 on: April 27, 2017, 12:35:20 am »
Yeap, you are correct, that did the job.

Was that something wrong from my part ?

Thanks !!

_CONEJO

  • Administrator
  • Hero Member
  • *****
  • Posts: 4689
Re: Can't Upgrade to 3.7.3
« Reply #3 on: April 27, 2017, 12:39:14 am »
no, nothing wrong on your side, we need to fix that, so at least next upgrade will have the same error  :'( :'( :'(

Aficionado

  • Guest
Re: Can't Upgrade to 3.7.3
« Reply #4 on: April 27, 2017, 12:14:07 pm »
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 ?


rafik

  • Newbie
  • *
  • Posts: 11
Re: Can't Upgrade to 3.7.3
« Reply #5 on: June 27, 2018, 05:18:14 pm »
I've followed the update as well as automatic but it did not work. Can anyone give me a solution.

Aficionado

  • Guest
Re: Can't Upgrade to 3.7.3
« Reply #6 on: June 27, 2018, 05:41:58 pm »
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.