Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Footer.php messing up table layout


bluecivic21

Recommended Posts

did you try this fix

PAGE DISPLAYS WRONG ON FIRST LOAD

 

catalog/includes/application_top.php

 

on the line below <?php at the very beginning of the file, add

 

ini_set ( 'session.use_trans_sid', 0);

 

so that the beginning now looks like this

 

<?php
ini_set ( 'session.use_trans_sid', 0);
/*

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Link to comment
Share on other sites

that error is most common with a wrong path in the configure.php files and is the error that I first got when I visited your site prior to my post and is a seperate issue

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Link to comment
Share on other sites

pm me your configure.php files I will check them for you

 

have you made the change to the last line of your catalog and admin /includes/configure.php files from

define('STORE_SESSIONS', '');

to

define('STORE_SESSIONS', 'mysql');

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...