i get that wenn i add an image to a cck image field. any ideas?

warning: getimagesize(sites/default/files) [function.getimagesize]: failed to open stream: Permission denied in C:\xampp\htdocs\drupal_clean\sites\all\modules\exif\exif.class.php on line 91.

thank you

marco

Comments

rapsli’s picture

Status: Active » Closed (works as designed)

this is a permission problem. Your file is being uploaded, but PHP does not have read permission to get the properties from the file. Talk to the system administrator.

marcoka’s picture

thank you for the hint. i am admin. i will find a solution.

espenmoe’s picture

I have the same problem. How can I solve it in xampp (local lamp for windows)?