Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

can't upload product photos


Guest

Recommended Posts

Posted

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

Posted
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

You need to go to /home/furnitureinredsea/www/ and create the directory or folder "images", and give it 777 permissions.

Posted

images folder it is already there , can you check the source , if yes i can pm the username and passowrd to you . thank you

Posted

Try google

 

site:www.oscommerce.com/forums open_basedir restriction in effect.

 

454 hits

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Posted

config file FS path value.

 

Satish

Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site.

 

Check My About US For who am I and what My company does.

Archived

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

×
×
  • Create New...