RE: Images uploading to admin/images not images/
Emmett <[email protected]> 13 Sep 2003 01:30:31 -0000
| Newsgroups | gmane.comp.web.oscommerce.installation |
|---|---|
| Message-ID | <593912c4436ab6c1ccee183b5a8436f2@osCommerce-Forums> |
This message was sent from: Installation and Configuration
http://forums.oscommerce.com/viewtopic.php?p=228700#228700
----------------------------------------------------------------
Well, your define('DIR_FS_CATALOG', ''); // absolute path required is empty.
try filling in the path between the '' like '/' because:
this line:
define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');
points to DIR_FS_CATALOG . 'images/'
I'm guessing this will solve your problem.
Hope this helps.
Emmett