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';
Update Joomla
"Blocked Loading Mixed Active Content."
OS Linux e
PHP 5.3.3
MySQLi 5.1.71
Caching Disabled
GZip Disabled
Firefox 29.0.1
Joomla 3.2.1
It`s not bug, i need only add in $live_site https
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-06-12 09:04:35 |
Labels |
Added:
?
|
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.