paulbt Posted February 17, 2005 Share Posted February 17, 2005 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 More sharing options...
♥Vger Posted February 17, 2005 Share Posted February 17, 2005 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 More sharing options...
paulbt Posted February 17, 2005 Author Share Posted February 17, 2005 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 <{POST_SNAPBACK}> 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 More sharing options...
paulbt Posted February 17, 2005 Author Share Posted February 17, 2005 Nevermind, I went into myphpadmin snooped around and deleted a "NULL" product and it seems fine now. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.