micros3rf Posted June 15, 2011 Share Posted June 15, 2011 Error: Catalog images directory does not exist: http://www.ezink.co.uk/images/ I am getting this errore everytime I try to upload a new image. I have browsed the forums for a solution but none seem to help.. My admin config file looks like this. I have also set the images folder to 777: <?php define('HTTP_SERVER', 'http://www.ezink.co.uk'); define('HTTP_CATALOG_SERVER', 'http://www.ezink.co.uk'); define('HTTPS_CATALOG_SERVER', 'http://ezink.co.uk'); define('ENABLE_SSL_CATALOG', 'false'); define('DIR_FS_DOCUMENT_ROOT', 'http://www.ezink.co.uk/'); define('DIR_WS_ADMIN', '/admin_directory/'); define('DIR_FS_ADMIN', 'http://www.ezink.co.uk/'); define('DIR_WS_CATALOG', '/'); define('DIR_FS_CATALOG', 'http://www.ezink.co.uk/'); 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/'); define('DB_SERVER', 'localhost'); define('DB_SERVER_USERNAME', 'db_server_username'); define('DB_SERVER_PASSWORD', 'secret_password'); define('DB_DATABASE', 'my-database'); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql'); ?> Link to comment Share on other sites More sharing options...
Guest Posted June 15, 2011 Share Posted June 15, 2011 Brad, Change this: define('DIR_WS_IMAGES', '/images/'); to this: define('DIR_WS_IMAGES', 'images/'); AND, VERY IMPORTANT: CHANGE YOUR DATABASE PASSWORD AND USERNAME NOW THAT YOU HAVE POSTED IT FOR THE WORLD TO SEE !!!! Amazingly enough, hackers read this forum too ! Chris Link to comment Share on other sites More sharing options...
germ Posted June 16, 2011 Share Posted June 16, 2011 Visit the link below: How to Secure Your Site Pay close attention to "SECURING THE ADMIN" - Yours is vulnerable. It's easier to do a few security fixes now than to clean up a hacked store later. And if you don't secure the admin your shop will be hacked. It's just a question of when... :o If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.