bdub Posted June 9, 2005 Share Posted June 9, 2005 Hello! I am working on a site (https://digiartmart.com/shop). When i change things like column_left, the footer, etc., "" appears at the top of it. (see the link for examples) The only code I have in column_left is <?php /* $Id: column_left.php,v 1.15 2003/07/01 14:34:54 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public License */ if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_categories_box(); } else { include(DIR_WS_BOXES . 'categories.php'); } require(DIR_WS_BOXES . 'whats_new.php'); require(DIR_WS_BOXES . 'search.php'); require(DIR_WS_BOXES . 'information.php'); ?> Please let me know if you have any ideas! Again, the link is https://digiartmart.com/shop. Thank you! :thumbsup: Link to comment Share on other sites More sharing options...
Guest Posted June 9, 2005 Share Posted June 9, 2005 I can't help you with that specific problem but I did notice that your entire shop is https which it does not have to be. In catalog/includes/configure.php you can change your http server back to http. I also got a warning message with your SSL cert. Peter Link to comment Share on other sites More sharing options...
bdub Posted June 14, 2005 Author Share Posted June 14, 2005 Thanks for the info Peter. Any other ideas about the "?"? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.