Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

unable to view images on IE or Avant Browser - http://www.misaludtotal.com


pakelaz

Recommended Posts

I fixed on includes/configure.phh and worked on firefox but still only can see broken images on IE an other browsers!!!!!!!!!!! PLEAAAAAAAAAAAASSSSSSSSEEEEE HELPPPPPPPPPPPPP!!! :blink:

Link to comment
Share on other sites

Check again he paths on the configure.php files

 

firefox image property

 

http://www.misaludtotal.com/images/17320.jpg

IE image property

 

http:///images/17320.jpg

 

there may be an extra / somewhere in the configure.php

 

For example you may have define('DIR_WS_IMAGES', '/images/'); instead of define('DIR_WS_IMAGES', 'images/');

 

or you may have define('DIR_WS_HTTP_CATALOG', '//'); instead of define('DIR_WS_HTTP_CATALOG', '/');

Link to comment
Share on other sites

<?php

define('HTTP_SERVER', 'http://misaludtotal.com');

define('HTTPS_SERVER', '');

define('ENABLE_SSL', false);

define('HTTP_COOKIE_DOMAIN', '');

define('HTTPS_COOKIE_DOMAIN', '');

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/salud/public_html/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 

define('DB_SERVER', 'localhost');

define('DB_SERVER_USERNAME', 'salud_osc1');

define('DB_SERVER_PASSWORD', 'vvrI{HsTb7DX');

define('DB_DATABASE', 'salud_osc1');

define('USE_PCONNECT', 'false');

define('STORE_SESSIONS', 'mysql');

?>

 

This is what I actually have... I don't see an error :wacko:

Link to comment
Share on other sites

<?php

 

define('DB_SERVER', 'localhost');

define('DB_SERVER_USERNAME', 'salud_osc1');

define('DB_SERVER_PASSWORD', 'vvrI{HsTb7DX');

define('DB_DATABASE', 'salud_osc1');

define('USE_PCONNECT', 'false');

define('STORE_SESSIONS', 'mysql');

?>

 

This is what I actually have... I don't see an error :wacko:

Do you see that the world now has access to your database?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...