Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Footer bug


jasone

Recommended Posts

Hi everybody!

 

I am currently try to fight a problem in my almost newinstalled ms2. All I have done is removed the banner and 2 languages...

 

The footer dissapears from the bottom of the page and can be found under the right column. This is not in every page but very often...

 

Anybody else with this same irritating problem or a tip how to fix this?

 

Thanks in advance!

Link to comment
Share on other sites

to remove the banners without changing code, the easiest way is to make the admin/images/graphs non-writeable. and remove the languages in column_right and in the admin area.

Link to comment
Share on other sites

Copy this code:

 

 

// table bug fix - see OSC bug #1242

if (function_exists('ini_set')) {

ini_set('url_rewriter.tags','');

ini_set('session.use_trans_sid', 0);

}

 

 

and put it in catalog/includes/application_top.php at line 28 (or as close to it as poss)

Link to comment
Share on other sites

strange, the only times i see it posted was in the beginnning of july and it wasnt the same question as you posted here. one thing to note, and in the forum rules it is posted, that if you dont receive an answer to your question, try to reword it and then others might respond, which is what happened here.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...