Guest Posted February 13, 2004 Share Posted February 13, 2004 For some strange reason I'm getting a line of odd characters on the Payment Modules Admin page. I'm new to both PHP and osCommerce, and while I'm digging through the code looking for what is going kabungochunky I thought you all might have some insights. Please help if you can! The source around the characters looks like this: <tr class="dataTableRow" onmouseover="rowOverEffect(this)" onmouseout="rowOutEffect(this)" onclick="document.location.href='http://binarycousins.com/ipw-web/ecommerce/osc/admin/modules.php?set=payment&module=nochex'"> <td class="dataTableContent">NOCHEX</td> <td class="dataTableContent" align="right"></td> <td class="dataTableContent" align="right"><a href="http://binarycousins.com/ipw-web/ecommerce/osc/admin/modules.php?set=payment&module=nochex"><img src="images/icon_info.gif" border="0" alt="Info" title=" Info "></a> </td> </tr> a ] @,$?<?X0a??:>???;??^^?2?b???ԁJ ???\q??????ـ<??&Ĭ??͵?& d b c <tr class="dataTableRow" onmouseover="rowOverEffect(this)" onmouseout="rowOutEffect(this)" onclick="document.location.href='http://binarycousins.com/ipw-web/ecommerce/osc/admin/modules.php?set=payment&module=pm2checkout'"> <td class="dataTableContent">2CheckOut</td> <td class="dataTableContent" align="right"></td> <td class="dataTableContent" align="right"><a href="http://binarycousins.com/ipw-web/ecommerce/osc/admin/modules.php?set=payment&module=pm2checkout"><img src="images/icon_info.gif" border="0" alt="Info" title=" Info "></a> </td> </tr> I'm looking at the PHP that creates that module, but am not seeing anything that jumps out at me. This is the only page in the Admin site that seems to be giving me trouble. Anyone have any ideas? Thanks! Link to comment Share on other sites More sharing options...
guntersammet Posted February 14, 2004 Share Posted February 14, 2004 Did you upload the files in binary mode? Looks like something got screwed up. Try to search in the directory for a piece of the garbage code (Windows Explorer or something similar). Maybe it shows. If you uploaded the stuff in binary, try to upload again in ASCII for php, html and txt files. Images should be uploaded in binary. HTH Gunter Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.