I was having the same issue as most users here. This is what I found. about a month ago I found some security issues with PHP so I upgraded it. I also had the edit my httpd.conf file for apache. I added these to lines of code to block the security problem that php has. your provider will have to edit the php.ini or edit your httpd.conf to make photopost work with Imagemagic.
Quote:
php_admin_value safe_mode On
php_admin_value open_basedir /usr/home/domains/byuboyz.com/www:/tmp
|
If I remove these lines of code Photopost will work and not give me the error code 127.
I hope this helps