Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Installed - but no images showing


ukofficekit

Recommended Posts

Posted

Not sure whats happened, followed install notes to the letter. But on admin module and catalog red cross showing where all images should be.

 

Checked on the server and all image files are where they should be.

 

Anyone had a similar experience / got any advice?

 

Cheers

Posted
Not sure whats happened, followed install notes to the letter.  But on admin module and catalog red cross showing where all images should be.

 

Checked on the server and all image files are where they should be.

 

Anyone had a similar experience / got any advice?

 

Cheers

 

 

If you right click on the missing images, do you get a double url??

I have been fighting with tthat problem all day. I have sorted it out now though. If you are getting the double urls, send me a copy of your config.php files in a pm and I'll have a loot for you

Posted

you can have your configure.php files sorted here in the forums just by posting them leaving out the database information from the bottom of the files.

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Posted

QUOTE(ukofficekit @ Sep 19 2005, 09:01 PM)

Not sure whats happened, followed install notes to the letter. But on admin module and catalog red cross showing where all images should be.

 

Checked on the server and all image files are where they should be.

 

Anyone had a similar experience / got any advice?

 

Here are the includes/configure files

 

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

define('HTTP_SERVER', 'http://www.uk-officekit.com'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', ''); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', false); // secure webserver for checkout procedure?

define('HTTP_COOKIE_DOMAIN', 'www.uk-officekit.com');

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

 

//Added for BTS1.0

define('DIR_WS_TEMPLATES', 'templates/');

define('DIR_WS_CONTENT', DIR_WS_TEMPLATES . 'content/');

define('DIR_WS_JAVASCRIPT', DIR_WS_INCLUDES . 'javascript/');

//End BTS1.0

define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');

define('DIR_FS_CATALOG', '/home/awoolfen/public_html/');

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

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

 

What do you think?

Posted
Set the permissions on your 'images' folder to 777.

 

Thanks for that - all showing. Now I can get stuck on some proper stuff.

 

If only the CRE Loaded Install PDF said that - 777 instead of 706 I could have saved myself a day of head scratching!

Posted

Remember before you post again that this is the osCommerce forum and not the CRE Loaded forum.

 

One of the biggest wastes of time on this forum is trying to help someone resolve a problem in their 'osCommerce' website - only to find out much later that their site is actually CRE Loaded and not osCommerce.

 

In short, the place for support on CRE Loaded is in their support forum.

 

Vger

Archived

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

×
×
  • Create New...