Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error: Catalog images directory does not exist: /h


Guest

Recommended Posts

Error: Catalog images directory does not exist: /home/public_html/images/

 

 

i keep receiving this error in my admin cp:

Error: Catalog images directory does not exist: /home/public_html/images/

 

yes i have searched for a solution, but none posted worked for me.

 

here are my configs:

 

includes/configure.php

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

 

 

admin/includes/configure.php

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

Link to comment
Share on other sites

First... are you sure the folder is there?

Second... have you CHMOD 777 to the images folder? I believe it has to be that for it to be recognised but I could be wrong.

Wendy James

 

Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.

Link to comment
Share on other sites

Yeah, I'm having the same problem...kind of embarassing, really. I feel I've just set my paths wrong. Plus...I got rid of the CATALOG directory, and the database is on a different server from the osCommerce software, so my my paths are a bit strange to begin with.

 

Bill

Link to comment
Share on other sites

Yeah, I'm having the same problem...kind of embarassing, really. I feel I've just set my paths wrong. Plus...I got rid of the CATALOG directory, and the database is on a different server from the osCommerce software, so my my paths are a bit strange to begin with.

 

Bill

Well, I solved it. My configuration file still had the user name directories from the local site. :) Then, I needed to CHMOD the correct directory so it could be written to.

 

Doh.

 

Bill

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...