View Single Post
  #5  
Old 12-02-2003, 01:26 PM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

any include statement with .. in it needs to be changed to $xcart_dir."/

Example:
Code:
include "../smarty.php";

Version 3.5.0 needs:
Code:
include $xcart_dir."/smarty.php";

Btw, no need for cross posting see the forum rules in my signature.
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote