Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

webadmin

Archived
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • Real Name
    Mike Standen

webadmin's Achievements

  1. Jan - thanks for the reply - I agree it is bizar! So rather than use your time to pursue this, I am going to reinstall and see if I can make a better job of it - or to see if I get the same errors - I will aim to do this weekend when its quiet! I notice that version 4.11 now exists - would you suggest I install version 4 or 4.11? Many thanks for your assistance, Regards Mike
  2. Jan - The error can be seen on http://www.web-remedy.co.uk/catalog/index....381bf361250f4dc - and is the same when viewing any products in a category. The warning continues to be displayed when viewing the detail of a product - http://www.web-remedy.co.uk/catalog/produc...381bf361250f4dc - gets worse when added to the shopping cart! Any guildance much appreciated. Regards Mike
  3. Jan - Thanks for your feedback - I have checked the file you mention but code is OK - checked with file comparer. TheThe version of Oscomemrce that I am using is CRE Loaded 6.15 - should this make any difference? - Regards Mike
  4. Hi I have added SPPC version 4, but I am getting the following MySQL warning message when viewing products: Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/sites/xxx-xxxxx.co.uk/public_html/catalog/includes/functions/database.php on line 103 The line that the error is refering to was not modified as part of the install - the code is CODE Line 102 function tep_db_num_rows($db_query) { Line 103 return mysql_num_rows($db_query); Line 104 } CODE END Any assistance would be greatly appreciated as it looks a great contribution.. Regards
  5. Hi - Any help would be much appreciated. I have enabled the SSL facility in the catalog/includes/configure.php and admin/includes/configuration.php files. All appeared to be working as desired, however, I have identified two problems when adding/updating products within the ADMIN control panel. The first one is that the product images do not display - I just get a box with the red cross visible. The problem is that the image path is incorrect. For example having implemented the SSL certificate the URL path is: https://web1.secure-secure.co.uk/webremedy-...k/catalog/admin - however the image file path is reading https://web1.secure-secure.co.uk/catalog/im...ount_orders.gif The second problem it that I cannot add a new image to a product - I have installed the WYSIWYG HTMLAREA contribution - again the main problem appears to be that it can't finf the coreect path. Below is the contents of both my Admin/includes/ Configure.php file [/ Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'https://web1.secure-secure.co.uk/webremedy-demo.co.uk'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://webremedy-demo.co.uk'); define('HTTPS_CATALOG_SERVER', 'https://web1.secure-secure.co.uk/webremedy-demo.co.uk'); define('ENABLE_SSL_CATALOG', true); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/home/sites/webremedy-demo.co.uk/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/sites/webremedy-demo.co.uk/public_html/catalog/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/catalog/'); // absolute path required define('DIR_FS_CATALOG', '/home/sites/webremedy-demo.co.uk/public_html/catalog/'); // absolute path required define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/'); 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_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/'); define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/'); define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');] Below is my Includes/configure.php file [/ Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://webremedy-demo.co.uk'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://web1.secure-secure.co.uk/webremedy-demo.co.uk'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', True); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'webremedy-demo.co.uk'); define('HTTPS_COOKIE_DOMAIN', 'secure.secure.co.uk/webremedy-demo.co.uk'); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', '/catalog/'); define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/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/sites/webremedy-demo.co.uk/public_html/catalog/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');] Any help to solve this issue would much apreciated.
×
×
  • Create New...