Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

"Error: Catalog images directory does not exist:"


Guest

Recommended Posts

Posted

This error came up when i migrate my linux/cpanel based OSC to windows-based version.

 

I am confused as how to fix it.

 

Any suggestions?

 

Thanks

Posted
This error came up when i migrate my linux/cpanel based OSC to windows-based version.

 

I am confused as how to fix it.

 

Any suggestions?

 

Thanks

 

1. Does it exist?

2. If so is osC looking in the correct location? If not make the needed changes in your configure.php file

3. Make sure you have write permissions on your images folder.

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Posted
1. Does it exist?

2. If so is osC looking in the correct location? If not make the needed changes in your configure.php file

3. Make sure you  have write permissions on your images folder.

 

Hi,

 

The folder exists as I am able to browse the folder and browse the catalog.

 

Here's a short piece of the configure.php file

 

  define('HTTP_SERVER', 'http://192.168.1.64/'); // eg, http://localhost - should not be empty for productive servers
 define('HTTP_CATALOG_SERVER', 'http://192.168.1.64/');
 define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module

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

 define('DIR_WS_ADMIN', 'wwhic/admin/'); // absolute path required
 define('DIR_FS_ADMIN', 'wwhic/admin/'); // absolute pate required
 define('DIR_WS_CATALOG', '/wwhic/'); // absolute path required
 define('DIR_FS_CATALOG', '/wwhic/'); // absolute path required
 define('DIR_WS_IMAGES', 'images/');
 define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
 define('DIR_WS_CATALOG_IMAGES', 'images/');
 define('DIR_WS_INCLUDES', 'includes/');

 

the images folder is in c:\inetpub\wwhic\images\

 

I am confused if it has anything to do with the '/' and '\'

 

Thanks

Posted

document root is most likely incorrect, what kind of os is this on?

Posted
document root is most likely incorrect, what kind of os is this on?

 

it's on Windows XP IIS 5.0 with php and mysql installed.

 

I am planning to put it on windows 2000 Server.

 

However I am having problem with cookies.

 

Any hints?

Posted

People still use Windows servers for osC? Prepare for 5 second page parse times...

Posted
People still use Windows servers for osC?  Prepare for 5 second page parse times...

 

Well, it's gonna be use on LAN.

They don't want to make the OSC available on the web yet.

Archived

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

×
×
  • Create New...