Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Banner spot not showing up?


taylermagnuson

Recommended Posts

Banner Notes:

  • Use an image or HTML text for the banner - not both.
  • HTML Text has priority over an image

Try deleting any HTML text if you have any specified.

Where do I edit that? And where would the image be located? I dont see text when I look at the page html, just an image

Link to comment
Share on other sites

Did you clear your browser cache? Use <ctrl>F5 or <shift>F5 to clear and reload.

 

The extra slashes in your image URL are due to errors in your includes/configure.php. Those can cause images to fail to load in some browsers. You also appear to have a broken URL rewriter running that is mangling the product URLs.

 

Regards

Jim

See my profile for a list of my addons and ways to get support.

Link to comment
Share on other sites

Did you clear your browser cache? Use <ctrl>F5 or <shift>F5 to clear and reload.

 

The extra slashes in your image URL are due to errors in your includes/configure.php. Those can cause images to fail to load in some browsers. You also appear to have a broken URL rewriter running that is mangling the product URLs.

 

Regards

Jim

Ya I cleared the cache I dont understand why its not changing. It has to do with the double slash I think cause in my FTP the new image is there.

 

What errors in includes/configure.php?

<?php
  define('HTTP_SERVER', 'http://www.redacted.com');
  define('HTTPS_SERVER', 'https://www.redacted.com');
  define('ENABLE_SSL', true);
  define('HTTP_COOKIE_DOMAIN', 'www.redacted.com');
  define('HTTPS_COOKIE_DOMAIN', 'www.redacted.com');
  define('HTTP_COOKIE_PATH', '/');
  define('HTTPS_COOKIE_PATH', '/');
  define('DIR_WS_HTTP_CATALOG', '/');
  define('DIR_WS_HTTPS_CATALOG', '/');
  define('DIR_WS_IMAGES', 'images/');
  define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
  define('DIR_WS_INCLUDES', 'includes/');
  define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
  define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
  define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
  define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
  define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

  define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');
  define('DIR_FS_CATALOG', '/home/redacted/public_html/redacted/');
  define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
  define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

  // mysql stuff removed
?>
Link to comment
Share on other sites

Now you have to go change your database password, since you just told the world how to break into your database. Don't post your passwords anywhere. Ever.

 

Regards

Jim

See my profile for a list of my addons and ways to get support.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...