Bug [# 1895] THEMEURL are not using secure url in SSL sites.
Tags:   No tags associated yet.

  Go back
 Category:  --  Severity:  --  Version:  VirtueMart 1.1.0 RC1
 Joomla! Version:  Joomla! 1.5.x  Browser Version:  Internet Explorer 7.0  Fixed in Version:  --
Description:
hello, because this issue internet Explorer give a notice that there are not secure elements...

I dont know but i think we solve it in the configuration.cfg.php like this

if ( @$_SERVER'HTTPS' == 'on' ) { define( 'VM_THEMEURL', $SECUREURL.'components/com_virtuemart/themes/default/' ); } else { define( 'VM_THEMEURL', $mosConfig_live_site.'/components/com_virtuemart/themes/default/' ); }

i have test it but its not really solved, i think i have a little error in this.

thanks jahn

Details:
Submitted Comment
Nothing found to display.