Percept Posted February 5, 2004 Share Posted February 5, 2004 Hi, I just installed Oscommerce in my root dir and everything seems to work ok except one thing. When I go to catalog > categories/products page in my adminpanel I get the following error: Error: Catalog images directory does not exist: public_html/catalog/images/ The dir can't be found cause the dir isn't located in the catalog dir but in my root dir. Problem is that I can't seem to find where I have to change this so the location would be pointing to public_html/images/ instead of public_html/catalog/images/ edit: Oh yeah, the images for the store are all showing just fine, I'm only getting this error in my adminpanel. Anyone able to help me with this ? Thanks in advance. Link to comment Share on other sites More sharing options...
1quicksi Posted February 5, 2004 Share Posted February 5, 2004 I think :blink: In: catalog/admin/includes/configure.php Search: define('DIR_WS_IMAGES', 'images/'); knowledge base | Contributions | Search Link to comment Share on other sites More sharing options...
Percept Posted February 5, 2004 Author Share Posted February 5, 2004 It was that file but another setting, I had define('DIR_WS_CATALOG', '/catalog/'); still pointing to catalog, I changed it to define('DIR_WS_CATALOG', '/'); and now it's working. Thanks 1quicksi Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.