Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Phantom Product


paulbt

Recommended Posts

Hello,

 

I've been working on customizing my site / getting the layout and database finished, somehow I have a phantom product displayed in the new items for month box, it has no name and no picture, When you click on it, it simply goes to the product not found page. This may just be a problem with the New products for month module but I was wondering If there was anything I could do to clean it up. It's strange also the oscommerce tools page shows that there is 1 product. I've looked everywhere for an active product and I simply cannot find it!

 

my site is at www.ccgaddict.com any suggestions on how to clean this up are more than welcome.

 

Thanks!

Link to comment
Share on other sites

In the last line of both of your configure.php files change it to this:

 

define('STORE_SESSIONS', 'mysql');

 

and this will store sessions in the database. When you are on a shared server it is quite possible that by storing sessions in files that your site will pull in items from other osCommerce websites on the same server. Try that and see if the phantom product disappears.

 

Vger

Link to comment
Share on other sites

In the last line of both of your configure.php files change it to this:

 

define('STORE_SESSIONS', 'mysql');

 

and this will store sessions in the database.  When you are on a shared server it is quite possible that by storing sessions in files that your site will pull in items from other osCommerce websites on the same server.  Try that and see if the phantom product disappears.

 

Vger

 

I tried that in the /admin/includes/comfigure.php and /includes/configure.php

 

Doesn't seem to work.

 

I Use easypopulate so I downloaded my database, deleted the entire catalog from the top and I still have one product listed on that tolls summery page. as well as the broken product in the what's new box and added this month box.

 

Any othe ideas? again it's at www.ccgaddict.com

 

Thanks!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...