Content List loading xajax under http instead of https
Posted: Wed Nov 21, 2012 5:00 pm
When I go to Content>Pages in Admin the following error pops up:
It appears that the xajax_core.js is being called under http instead of https (see below).
What can I do to fix it?
I am running 1.10.3 "Hyacinthe"
Thanks,
Mark.
The error only happens if I set the admin_url in config.php to use https.The page at https://www.etc.etc says:
Error: the xajax javascript component could not be included. Perhaps the URL is incorrect? URL: http://www.etc.etc/lib/xajax/xajax_js/xajax_core.js
It appears that the xajax_core.js is being called under http instead of https (see below).
Why this is happening?xajax.config.requestURI = "https://www.etc.etc/admin/listcontent.php?_sx_= ... ol=1&page=";
xajax.config.statusMessages = false;
xajax.config.waitCursor = true;
xajax.config.version = "xajax 0.5";
xajax.config.legacy = false;
xajax.config.defaultMode = "asynchronous";
xajax.config.defaultMethod = "POST";
/* ]]> */
</__script>
<__script__ type="text/javascript" src="http://www.etc.etc/lib/xajax/xajax_js/xajax_core.js" charset="UTF-8"></__script>
What can I do to fix it?
I am running 1.10.3 "Hyacinthe"
Thanks,
Mark.