Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

iain2510

Pioneers
  • Posts

    9
  • Joined

  • Last visited

Profile Information

  • Real Name
    Iain Henderson

iain2510's Achievements

  1. Re the above post - it was indeed the configure.php file. If you have similar problems to what I had then have a read of the following article: http://www.oscommerce.com/forums/index.php?showtopic=193738&hl= which describes what your configure file should look like. I have never modified mine so I don't know why it was set up incorrectly but the problem was fixed by editing any lines which looked like this: define('DIR_WS_HTTP_CATALOG', '/.//') and changing too: define('DIR_WS_HTTP_CATALOG', '/'); Hope this may help someone!
  2. Hi, I'd be very grateful if anyone can help point me in the right direction! My problem is that having installed this addon when I click on either a product or a category I get the 'Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects.' Having searched through the thread (page 168 seems most relevant to my problem) the advice given was to check my configure.php file (I have listed some of it below) but as far as I can tell (which quite frankly isn't a lot) it appears to be ok. I have tried altering as many of the variables within the administration side as possible but to no avail (given that no one else is having problems I know it's my installation and not the addon) I have also double checked my changed files (using winmerge) with the originals and the installation notes and I have been unable to find any obvious problems - all new code is there and no characters removed by mistake. Any help on where to start troubleshooting would be most appreciated Iain Below is an excerpt of my configure.php file: define('HTTP_SERVER', 'http://zezez.co.uk'); define('HTTPS_SERVER', 'http://zezez.co.uk'); define('ENABLE_SSL', false); define('HTTP_COOKIE_DOMAIN', 'zezez.co.uk'); define('HTTPS_COOKIE_DOMAIN', 'zezez.co.uk'); define('HTTP_COOKIE_PATH', '/.//'); define('HTTPS_COOKIE_PATH', '/.//'); define('DIR_WS_HTTP_CATALOG', '/.//'); define('DIR_WS_HTTPS_CATALOG', '/.//'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', '/home/zezezcou/public_html/./'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
  3. Hi Jim Many thanks - errors now gone! Only niggle is that I'm unable to place the 'scroller' above the 'new products' on the front page, despite having sort order set to 0 for the scroller and 10 for the new_products. Kind regards Iain
  4. Hi Jim I too thought it was the same problem but the version I downloaded appears to already have the fix (it was downloaded yesterday about 11 am GMT). The only language I have installed is English. Are there any files you wish me to quote from in case I have made changes? Thanks Iain
  5. Hi, first may I thank you for providing your addon - it's much appreciated! I have installed the most recent download (and checked that my download has the fixes mentioned above!) and have two problems. 1) I have had to comment out two lines (38 and 40) from the following file: /includes/modules/front_page/new_products.php to remove the following error from my index page: Warning: constant() [function.constant]: Couldn't find constant MODULE_FRONT_PAGE_NEW_PRODUCTS_TITLE_ in /home/zezez/public_html/includes/modules/front_page/new_products.php on line and 2) Within the administration module I am unable to select a sort order for the 'new products' module. I have used phpmyadmin to manually set one (40) but am still unable to move the 'scroller' module to top position (sort = 0) Any help would be appreciated! Kind regards Iain
×
×
  • Create New...