Guest Posted May 4, 2006 Posted May 4, 2006 i KNOW this has been answered before, but the search function isn't working (won't let me view results past page 1) and all i get on google search is open admin panels or questions on forums that say "edit: fixed" with no solution... trying to upload an image in the admin panel: Error: Catalog images directory does not exist: public_html/blablablabla/images - yes, /images does exist - yet is is chmod to 777 on add a product preview, the thumbnail shows as mysite.com/images (even though i tried to upload an image) catalog's configure.php: 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/'); admin's configure.php: define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_CATALOG_IMAGES', '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/'); everything else is in perfect working order.
cuong2012 Posted May 5, 2006 Posted May 5, 2006 " the f:/domain/mysite/wwwroot/images directory does not exist " I have the same problem... when I insert new product or new catalog I can't upload image to images directory.. What's problem?? Help me pls.. thankssss
Guest Posted May 8, 2006 Posted May 8, 2006 can anyone shed some light? the search function here still doesn't seem to be working
Guest Posted May 8, 2006 Posted May 8, 2006 somewhat fixed my problem. i had my images directory pointing to: mysite.com when the actual location was: mysite but now the images are showing up as broken, which makes no sense... because they are saving to the images directory and the filename in the database..
Recommended Posts
Archived
This topic is now archived and is closed to further replies.