VirtueMart 1.2 Checkout Problems
- Zappu
 - 
		
						Topic Author
					 - Offline
 - New Member
 - 
		
	 
	 Less
	 More
	
		
		- Thank you received: 0
 
			
			17 years 1 month ago		#3321
	by Zappu
	
		
	
			
			 		
													
	
			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
		
	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
Please Log in or Create an account to join the conversation.
- Zappu
 - 
		
						Topic Author
					 - Offline
 - New Member
 - 
		
	 
	 Less
	 More
	
		
		- Thank you received: 0
 
			
			17 years 1 month ago		#3322
	by Zappu
	
		
	
			
			 		
													
	
			I have identified the problem occourse here
If you comment out a part of this
the error is gone, but you will not be directed to the next checkout page anymore
Zappu
	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
$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
Please Log in or Create an account to join the conversation.
- Saka
 - 
		
					 - Offline
 - Administrator
 - 
		
	 
			
			17 years 1 month ago		#3323
	by Saka
	
		
			
			
Emir Sakic
www.sakic.net
	
			
			 		
													
	
			If you get this problem please turn off redirect non-SEF URLs to SEF in SEF Advance configurations.		
	Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- Zappu
 - 
		
						Topic Author
					 - Offline
 - New Member
 - 
		
	 
	 Less
	 More
	
		
		- Thank you received: 0
 
			
			17 years 1 month ago		#3324
	by Zappu
	
		
	
			
			 		
													
	
			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		
	Please Log in or Create an account to join the conversation.