Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

NEED HELP


jmoney3381

Recommended Posts

Checked my clients site this morning and found this

 

My Webpage

 

i havent touched the site in about a month. when i check in firefox everything works fine but not in IE.

 

checked my FTP....all images are still in correct directories.

 

does any1 have any ideas of what it could be

 

please help

 

thanks

JD

Link to comment
Share on other sites

did it happen to you just recently too?

 

Umm..happened Saturday. I'm just waiting for my tech support guy to figure out the problem.

 

Really very odd...it's been working great before that.

 

'

Geof.

Link to comment
Share on other sites

 

Ok, talked to my tech guy, and he's checked on all browsers and says it looks fine on Firefox etc.

 

He figures somethings up with the htaccess......

 

Only explorer, it's the oddest thing...

 

Geof.

Link to comment
Share on other sites

@morb

 

Dunno if you already figured this out but it looks like your HTTP_SERVER constant has not been defined, and as such is not setting the HTML tag

<base href="">

when you populate that html tag with your website catalog root like so

<base href="http://www.smoothair.ca/catalog/">

it works.

 

You can check it here

You catalog page modified

Link to comment
Share on other sites

@morb

 

Dunno if you already figured this out but it looks like your HTTP_SERVER constant has not been defined, and as such is not setting the HTML tag

<base href="">

when you populate that html tag with your website catalog root like so

<base href="http://www.smoothair.ca/catalog/">

it works.

 

You can check it here

You catalog page modified

 

sounds great, and where do I change that!..:)

 

Thank you very much by the way. Any idea why one minute it would work and the next it wouldn't?

 

Geof.

Link to comment
Share on other sites

sounds great, and where do I change that!..:) 

 

Thank you very much by the way.  Any idea why one minute it would work and the next it wouldn't?

 

Geof.

 

Not sure about why it would be inconsistent I mean it is either set or it isn't

but you would go to

 

catalog -> includes -> configure.php

 

Find the lines

 

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

  define('HTTP_SERVER', 'http://www.aoses.com'); // eg, http://localhost - should not be empty for productive servers

  define('HTTPS_SERVER', ''); // eg, https://localhost - should not be empty for productive servers

  define('ENABLE_SSL', false); // secure webserver for checkout procedure?

 

For you this line should be like so:

define('HTTP_SERVER', 'http://www.smoothair.ca');

 

Then a little further down the configure.php file you will find

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

 

You want to set that to where your catalog folder is at.

So if you installed OSC under something like /www/myshop/catalog/

 

Then that value would be '/myshop/catalog/'

Link to comment
Share on other sites

Seems to be working ok in firefox, ie and netscape for me.

Installed Contributions: CCGV, Close Popup, Dynamic Meta Tags, Easy Populate, Froogle Data Feeder, Google Position, Infobox Header Entire Row, Live Support for OSC, PayPal Seal with CC images, Report_m Sales, Shop by Price Revised, SQL Updater, Who's Online Enhancement, Footer, GNA EP Assistant and still going.

Link to comment
Share on other sites

Seems to be working ok in firefox, ie and netscape for me.

 

 

this is a freakin' mystery..... you say it works in ie...strange...

 

For you this line should be like so:

define('HTTP_SERVER', 'http://www.smoothair.ca');

 

Then a little further down the configure.php file you will find

 

QUOTE

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

 

 

 

You want to set that to where your catalog folder is at.

So if you installed OSC under something like /www/myshop/catalog/

 

Then that value would be '/myshop/catalog/'

 

Nope..that doesn't seem to be it easier. The config file is set up correctly....

 

Geof.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...