OSCommerse is producting errors when I try and add a new image to my catalog, what am I doing wrong?
Make the following changes in these two files:
public_html/YourStoreDirectory/admin/includes/configure.php
public_html/YourStoreDirectory/includes/configure.php
Look for this:
define('DIR_FS_DOCUMENT_ROOT', $DOCUMENT_ROOT);
and replace it with:
define('DIR_FS_DOCUMENT_ROOT', "/nfs/home/username/public_html" );
**replace the username with your cpanel username**
Our servers use a network filesystem, by using /nfs/home it will point it ot the network file system and this will fix the errors.
