Guest Posted October 29, 2008 Share Posted October 29, 2008 I broke my code a few days ago & my admin fixed them. The site looks fine on the front end, but I'm having some issues in the admin section. When I try to add an image I get the following error message: Error: Destination does not exist. Error: Catalog images directory does not exist: /home/httpd/vhosts/betweenthesticks.com/catalog/images/ The second issue is when I edit an order I get a blank screen & not the green "Success!" bar that I use to get. Anyone know what I need to do to fix these issues? Here's my admin config file: / Define the webserver and path parameters// * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'https://www.betweenthesticks.com'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'https://www.betweenthesticks.com'); define('HTTPS_CATALOG_SERVER', 'https://www.betweenthesticks.com'); define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/home/httpd/vhosts/betweenthesticks.com/httpdocs/catalog/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required define('DIR_FS_ADMIN', '/home/httpd/vhosts/betweenthesticks.com/httpdocs/catalog/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/catalog/'); // absolute path required define('DIR_FS_CATALOG', '/home/httpd/vhosts/betweenthesticks.com/catalog/'); // absolute path required 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/'); Link to comment Share on other sites More sharing options...
Guest Posted October 29, 2008 Share Posted October 29, 2008 Fixed it..........the dreaded extra white space! DANGIT!!! :blush: Link to comment Share on other sites More sharing options...
kelsjc Posted June 24, 2010 Share Posted June 24, 2010 Fixed it..........the dreaded extra white space! DANGIT!!! :blush: Hi Victor I know that's a really old post but I am getting the same problem and I can't find the solution. You just wrote that you fixed a "white space" but where exactly? Can you remember? Thanks in advance Kelson Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.