RE: user_tracking' doesn't exist

MeMadMax <[email protected]> 10 Sep 2003 19:10:30 -0000
Newsgroups gmane.comp.web.oscommerce.contributions
Message-ID <95d69e9ebed4df2b52ec33b95c725cae@osCommerce-Forums>
This message was sent from: Contributions
http://forums.oscommerce.com/viewtopic.php?p=227541#227541
----------------------------------------------------------------

[b]Thanks Linda![/b]

I have it all working again, but there is a bug in something that I added. If I set the address to [i]//www.dot.net [/i]then it works fine, if I change it to [i]//www.dot.net/catalog [/i]then it can not find the the product photo or country flags, all other buttons and icons were ok (in admin) (this problem was not there on the original install) somewhere along the way something was changed that caused this

I changed the root so when "top" was clicked it would take you back to catalog/index.php

Here are the config (only part of the file) that work for me... [b]admin/includes/configure.php[/b]
[code]  define('HTTP_SERVER', 'http://www.dot.net'); // eg, http://localhost - should not be empty for productive servers
  define('HTTP_CATALOG_SERVER', 'http://www.dot.net');
  define('HTTPS_CATALOG_SERVER', 'https://www32.dot.com/~glasslin');
  define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module
  define('DIR_FS_DOCUMENT_ROOT', '/home/glasslin/public_html/catalog/'); // where the pages are located on the server
  define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required
  define('DIR_FS_ADMIN', '/home/glasslin/public_html/catalog/admin/'); // absolute pate required
  define('DIR_WS_CATALOG', '/catalog/'); // absolute path required
  define('DIR_FS_CATALOG', '/home/glasslin/public_html/catalog/'); // absolute path required
  define('DIR_WS_IMAGES', 'images/');
  define('DIR_WS_FLAGS', DIR_WS_IMAGES . 'flags/');
  define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');[/code]

I will keep working on to find the bug I added somewhere along the line of code hacking... 

Thanks for all your help!
Jim