Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can't upload product photos in Categories


Guest

Recommended Posts

every time i try to upload product photos in Categories give me this error[/color]

 

Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/home/furnitureinredsea/www/images/) is not within the allowed path(s): (/home/furnitur:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/furnitur/public_html/admin/categories.php on line 326

 

Error: Catalog images directory does not exist: /home/furnitureinredsea/www/images/

 

and this is the categories.php lines from 325 to 329

 

// check if the catalog image directory exists

if (is_dir(DIR_FS_CATALOG_IMAGES)) {

if (!is_writeable(DIR_FS_CATALOG_IMAGES)) $messageStack->add (ERROR_CATALOG_IMAGE_DIRECTORY_NOT_WRITEABLE, 'error');

} else {

$messageStack->add(ERROR_CATALOG_IMAGE_DIRECTORY_DOES_NOT_EXIST, 'error');

 

can anybody help

Link to comment
Share on other sites

Is the images folder on the server?

Do you get any other errors wit the store?

 

yes there is 2 folders images and images_

 

and i didn't get any other errore in the store

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...