Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Categories Links disappear


Guest

Recommended Posts

Posted

Has anybody else had this problem and hopefully resolved it.

 

When I browse to my recently created shop using the following url: http://www.chrislangton.info/beejays/ none of the links in the categories box appear but when I browse using the url: http://chrislangton.info/beejays/ they are all present. As all the links in the site point to the www url this is proving to be quite a big problem.

 

Could anyone point me towards the relevant code that needs amending to resolve this problem. My site is hosted on a shared server (uk2.net) and I don't have any access to server configuration, I've had to amend the code to allow for globals off and I've also added the BTS1.5 contribution.

 

any help with this greatlly appreciated.

Posted

On your computer - under Internet Tools in your browser, delete all Offline Content and all Temporary Internet Files (don't have a window to your site open when you do this) - and then set your browser to always look for the latest version of pages you visit (essential while you are developing a site.

 

I say this because I see those links on both addresses.

 

Vger

Posted
On your computer - under Internet Tools in your browser, delete all Offline Content and all Temporary Internet Files (don't have a window to your site open when you do this) - and then set your browser to always look for the latest version of pages you visit (essential while you are developing a site.

 

I say this because I see those links on both addresses.

 

Vger

 

Thanks for reply. Did try clearing cache and temp internet files but didn't seem to help at the time. You may have visited the site after the following change was made to the code in includes/column_left.php

With help from a colleague we commented out the following code:

 

*/

//uncomment following code if things get screwy - GR 24/1/2006

 

// if ((USE_CACHE == 'true') && empty($SID)) {

// echo tep_cache_categories_box();

// } else {

include(DIR_WS_BOXES . 'categories.php');

// }

 

/* dont display

if ((USE_CACHE == 'true') && empty($SID)) {

echo tep_cache_manufacturers_box();

} else {

include(DIR_WS_BOXES . 'manufacturers.php');

}

end */

 

I expect this will probably cause me other problems at some point but it seems to be working at present with no knock on effects!

Archived

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

×
×
  • Create New...