Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

error when uploading product images


pking74

Recommended Posts

I recieve this error when I am adding an image to a product I am adding:

 

Warning: Unable to create '/home/virtual/site97/fst/var/www/html//catalog/images/Mvc-005s1.gif': Permission denied in /home/virtual/site97/fst/var/www/html/admin1/categories.php on line 307

 

Their is an extra slash in the first line of the error message but I do not know how to get rid of it.

 

Thanks

Phil

Link to comment
Share on other sites

in your configure.php file the paths that point to folders should not end with a slash

 

Change

 define('DIR_FS_DOCUMENT_ROOT', '/home/virtual/site97/fst/var/www/html/');

 

To

  define('DIR_FS_DOCUMENT_ROOT', '/home/virtual/site97/fst/var/www/html');

Best Regards,

 

Salvatore Iozzia

 

Loaded Commerce - Oscommerce - All Loaded Up.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...