?
avatar eap1985
eap1985
12 Jun 2014

Steps to reproduce the issue

I got error when trying to update Joomla from 3.2.1 to 3.2.4: "Blocked Loading Mixed Active Content."
The error was fixed by changing code in "joomlaupdate.php"
$ajax_url = JUri::base() . 'index.php?option=com_installer&view=update&task=update.ajax';
to
$ajax_url = JUri::base(true) . '/index.php?option=com_installer&view=update&task=update.ajax';
and in "administrator/components/com_joomlaupdate/views/update/view.html.php" from
$ajaxUrl = JUri::base().'components/com_joomlaupdate/restore.php';
to
$ajaxUrl = JUri::base(true).'/components/com_joomlaupdate/restore.php';

Expected result

Update Joomla

Actual result

"Blocked Loading Mixed Active Content."

System information (as much as possible)

OS Linux e
PHP 5.3.3
MySQLi 5.1.71
Caching Disabled
GZip Disabled
Firefox 29.0.1
Joomla 3.2.1

Additional comments

screen shot 2014-06-11 at 23 18 21

avatar eap1985 eap1985 - open - 12 Jun 2014
avatar Bakual
Bakual - comment - 12 Jun 2014

Since you already propose a solution, may I ask you to create a Pull Request for it?
See http://docs.joomla.org/Using_the_Github_UI_to_Make_Pull_Requests for how it can be done.
It's simpler than one would think.

If you need assistance or don't feel like doing it yourself, please tell me so.

avatar eap1985
eap1985 - comment - 12 Jun 2014

It`s not bug, i need only add in $live_site https

avatar zero-24 zero-24 - close - 12 Jun 2014
avatar eap1985 eap1985 - change - 12 Jun 2014
Status New Closed
Closed_Date 0000-00-00 00:00:00 2014-06-12 09:04:35
avatar eap1985 eap1985 - close - 12 Jun 2014
avatar zero-24 zero-24 - change - 7 Jul 2015
Labels Added: ?

Add a Comment

Login with GitHub to post a comment