View Single Post
  #71  
Old 12-13-2006, 01:09 AM
 
Newpowerr Newpowerr is offline
 

Advanced Member
  
Join Date: Feb 2006
Posts: 32
 

Default Re: X-Cart 4.1.4 released

And the language selector is also not working, it is redirectoing to home.php?reffer=...... The solution is to delete "(strpos($http_location, $HTTP_REFERER) !== 1 && strpos($https_location, $HTTP_REFERER) !== 1)" from get_language.php

It is also a strange code

$http_location = http://www.website.com/
$HTTP_REFERER = http://www.website.com/product.php?productid=49&cat=3&page=1

$HTTP_REFERER should be found in $http_location .... I think the other way around..
__________________
X-CART-4.1.9 Pro
Add-on: X-Affiliate
Add-on: X-RMA (Return Merchandise Authorization)
Add-on: X-SpecialOffers
Add-on: X-AOM (Advanced Order Management)
Reply With Quote