View Single Post
  #10  
Old 10-31-2004, 11:55 PM
  bullfrog's Avatar 
bullfrog bullfrog is offline
 

eXpert
  
Join Date: Oct 2004
Location: Oregon, USA
Posts: 366
 

Default Resolution found


X-Cart support provided the following resolution to this problem:

Quote:
Your config.php file containd incorrect path to x-cart web directory

Before:

$xcart_web_dir ="\\";

Should be:

$xcart_web_dir ="";

I don't know why or how the "\\" got to be in the file, but removing them caused Webmaster Mode to work.

Note that my X-Cart installation is in the root directory, unlike (I suppose) most installations where it is in the \xcart directory. If you are having this problem and your installation is not into the default directory, I suggest that you check these lines in config.php.
__________________
Bullfrog ~~~ X-Cart Gold v4.7.2 (2) v4.7.8. ⌠If the road is easy, you're likely going the wrong way.■ ― Terry Goodkind
Reply With Quote