SafeMrRomeo Posted May 25, 2008 Posted May 25, 2008 I am recieving this error on my admin products/catagorys panel. The directory exists. Im not sure where im going wrong.
bkellum Posted May 25, 2008 Posted May 25, 2008 I am recieving this error on my admin products/catagorys panel. The directory exists. Im not sure where im going wrong. A couple of things... Check the permissions on the folder to be sure that it can be read: 777 or 775. Check your admin/includes/configure.php script to make sure you have the correct path to the image folder. Hope this helped, Bill Kellum Sounds Good Productions STS Tutorials & more: STSv4.6, STS Add-ons (STS Power Pack), STS V4 Forum STS Forum FREE TEMPLATE
SafeMrRomeo Posted May 25, 2008 Author Posted May 25, 2008 A couple of things... Check the permissions on the folder to be sure that it can be read: 777 or 775. Check your admin/includes/configure.php script to make sure you have the correct path to the image folder. Hope this helped, Thanks, I think its a problem with my configure.php file. My modules arnt working either, Payment, Shipping etc.
bkellum Posted May 25, 2008 Posted May 25, 2008 Thanks, I think its a problem with my configure.php file. My modules arnt working either, Payment, Shipping etc. Set it up as so: 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/'); Bill Kellum Sounds Good Productions STS Tutorials & more: STSv4.6, STS Add-ons (STS Power Pack), STS V4 Forum STS Forum FREE TEMPLATE
Recommended Posts
Archived
This topic is now archived and is closed to further replies.