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.