Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

problem with code popping up


Guest

Recommended Posts

Posted

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

Posted
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.

Posted

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 >

Posted
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

Posted
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!

Archived

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

×
×
  • Create New...