View Single Post
  #3  
Old 07-29-2004, 07:20 AM
  shan's Avatar 
shan shan is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Birmingham, UK
Posts: 6,163
 

Default

on my test site this upgrade screws the detailed images up.

Code:
Warning: Wrong parameter count for substr() in /home/jcimport/public_html/shop/modules/Detailed_Product_Images/product_images.php on line 62 Warning: Wrong parameter count for str_replace() in /home/jcimport/public_html/shop/modules/Detailed_Product_Images/product_images.php on line 62

Heres line 62

Code:
$images[$k]["tmbn_url"] = $current_location.str_replace("\\", "/", substr($v["image_path"]), strlen($xcart_dir));

plenty of other stuff fixed here though
__________________
Looking for a reliable X-cart host ?
You wont go wrong with either of these.

EWD Hosting
Hands On Hosting
Reply With Quote