k0ng Posted September 17, 2010 Posted September 17, 2010 Hi all, I have read a few other posts regarding this subject, but i cannot seem to find a fix. Having just moved from the test server to the live server this cropped up. I have checked the appropriate file permissions which all seem correct. I am stuck with Error: Catalog images directory does not exist: /var/www/html/images/ - but i know that the image directory is working as the site is displaying all images. My includes/configure.php; (minus my database definitions of course) <?php define('HTTP_SERVER', 'http://www.****'); define('HTTPS_SERVER', 'http://www.*****'); 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', '/var/www/html/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql'); ?> Any help would be greatly appreciated!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.