I get this when I upload a picture to an album....

warning: is_executable() [function.is-executable]: open_basedir restriction in effect. File(/usr/bin/exiftran) is not within the allowed path(s): (/home/:/usr/lib/php:/tmp) in /home/u375806539/public_html/modules/acidfree/types/acidfree_image/acidfree_image.module on line 188.

Comments

mwheinz’s picture

Status: Active » Closed (works as designed)

This is not a bug in acidfree. The problem is with your php configuration.

http://php.net/manual/en/ini.sect.safe-mode.php

http://stackoverflow.com/questions/1846882/open-basedir-restriction-in-e...

Basically php has been configured to restrict what directories you can run executables in. If you're really uploading the images to the correct directory, you will probably need to speak with your hosting provider to figure out how to adjust the settings of your http server or to change the permissions on exiftran.