sitemap  |  contact

Sakic.Net Forum
08 January 2009, 17:36 *
Welcome, Guest. Please login or register.
Did you miss your activation email?
Login with username, password and session length
News: Introducing AJAX Scroller - Joomla News Slider Module: http://www.sakic.net/news/introducing_ajax_scroller/
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: VirtueMart 1.2 Checkout Problems  (Read 888 times)
Zappu
Newbie
*
Posts: 5


View Profile
« on: 15 September 2008, 12:00 »

I suddenly get an error while the checkout with VirtueMart

Error 310 (net::ERR_TOO_MANY_REDIRECTS): Too many redirects

I get this after viewing the shopping cart when I click the checkout button
any idea?

As far as I remember with 1.5.6 it has worked

Zappu

Joomla 1.5.7 - VirtueMart. 1.2
Logged
Zappu
Newbie
*
Posts: 5


View Profile
« Reply #1 on: 15 September 2008, 13:17 »

I have identified the problem occourse here

Code:
else if (isset($url_array[$pos+2]) && $url_array[$pos+2]==sefencode(_VM_CHECKOUT)) {
$page = $_GET['page'] = $_REQUEST['page'] = 'checkout.index';
$nonsefstring .= '&page=' . $page;
$ssl_redirect = $_GET['ssl_redirect'] = $_REQUEST['ssl_redirect'] = 1;
$nonsefstring .= '&ssl_redirect=' . $ssl_redirect;

If you comment out a part of this

Code:
$ssl_redirect = $_GET['ssl_redirect']; // = $_REQUEST['ssl_redirect'] = 1;

the error is gone, but you will not be directed to the next checkout page anymore

Zappu
Logged
Saka
Administrator
Hero Member
*****
Posts: 1,352


View Profile WWW
« Reply #2 on: 15 September 2008, 13:34 »

If you get this problem please turn off redirect non-SEF URLs to SEF in SEF Advance configurations.
Logged

Zappu
Newbie
*
Posts: 5


View Profile
« Reply #3 on: 15 September 2008, 15:15 »

Oh, thx it's working and the problem regarding the 2nd checkout page is solved when you have more than one payment processing, but just for the records, this problem does not occour when you have switched of the sex_ext, so it seems there is still a little error in there
Logged
Pages: [1]
  Print  
 
Jump to: