Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

1cog

Pioneers
  • Posts

    7
  • Joined

  • Last visited

Profile Information

1cog's Achievements

  1. Problem: if I want to add / update a product using an image that is already used by another product then the image is not added. Image Resize works fine for adding new products with new images. I've run with debug mode on and the output looks correct - all directory names and image name are correct, but the image preview thumbnail in admin just shows 'http://www.storename.com/images/'. Ditto for the image in catalog. All image directories are '777' permission. MS2 store, GDLIB v2.0.15, PHP 4.3.4, MySQL 4.0.18. Any suggestions please? Thanks. David.
  2. Just spotted your reply - I didn't receive notification either. <_< The error does disappear with GZip off, but I want to keep GZip on. Is it possible to remove the error with GZip on?
  3. Thanks, Serj. :) <?php /* $Id: application_bottom.php,v 1.14 2003/02/10 22:30:41 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public License */ // close session (store variables) tep_session_close(); if (STORE_PAGE_PARSE_TIME == 'true') { $time_start = explode(' ', PAGE_PARSE_START_TIME); $time_end = explode(' ', microtime()); $parse_time = number_format(($time_end[1] + $time_end[0] - ($time_start[1] + $time_start[0])), 3); error_log(strftime(STORE_PARSE_DATE_TIME_FORMAT) . ' - ' . getenv('REQUEST_URI') . ' (' . $parse_time . 's)' . "\n", 3, STORE_PAGE_PARSE_TIME_LOG); if (DISPLAY_PAGE_PARSE_TIME == 'true') { echo '<span class="smalltext">Parse Time: ' . $parse_time . 's</span>'; } } if ( (GZIP_COMPRESSION == 'true') && ($ext_zlib_loaded == true) && ($ini_zlib_output_compression < 1) ) { if ( (PHP_VERSION < '4.0.4') && (PHP_VERSION >= '4') ) { tep_gzip_output(GZIP_LEVEL); } } ob_end_flush(); ?>
  4. v0.7 added successfully to www.directplastics.com. All seems OK... except: Warning: ob_gzhandler() [ref.outcontrol]: output handler 'ob_gzhandler' cannot be used twice in /home/directpl/public_html/includes/application_bottom.html on line 32 appears at bottom of popup_image.php and at the bottom of each page (in place of the WorldPay credit card logos). I can stop the error msg appearing by disabling GZIP compression but the WorldPay logos still do not display - they did before installing the mod. Also, I see no SIDs when browsing the store but http://www.searchengineworld.com/cgi-bin/sim_spider.cgi does show SIDs. Will GoogleBot see the same? Any suggestions please?
×
×
  • Create New...