Here is the error I get when I try and access my cscart on my site:
Parse error: syntax error, unexpected '.' in /home/theinc/public_html/shop/config.php on line 88
Here is the code from line 84 to 94:
define('CORE_DIR', CSCART_DIR . DS . 'core' . DS);
define('CLASSES_DIR', CSCART_DIR . DS . 'classes' . DS);
define('ADDONS_DIR', CSCART_DIR . DS . 'addons' . DS);
define('SKINS_DIR', CSCART_DIR . DS . 'skins' . DS);
define('COMMON_DIR', CSCART_DIR . DS . 'include'../../../DOCUME~1/ADMINI~1/LOCALS~1/Temp/ . DS . 'common' . DS);
define('ADMIN_DIR', CSCART_DIR . DS . 'include'../../../DOCUME~1/ADMINI~1/LOCALS~1/Temp/ . DS . 'admin' . DS);
define('TARGETS_DIR', CSCART_DIR . DS . 'targets'.DS);
define('CUSTOMER_DIR', CSCART_DIR .DS. 'include'../../../DOCUME~1/ADMINI~1/LOCALS~1/Temp/ .DS. 'customer' .DS);
define('PARTNER_DIR', CSCART_DIR .DS. 'include'../../../DOCUME~1/ADMINI~1/LOCALS~1/Temp/ .DS. 'partner' .DS);
define('PAYMENT_FILES_DIR', CSCART_DIR . DS . 'payments' . DS);
define('SHIPPING_FILES_DIR', CSCART_DIR . DS . 'shippings' . DS);
The problem line apparently is the one I put in bold, it looks fine to me like there is no extra '.' but I'm not to hip to php. I was hoping for some help.
Thanks!