JoomFish / joomfish-2.5

Joom!Fish 2.5 core development
http://www.joomfish.net/
34 stars 27 forks source link

HTTPS issue with language selector module #114

Closed alainroger closed 11 years ago

alainroger commented 11 years ago

Hi,

till now i have no issue (except the flag display) with JF under j2.5.8 in HTTP. However, under HTTPS, the module "language selector" raised an interesting thing.

if you use the display "flags and names" as ul/li display, all links are like "doubled" as following: https://www.jtest.lochttps//www.jtest.loc/index.php?lang=fr

so 2x at the beginning there is "https://www.rogtek3.loc" :-(

in HTTP everything works well.

Alain

alainroger commented 11 years ago

ok so if i remove the $absolute at line 163 of the jroute.php file (\libraries\joomfish\route) i have: $routedurl = JRoute::_($varstring, true, $uri->isSSL());

and in this case it works well under HTTPS and HTTP under j1.7. I need to test it under j2.5.

klas commented 11 years ago

Please test if it works now