1

Topic: Warning: is_executable() [function.is-executable]:

Checking for convert (/usr/bin/convert) ...
Warning: is_executable() [function.is-executable]: open_basedir restriction in effect. File(/usr/bin/convert) is not within the allowed path(s)
FAILED

What does this mean? How do I fix it?
Thank you.

2

Re: Warning: is_executable() [function.is-executable]:

This means your web host has locked down PHP so that it cannot access the /usr/bin directory, where programs are commonly found. It may be that they put external programs for PHP to use in some other directory, in which case you need to change conf.php to point to the right path for convert; or it may be that they just won't allow PHP to run external programs, in which case ochiba won't work properly for you on that web host.

Contact your web host with the error message as you quoted above - they will be able to provide a definitive answer.