View Single Post
  #21  
Old 01-02-2009, 11:28 AM
 
robertswww robertswww is offline
 

X-Adept
  
Join Date: Jul 2003
Posts: 586
 

Default Re: Price Match...Oh, Phil you there?

Thanks NoMonkeyBiz!

Price Match works perfectly again!

To recap the fix:

File pricematch.php

Line 63:
Change: fclose($Handle);
To: closedir($Handle);

Line 67:
Change: $handle = fopen('./captcha' . '/' . $FileName, 'w');
To: $Handle = fopen('./captcha' . '/' . $FileName, 'w');

Much appreciated, and Happy New Year!

Robert
__________________
X-cart 4.1.10
Reply With Quote