Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

You Won't Believe This One.


lauretti

Recommended Posts

So check this link: http://www.themaplestore.com/catalogue/

 

you should see on the left:

 

Box - Service Center.

Box - Our Store (maple syrup stuff)

Box - Resources (maple syrup stuff more)

 

Refresh the page a few times or browse around. Then check column left...

Someone elses categories appear AND they take me to their site.

http://www.discoverhawaiitours.com/catalog

Hello..!??!?!!?!

 

Any help would be so appreciated.

 

Dave.

Link to comment
Share on other sites

you need to change your tmp directory path, which by default is at /tmp and your host is allowing everyone to write there. your /tmp (listed in the admin/configuration/logging/sessions) needs to be in your document root path.

also email the newly found store and tell them the same thing.

Link to comment
Share on other sites

I've seen this all too many times, especially with people hosted with PowWeb!

 

What's happening here is that you're on a shared server, along with lots of other people running osCommerce stores - and some of you are caching and storing sessions in files instead of in your database (so they're crossing over and getting mixed up).

 

If you have caching turned on in your osCommerce control panel - turn it off, and in both of your configure.php files change the last line to read

 

define('STORE_SESSIONS', 'mysql');

 

That will solve your problem.

 

Vger

Link to comment
Share on other sites

you need to change your tmp directory path, which by default is at /tmp and your host is allowing everyone to write there.  your /tmp (listed in the admin/configuration/logging/sessions) needs to be in your document root path.

also email the newly found store and tell them the same thing.

 

I need to thank Vger for your speedy support. That worked big time. Is that something that should always be added?

 

Also. Mibble, what happens now that it works and if I don't change that path. The reason I ask is because isn't that where it's supposed to be?

 

Thanks again everyone. You're Saviours. : )

 

Dave

Link to comment
Share on other sites

Dave,

 

Mibble explained it. You are using the same tmp folder as every other web site on that server. So your files are mixing with their files. That's not a good thing on the web, especially for an e-commerce site.

 

ed

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...