Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Catalog images directory does not exist


smithygotlost

Recommended Posts

Posted

i have been playing with this all day now

 

whenever i go into my admin area and go to the catalog area i get the error up to saying

 

Error: Catalog images directory does not exist: F:/apache2triad/htdocs/catalog2/images/

 

why do i get this the image file is there the config files all point right but i cant upload either whats going on ?

 

thanks

mike

Posted
i have been playing with this all day now

 

whenever i go into my admin area and go to the catalog area i get the error up to saying

 

Error: Catalog images directory does not exist: F:/apache2triad/htdocs/catalog2/images/

 

why do i get this the image file is there the config files all point right but i cant upload either whats going on ?

 

thanks

mike

Assuming they display ok from the catalog, check your admin/includes/configure.php file.

Posted

yea thats all fine

 

  define('HTTP_SERVER', 'http://localhost');
 define('HTTP_CATALOG_SERVER', 'http://localhost');
 define('HTTPS_CATALOG_SERVER', 'http://localhost');
 define('ENABLE_SSL_CATALOG', 'false');
 define('DIR_FS_DOCUMENT_ROOT', 'F:/apache2triad/htdocs/catalog2/');
 define('DIR_WS_ADMIN', '/catalog2/admin/');
 define('DIR_FS_ADMIN', 'F:/apache2triad/htdocs/catalog2/admin/');
 define('DIR_WS_CATALOG', '/catalog2/');
 define('DIR_FS_CATALOG', 'F:/apache2triad/htdocs/catalog2/');
 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/');

 

this is what i mean nothing has changed all the pics display all the locations are right all the directories are corrent and present but it wont work :S this is strange

 

thanks for your quick reply

 

any other suggestions ?

Posted
yea thats all fine

 

  define('HTTP_SERVER', 'http://localhost');
 define('HTTP_CATALOG_SERVER', 'http://localhost');
 define('HTTPS_CATALOG_SERVER', 'http://localhost');
 define('ENABLE_SSL_CATALOG', 'false');
 define('DIR_FS_DOCUMENT_ROOT', 'F:/apache2triad/htdocs/catalog2/');
 define('DIR_WS_ADMIN', '/catalog2/admin/');
 define('DIR_FS_ADMIN', 'F:/apache2triad/htdocs/catalog2/admin/');
 define('DIR_WS_CATALOG', '/catalog2/');
 define('DIR_FS_CATALOG', 'F:/apache2triad/htdocs/catalog2/');
 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/');

 

this is what i mean nothing has changed all the pics display all the locations are right all the directories are corrent and present but it wont work :S this is strange

 

thanks for your quick reply

 

any other suggestions ?

Looks ok. In admin, does the link to catalog look ok.

Posted

im a complet D*CK

 

lol i found the problem

 

:blink:

 

 define('DIR_FS_CATALOG', 'F:/apache2triad/htdocs/catalog2/');

 

maybe i should try it on drive F :P i got it on drive E

 

sorry to waste ur time i feel so stupid now lol

Posted
im a complet D*CK

 

lol i found the problem

 

:blink:

 

 define('DIR_FS_CATALOG', 'F:/apache2triad/htdocs/catalog2/');

 

maybe i should try it on drive F :P i got it on drive E

 

sorry to waste ur time i feel so stupid now lol

Easily done, glad you fixed it.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...