Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Category Box Incorrect Links


isoactive

Recommended Posts

Posted

Hi,

 

I am building this site: www.isoactive.com/loki and it has an odd problem.

 

When I have added sub categories - as in the link "Myth Soft Shells" the two sub links that appear below the menu text are correct, however the links in the "Categories" box are wonky. The first one "Men's" simply points to the index page and the "Women's " link takes you to the "Men's page".

 

I can't fathom it...

 

Any ideas?

 

Thanks

Posted
Hi,

 

I am building this site: www.isoactive.com/loki and it has an odd problem.

 

When I have added sub categories - as in the link "Myth Soft Shells" the two sub links that appear below the menu text are correct, however the links in the "Categories" box are wonky. The first one "Men's" simply points to the index page and the "Women's " link takes you to the "Men's page".

 

I can't fathom it...

 

Any ideas?

 

Thanks

This is most likely due to an incorrect catalog path setting in your two configure.php files.

Bill Kellum

 

Sounds Good Productions

STS Tutorials & more: STSv4.6, STS Add-ons (STS Power Pack), STS V4 Forum STS Forum FREE TEMPLATE

Posted
This is most likely due to an incorrect catalog path setting in your two configure.php files.

 

Thanks Bill,

 

But they appear to be correct - they all link to /loki - wouldn't there be more problems with an error in the configure files? Everything works otherwise...

Posted
Thanks Bill,

 

But they appear to be correct - they all link to /loki - wouldn't there be more problems with an error in the configure files? Everything works otherwise...

Post the contents of the following files but be sure to LEAVE OUT the database info (for your safety):

 

Admin/Includes/configure.php

Includes/configure.php

Bill Kellum

 

Sounds Good Productions

STS Tutorials & more: STSv4.6, STS Add-ons (STS Power Pack), STS V4 Forum STS Forum FREE TEMPLATE

Posted
Post the contents of the following files but be sure to LEAVE OUT the database info (for your safety):

 

Admin/Includes/configure.php

Includes/configure.php

 

Ok - includes/configure.php

<?php

define('HTTP_SERVER', 'https://www.isoactive.com');

define('HTTPS_SERVER', 'https://www.isoactive.com');

define('ENABLE_SSL', true);

define('HTTP_COOKIE_DOMAIN', 'www.isoactive.com');

define('HTTPS_COOKIE_DOMAIN', 'www.isoactive.com');

define('HTTP_COOKIE_PATH', '/loki/');

define('HTTPS_COOKIE_PATH', '/loki/');

define('DIR_WS_HTTP_CATALOG', '/loki/');

define('DIR_WS_HTTPS_CATALOG', '/loki/');

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/domain.big2/www.isoactive.com/web/loki/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 

and admin/includes/configure.php

 

<?php

define('HTTP_SERVER', 'https://www.isoactive.com');

define('HTTP_CATALOG_SERVER', 'https://www.isoactive.com');

define('HTTPS_CATALOG_SERVER', 'https://www.isoactive.com');

define('ENABLE_SSL_CATALOG', 'true');

define('DIR_FS_DOCUMENT_ROOT', '/home/domain.big2/www.isoactive.com/web/loki/');

define('DIR_WS_ADMIN', '/loki/admin/');

define('DIR_FS_ADMIN', '/home/domain.big2/www.isoactive.com/web/loki/admin/');

define('DIR_WS_CATALOG', '/loki/');

define('DIR_FS_CATALOG', '/home/domain.big2/www.isoactive.com/web/loki/');

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/');

 

Thanks

Posted
Ok - includes/configure.php

<?php

define('HTTP_SERVER', 'https://www.isoactive.com');

define('HTTPS_SERVER', 'https://www.isoactive.com');

define('ENABLE_SSL', true);

define('HTTP_COOKIE_DOMAIN', 'www.isoactive.com');

define('HTTPS_COOKIE_DOMAIN', 'www.isoactive.com');

define('HTTP_COOKIE_PATH', '/loki/');

define('HTTPS_COOKIE_PATH', '/loki/');

define('DIR_WS_HTTP_CATALOG', '/loki/');

define('DIR_WS_HTTPS_CATALOG', '/loki/');

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/domain.big2/www.isoactive.com/web/loki/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 

and admin/includes/configure.php

 

<?php

define('HTTP_SERVER', 'https://www.isoactive.com');

define('HTTP_CATALOG_SERVER', 'https://www.isoactive.com');

define('HTTPS_CATALOG_SERVER', 'https://www.isoactive.com');

define('ENABLE_SSL_CATALOG', 'true');

define('DIR_FS_DOCUMENT_ROOT', '/home/domain.big2/www.isoactive.com/web/loki/');

define('DIR_WS_ADMIN', '/loki/admin/');

define('DIR_FS_ADMIN', '/home/domain.big2/www.isoactive.com/web/loki/admin/');

define('DIR_WS_CATALOG', '/loki/');

define('DIR_FS_CATALOG', '/home/domain.big2/www.isoactive.com/web/loki/');

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/');

 

Thanks

OK. Two questions...
  1. Do you have a SSL cert? If not, you need to change the SSL settings to false and leave the SSL path empty.
  2. Everything else appears to be in order. By the way, do you have "Use Search Engine Friendly URLS" set to true in the admin under configuration? If so, change this setting to FALSE.

Bill Kellum

 

Sounds Good Productions

STS Tutorials & more: STSv4.6, STS Add-ons (STS Power Pack), STS V4 Forum STS Forum FREE TEMPLATE

Posted
OK. Two questions...
  1. Do you have a SSL cert? If not, you need to change the SSL settings to false and leave the SSL path empty.
  2. Everything else appears to be in order. By the way, do you have "Use Search Engine Friendly URLS" set to true in the admin under configuration? If so, change this setting to FALSE.

 

I do have an SSL cert but I only just changed that setting a few minutes ago to see if it made any difference - it didn't - so either way I get the same error.

 

What's odd is that the sub-category links on the left hand menu are correct - it's just the box that's wrong.

 

The search engine setting is at FALSE so it's not that?

 

I appreciate your input.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...