Guest Posted November 19, 2003 Share Posted November 19, 2003 I transferred website to a Win 2000 server. The images are not loading. I right clicked on the image (or the 'x') and it added a "dir_ws_catalog" before the path example: http://67.99.46.214dir_ws_catalog/images/... Where can I change this? :( Link to comment Share on other sites More sharing options...
ashlyn Posted November 19, 2003 Share Posted November 19, 2003 The whole site gave me a 404 not found when I clicked that link.. ------------------------------------------------------- I used to be insane, but now I'm just nuts ;) Link to comment Share on other sites More sharing options...
Guest Posted November 20, 2003 Share Posted November 20, 2003 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 More sharing options...
ashlyn Posted November 20, 2003 Share Posted November 20, 2003 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 More sharing options...
Guest Posted November 20, 2003 Share Posted November 20, 2003 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 More sharing options...
ashlyn Posted November 20, 2003 Share Posted November 20, 2003 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 More sharing options...
Guest Posted November 20, 2003 Share Posted November 20, 2003 Cool!!! Thanks!!! That worked. Now how can I change to pictures that are displaying to what I want? Link to comment Share on other sites More sharing options...
Guest Posted November 21, 2003 Share Posted November 21, 2003 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.