- Posts: 2
- Thank you received: 0
Checkout error: the page is redirected in a way...
15 years 8 months ago #5942
by petrutm
Checkout error: the page is redirected in a way... was created by petrutm
Checkout error: the page is redirected in a way that never ends (Although, cookies are active). I have this error on Firefox when I try to checkout. In IE the page is reloading to infinite.
My system (local instalation): PHP 5.3.1, Joomla 1.6.0, HikaShop 1.4.3. Firefox is 3.6.13, IE 8. I installed HikaShop on a new Joomla website, I added just 2 products. Native Joomla SEO is active, including mod_rewrite (I tried to disable it, same problem).
Any ideas?
Thanks.
My system (local instalation): PHP 5.3.1, Joomla 1.6.0, HikaShop 1.4.3. Firefox is 3.6.13, IE 8. I installed HikaShop on a new Joomla website, I added just 2 products. Native Joomla SEO is active, including mod_rewrite (I tried to disable it, same problem).
Any ideas?
Thanks.
Please Log in or Create an account to join the conversation.
15 years 8 months ago #5950
by nicolas
Replied by nicolas on topic Re: Checkout error: the page is redirected in a way...
Do you have SSL activated on the checkout ? There is a known issue with joomla 1.6 for current version when you have HTTPS forced on the checkout.
You need to replace the code:
$ssl= true;
by:
$ssl=1;
in the file components/com_hikashop/controllers/checkout.php
To fix it, supposing that it comes from that.
You need to replace the code:
$ssl= true;
by:
$ssl=1;
in the file components/com_hikashop/controllers/checkout.php
To fix it, supposing that it comes from that.
Please Log in or Create an account to join the conversation.
15 years 8 months ago #5951
by petrutm
Replied by petrutm on topic Re: Checkout error: the page is redirected in a way...
SSL was active indeed. I made the change, now it works. Thanks!
Please Log in or Create an account to join the conversation.
Time to create page: 0.139 seconds