Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Image Can not Found


salman1karim

Recommended Posts

Posted

Hi Dear Friends,

 

Firstly i check my oscommerece in my local Pc every thing is fine working but when i want to upload in my main web server there is one problem related to catalog. In admin panel i cant view the picture and receive one error is mentioned below:

 

Error: Catalog images directory does not exist

 

My admin configure setting is mentioned below:

 

define('HTTP_SERVER', 'http://www.salman.com'); // eg, http://localhost - should not be empty for productive servers

define('HTTP_CATALOG_SERVER', 'http://www.salman.com');

define('HTTPS_CATALOG_SERVER', 'true');

define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module

define('DIR_FS_DOCUMENT_ROOT', '/6057/'); // where the pages are located on the server

define('DIR_WS_ADMIN', '/6057/admin/'); // absolute path required

define('DIR_FS_ADMIN', '/6057/admin/'); // absolute pate required

define('DIR_WS_CATALOG', '/6057/'); // absolute path required

define('DIR_FS_CATALOG', '/6057/'); // 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/');

 

Please help me. Thanks in Advance.

Salman

IT Engineer

Posted

Am myself a newbie but maybe this helps:

 

check that the directory/folder www.yoursite.com/catalog/images exist.

 

If so, the postinstall procedure requires this directory permissions set to 777

 

Michael

Posted

hi ,

 

I change the permission but still I got same error.i think may be my some directory setting but i change every thing still i face this problem.

 

 

Thanks

Salman

IT Engineer

Posted

Hi friends,

 

Still i dont find my solution so please help me about this problem. and other thing firstly i installed oscommerce in local PC but when i upload oscommerce on main server i dont installed only i copy all folder in Public folder but i find same error catalog image can not find.

before post already i send configure file.

 

Thanks in Advance

 

Salman

Salman

IT Engineer

Archived

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

×
×
  • Create New...