Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

My links have gone weird


Guest

Recommended Posts

Posted

all my page links have changed in to this :

 

pcpulse.co.nzDIR_WS_HTTP_CATALOGshopping_cart.php

 

Does anyone know how to take the " DIR_WS_HTTP_CATALOG " out of them.

 

 

Thanks

Posted

Take a look in your config pages, you will find a place where you have inserted

 

DIR_WS_HTTP_CATALOG

 

into one of your config paths. or, you have added that other stuff around that link definition title.

 

Hope that helps.

 

DF

Posted

Had at look at all the config pages and nothen :(

 

Any other idears ??

 

Thanks

Posted

Hmmm, looking at that code, it has to be in a configuration area, especially if it is repeated everywhere. If you could, blank out the important/sensitive items and post the admin and the catalog config file. Are the links changed in both the admin panel and the catalog? If not then we only need to see the config of the pages that are affected.

Posted

It looks like you are missing the define:

 

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

 

You have maybe overwritten your catalog/includes/configure.php with an admin/includes/configure.php file? :P

 

Matti

Archived

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

×
×
  • Create New...