Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

data presented that is NOT in database


inovrhd

Recommended Posts

Posted

:blink:

 

Hello All,

 

I have searched high and lo in these forums and have not seen anything that seems to resemble my problem, so here goes:

 

I have an oscommerce site on godaddy (linux) and just had an SSL put on. For some strange reason, from my browser, I can pull up the catalog and can see the proper data (from the data that was entered into the catalog originally from the admin products/manufacturers etc section) show up properly.

 

Then out of nowhere, after just choosing one or two different links on the page, (randomly) when I go back to the catalog page (main) it displays data that I have no idea where it is coming from...

 

I looked in the database/catalog etc and cannot see any data or link that might warrant this to happen... what I DO see when I pull up the page displaying the incorrect data and right click on it to view the source code, I get the dynamic data that has been pulled from somewhere (and that is my question):

 

eg:

 

<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">

<tr>

<td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">

<tr>

<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>

</tr>

<tr>

<td class="boxText"><form name="manufacturers" action="http://www.fanaticcomics.com/fanaticcomics/cart/catalog/index.php" method="get"><select name="manufacturers_id" onChange="this.form.submit();" size="1" style="width: 100%"><option value="">Please Select</option><option value="16">Aardvark</option><option value="38">Aardvark Press</option><option value="15">Americas Best</option><option value="65">Antarctic Press</option><option value="31">Archie Comics</option><option value="45">Awsome</option><option value="53">BlackThorne Pub..</option><option value="47">Blue Comet Pres..</option><option value="59">Caliber</option><option value="54">Caliber Core</option><option value="49">Chaos Comics</option><option value="57">Cliffhanger</option><option value="60">Comico</option><option value="41">Continuity Comi..</option><option value="50">Crusade</option><option value="17">Dark Horse</option><option value="11">DC</option><option value="37" SELECTED>Defiant</option><option value="12">Dell</option><option value="52">Dream Wave</option><option value="48">Eclipse</option><option value="33">First Comics</option><option value="44">First Light Com..</option><option value="13">IDW</option><option value="14">Image</option><option value="43">Impact</option><option value="66">Innovation</option><option value="61">London Night</option><option value="42">Malibu</option><option value="10">Marvel</option><option value="51">Maximum Press</option><option value="63">Oni Press</option><option value="58">Renegade Press</option><option value="56">Rocket Comics</option><option value="39">Sirius Comics</option><option value="55">Tekno Comix</option><option value="36">Top Cow</option><option value="46">Topps</option><option value="62">Udon</option><option value="34">Valiant</option><option value="40">Vertigo</option><option value="64">Viz Comics</option><option value="35">Wild Storm</option></select></form></td>

</tr>

<tr>

<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>

</tr>

</table>

</td>

</tr>

</table>

</td>

</tr>

<!-- manufacturers_eof //-->

<!-- left_navigation_eof //-->

</table></td>

 

 

 

etc etc...

 

 

 

 

<table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr>

<td height="14" class="infoBoxHeading"><img src="images/infobox/corner_left.gif" border="0" alt=""></td>

<td width="100%" height="14" class="infoBoxHeading">Categories</td>

<td height="14" class="infoBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>

</tr>

</table>

<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">

<tr>

<td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">

<tr>

<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>

</tr>

<tr>

<td class="boxText"><a href="http://www.fanaticcomics.com/fanaticcomics/cart/catalog/index.php?cPath=26">CGC Comics-></a><br><a href="http://www.fanaticcomics.com/fanaticcomics/cart/catalog/index.php?cPath=21">Comics</a><br><a href="http://www.fanaticcomics.com/fanaticcomics/cart/catalog/index.php?cPath=22">Pre-Orders</a><br><a href="http://www.fanaticcomics.com/fanaticcomics/cart/catalog/index.php?cPath=24">Comic Supplies</a><br><a href="http://www.fanaticcomics.com/fanaticcomics/cart/catalog/index.php?cPath=25">Gift Certificate</a><br><a href="http://www.fanaticcomics.com/fanaticcomics/cart/catalog/index.php?cPath=23">Trade Paperback</a><br></td>

</tr>

<tr>

<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>

</tr>

</table>

</td>

</tr>

</table>

 

These are links coming from somewhere in my code but I have NO CLUE as to where to look to get rid of this data...

 

Anyone?? Please help - this is a live site! Need more info? Not clear? please ask me so I can provide you what you need.

 

MUCH Appreciated.

Posted

You have set "Use Cache" to true on a shared server, all sites using the same common, server level, cache directory. So what you are seeing are the categories of other oscommerce sites on the same server.

 

The solution is to set Use Cache to false.

 

Vger

Posted
You have set "Use Cache" to true on a shared server, all sites using the same common, server level, cache directory. So what you are seeing are the categories of other oscommerce sites on the same server.

 

The solution is to set Use Cache to false.

 

Vger

 

 

Thanks SO much! It appears to be solved!

 

Blessings!

Archived

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

×
×
  • Create New...