Guest Posted July 6, 2009 Share Posted July 6, 2009 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 More sharing options...
FIMBLE Posted July 6, 2009 Share Posted July 6, 2009 Is the images folder on the server? Do you get any other errors wit the store? Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
Guest Posted July 6, 2009 Share Posted July 6, 2009 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 More sharing options...
♥ecartz Posted July 6, 2009 Share Posted July 6, 2009 Have you tried making the change that I posted the first time that you asked this question? Always back up before making changes. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.