Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

best sellers bug in 2.2


brewer1st

Recommended Posts

Posted

The first time I load oscommerce at http://premiergourmet.com/catalog the footer appears in the right column instead of at the bottom of the page.

 

I have done some testing and found that the error is most likely in the call to infoboxcontent from the boxes/best_sellers.php but I cannot see where the error is coming from.

 

You can see that the box is generated incorrectly and in the view source you can see...

 

....

set</a></td>

</tr>

<tr>

<td align="left" class="boxText">10. <a href="http://www.premiergourmet.com/catalog/product_info.php?products_id=92&osCsid=ff90606a8828bee1869c332a35f2af5e">Chili pepper lights</a></td>

</tr>

<tr>

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

</tr>

</table>

</td>

</tr>

</</TD> <== Note the extra "</" Red not in actual code </TR>

<TR>

<TD COLSPAN=3>

<IMG SRC="images/boxes/table_footer1.gif" WIDTH=150 HEIGHT=10></TD>

</TR>

</TABLE>

<!-- best_sellers_eof3 //-->

</td>

</tr>

<!-- specials //-->

...

 

I cannot find where the incorrect partial tag is coming from. Any help would be greatly appreciated.

Posted

This is caused by a bug in PHP. Read solutions suggestions here.

 

Hth,

Matt

Archived

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

×
×
  • Create New...