kgoodnight Posted February 4, 2008 Posted February 4, 2008 I cannot get rid of this error at the top of the page. The file appears to be there, permissions are set to 777. Any ideas how to fix this? Warning: The downloadable products directory does not exist: /home/dbo233559863/public_html/purplecow/download/. Downloadable products will not work until this directory is valid. Also I have two other install problems, no payment modules show up, the php files are there but cannot install...\Module Directory: /home/dbo233559863/public_html/purplecow/includes/modules/payment/ shows up under the modules in the setup admin Lastly, the backup setup has this error .... Error: Backup directory does not exist. Please set this in configure.php. Everything looks correct. Please help if you have any ideas. It's so frustrating!
satish Posted February 4, 2008 Posted February 4, 2008 chek Your document root directory. In admin thru server info You will get these values. Your file paths are faulty ion configure.php. Satish Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
kgoodnight Posted February 5, 2008 Author Posted February 5, 2008 chek Your document root directory.In admin thru server info You will get these values. Your file paths are faulty ion configure.php. Satish All paths look fine. I have posted the contents of each configure file here. Admin/includes/configure.php <?php /* */ // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) // Add your database and website details to the variables below // Replace username with your web server username // Replace installdir with the installation directory name where the software is installed // If you installed the software directly to www.yourdomain.com, then remove /installdir from the path define('DB_SERVER_USERNAME', '********'); // your MySQL username that you use to log into your database define('DB_SERVER_PASSWORD', '********'); // your MySQL password that you use to log into your database define('DB_DATABASE', '********'); // your MySQL database name define('DIR_FS_ADMIN', '/homepages/38/********/purplecow/admin_area/'); // replace username with your web server username and installdir with your installation directory name on each line define('DIR_FS_CATALOG', '/homepages/38/********/purplecow/'); define('DIR_FS_DOCUMENT_ROOT', '/homepages/38/********/purplecow/'); define('SITE', 'www.purplecowtoolbox.com/'); // replace yourdomain with your own website domain on each line define('WWW', 'http://www.purplecowtoolbox.com/'); define('HTTP_SERVER', 'http://www.purplecowtoolbox.com/'); define('HTTP_CATALOG_SERVER', 'http://www.purplecowtoolbox.com/'); define('DIR_WS_CATALOG', '/purplecow/'); define('DB_SERVER', '********.perfora.net'); // you do not need to change anything below define('DIR_WS_ADMIN', '/admin/'); 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('HTTPS_CATALOG_SERVER', ''); define('ENABLE_SSL_CATALOG', 'false'); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql'); ?> includes/configure.php <?php /* Big Fat Ebook Webstore http://www.anewshop.co.uk */ // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) // Add your database and website details to the variables below // Replace username with your web server username // Replace installdir with the installation directory name where the software is installed // If you installed the software directly to www.yourdomain.com, then remove /installdir from the path define('DB_SERVER_USERNAME', '********'); // your MySQL username that you use to log into your database define('DB_SERVER_PASSWORD', '********'); // your MySQL password that you use to log into your database define('DB_DATABASE', '********'); // your MySQL database name define('DIR_FS_CATALOG', '/homepages/38/********/purplecow/'); // replace username with your web server username and installdir with your installation directory name on each line define('HTTP_SERVER', 'http://www.purplecowtoolbox.com/'); // replace yourdomain with your own website domain on each line define('HTTP_COOKIE_DOMAIN', '.purplecowtoolbox.com/'); // do not include the www define('DB_SERVER', '********.perfora.net'); // you do not need to change anything below define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('HTTPS_COOKIE_DOMAIN', ''); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', ''); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', ''); 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/'); define('HTTPS_SERVER', ''); define('ENABLE_SSL', false); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql'); ?>
Guest Posted February 17, 2008 Posted February 17, 2008 This just happened to me following an upgrade & move between servers. All directories exist, all paths are correct & all permissions are set correctly. Then, I happened to look at my admin control panel - Configuration -> Download. There were two listings: enable download & Enable download - the first was set to false, but the second was set to true. Since I don't have downloads, I set the second to false. Problem solved - no more warning on my site. (If you do have downloads, you may have to do something else to resolve the conflict - but I think the conflict must be the problem.)
♥Vger Posted February 17, 2008 Posted February 17, 2008 You had an error in your admin configuration. There should only be one entry. Vger This just happened to me following an upgrade & move between servers. All directories exist, all paths are correct & all permissions are set correctly. Then, I happened to look at my admin control panel - Configuration -> Download. There were two listings: enable download & Enable download - the first was set to false, but the second was set to true. Since I don't have downloads, I set the second to false. Problem solved - no more warning on my site. (If you do have downloads, you may have to do something else to resolve the conflict - but I think the conflict must be the problem.)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.