By Jeff Kershner on Wednesday, 17 August 2016
Posted in General
Likes 0
Views 585
Votes 0
My site runs with https.

When on the easy blog backend dashboard, the update version checker is trying to make a call with http and thus my browser is blocking it:

It is making this call:
Request URL:http://stackideas.com/updater/manifests/easyblog?callback=jQuery111106955717110835644_1471376998957&apikey=&_=1471376998958

This is not urgent, but can this be called correctly based on the protocol the site is running under?
Hi Jeff,

You have to do some modification on this file ...\administrator\components\com_easyblog\includes\constants.php.

define( 'EBLOG_UPDATES_SERVER' , 'stackideas.com' );

//replace with this at line 42
define( 'EBLOG_UPDATES_SERVER' , 'https://info.stackideas.com/updater/manifests/easyblog' );


Please give it a try and see how it goes .
·
Wednesday, 17 August 2016 10:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you guys for the answer. it worked
·
Thursday, 18 August 2016 17:43
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome. Glad to know this solved your issue, Anna.
·
Thursday, 18 August 2016 18:11
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post