Hi all,
phpthumbof use shell functions of php (system(),exec(),passthru(),shell_exec()) and that is problem, why is phpthumbof unusable.
phpthumbof send command to imagemagic by command line. On shared servers aren’t allowed in OS execute this command and generating thumbnails end with:
PHP warning: shell_exec() [<a href=’function.shell-exec’>function.shell-exec</a>]: Unable to execute ’which convert 2>&1’
And another solutions for working with imagemagic isn’t implemented yet in Revolution....and (system(),exec(),passthru(),shell_exec() are allowed in configuration of Apache)
One solutions is use native PHP API for imagemagic imagick library, see:
http://php.net/manual/en/book.imagick.php