smithygotlost Posted October 23, 2007 Posted October 23, 2007 i have been playing with this all day now whenever i go into my admin area and go to the catalog area i get the error up to saying Error: Catalog images directory does not exist: F:/apache2triad/htdocs/catalog2/images/ why do i get this the image file is there the config files all point right but i cant upload either whats going on ? thanks mike
Guest Posted October 23, 2007 Posted October 23, 2007 i have been playing with this all day now whenever i go into my admin area and go to the catalog area i get the error up to saying Error: Catalog images directory does not exist: F:/apache2triad/htdocs/catalog2/images/ why do i get this the image file is there the config files all point right but i cant upload either whats going on ? thanks mike Assuming they display ok from the catalog, check your admin/includes/configure.php file.
smithygotlost Posted October 23, 2007 Author Posted October 23, 2007 yea thats all fine define('HTTP_SERVER', 'http://localhost'); define('HTTP_CATALOG_SERVER', 'http://localhost'); define('HTTPS_CATALOG_SERVER', 'http://localhost'); define('ENABLE_SSL_CATALOG', 'false'); define('DIR_FS_DOCUMENT_ROOT', 'F:/apache2triad/htdocs/catalog2/'); define('DIR_WS_ADMIN', '/catalog2/admin/'); define('DIR_FS_ADMIN', 'F:/apache2triad/htdocs/catalog2/admin/'); define('DIR_WS_CATALOG', '/catalog2/'); define('DIR_FS_CATALOG', 'F:/apache2triad/htdocs/catalog2/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/'); 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_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/'); define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/'); define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/'); this is what i mean nothing has changed all the pics display all the locations are right all the directories are corrent and present but it wont work :S this is strange thanks for your quick reply any other suggestions ?
Guest Posted October 23, 2007 Posted October 23, 2007 yea thats all fine define('HTTP_SERVER', 'http://localhost'); define('HTTP_CATALOG_SERVER', 'http://localhost'); define('HTTPS_CATALOG_SERVER', 'http://localhost'); define('ENABLE_SSL_CATALOG', 'false'); define('DIR_FS_DOCUMENT_ROOT', 'F:/apache2triad/htdocs/catalog2/'); define('DIR_WS_ADMIN', '/catalog2/admin/'); define('DIR_FS_ADMIN', 'F:/apache2triad/htdocs/catalog2/admin/'); define('DIR_WS_CATALOG', '/catalog2/'); define('DIR_FS_CATALOG', 'F:/apache2triad/htdocs/catalog2/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/'); 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_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/'); define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/'); define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/'); this is what i mean nothing has changed all the pics display all the locations are right all the directories are corrent and present but it wont work :S this is strange thanks for your quick reply any other suggestions ? Looks ok. In admin, does the link to catalog look ok.
smithygotlost Posted October 23, 2007 Author Posted October 23, 2007 all works good ! just the whole upload bit :S dunno what would have done it where does the check to see if the image file is valid take place ?
smithygotlost Posted October 23, 2007 Author Posted October 23, 2007 im a complet D*CK lol i found the problem :blink: define('DIR_FS_CATALOG', 'F:/apache2triad/htdocs/catalog2/'); maybe i should try it on drive F :P i got it on drive E sorry to waste ur time i feel so stupid now lol
Guest Posted October 23, 2007 Posted October 23, 2007 im a complet D*CK lol i found the problem :blink: define('DIR_FS_CATALOG', 'F:/apache2triad/htdocs/catalog2/'); maybe i should try it on drive F :P i got it on drive E sorry to waste ur time i feel so stupid now lol Easily done, glad you fixed it.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.