Guest Posted November 17, 2007 Posted November 17, 2007 http://www.n2mbracing.com/catalog/product_...?products_id=35 " EL); } } ?> " appears at the bottom even if you click on the image to get a description it tags it on there too where is it coming from? thanks!
paul1980 Posted November 17, 2007 Posted November 17, 2007 i assume it will be comming from footer.php, use a search and replace to see if you can find it, if you dont have any luck manually search it out. or if not have a look in product_info.php but i am pretty sure it will be in the footer.php file
Guest Posted November 18, 2007 Posted November 18, 2007 i assume it will be comming from footer.php,use a search and replace to see if you can find it, if you dont have any luck manually search it out. or if not have a look in product_info.php but i am pretty sure it will be in the footer.php file if i set the footer to an empty file the error persists. it occurs on pages i have not modified as well as product_info.php alternatively if i do error out the footer with bad code, it does not show the rogue code, but that may just be due to it not processing something it pulls after the footer.
germ Posted November 18, 2007 Posted November 18, 2007 Look in /catalog/includes/application_bottom.php The last 4 lines are supposed to look like this: tep_gzip_output(GZIP_LEVEL); } } ?> Looks like you may have a glitch there. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
Guest Posted November 18, 2007 Posted November 18, 2007 if i set the footer to an empty file the error persists. it occurs on pages i have not modified as well as product_info.php alternatively if i do error out the footer with bad code, it does not show the rogue code, but that may just be due to it not processing something it pulls after the footer. My guess is it is near the very bottom of your catalog/index.php file before the call to application bottom
Guest Posted November 18, 2007 Posted November 18, 2007 Look in /catalog/includes/application_bottom.php The last 4 lines are supposed to look like this: Looks like you may have a glitch there. ding ding ding, thank you!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.