Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

my images are not loading...


Guest

Recommended Posts

That's because it is incorrect. That is not how it should be. This is what I need to fix on the images. To view the website try www.exceptionalthings.com or http://67.99.46.214/catalog.

 

The link above is that appears when you right click on the images but this "dir_ws_catalog" shouldn't be there. I am trying to figure out how to get rid of it.

 

Any ideas?

Link to comment
Share on other sites

Every link as well as images on your site has that weird link in it, so I'm guessing (only guessing) that there is something not right in your config.php file??

Is it the same in admin??

-------------------------------------------------------

 

I used to be insane, but now I'm just nuts ;)

Link to comment
Share on other sites

Check your /catalog/includes/configure.php. I suspect a misconfiguration in DIR_WS_IMAGES setting.

 

Your settings should look something like this:

 

define('DIR_WS_HTTP_CATALOG', '/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/');

 

Hope this helps... B)

Link to comment
Share on other sites

Check your /catalog/includes/configure.php. I suspect a misconfiguration in DIR_WS_IMAGES setting.

It's not just the images, it's all the links on the site as well.

-------------------------------------------------------

 

I used to be insane, but now I'm just nuts ;)

Link to comment
Share on other sites

You can either overwrite the image files in the catalog/images folder, or change the codes in each individual php files.

 

The easiest way, of course, is to overwrite existing image files (i.e. using the same filenames).

 

However, if the image filenames mean something to you, you can always start by using a text search utility and search for the respective php files to be changed. This is a bit troublesome though. ;)

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...