Thread: RSS feeds
View Single Post
  #17  
Old 02-19-2005, 01:42 PM
 
fuzzy fuzzy is offline
 

Advanced Member
  
Join Date: Jun 2004
Location: oHIo
Posts: 77
 

Default

Sooo close, yet, well you know!

But I don't think I'm doing this right!
http://rdcenterprises.com/4.0.9/customer/rss.php

Go ahead and laugh.

To get that much to work I changed ...

Code:
# require X-Cart functions require "./auth.php"; require $xcart_dir."/include/categories.php";

to...
Code:
# require X-Cart functions require "../auth.php"; require "../include/categories.php";

Which makes no sence to me, cause all the other php files work with
require "./auth.php";
require $xcart_dir."/include/categories.php";

Me thinks the wrong end of the stick is being chewed on. hehe!
__________________
X-Cart 4.0.12 Gold
Linux
Reply With Quote