View Single Post
Old October 13th, 2004, 01:13 AM   #1 (permalink)
raptor260
Junior Member
Verified Customer
 
Join Date: Mar 2003
Location: Hammond
Posts: 10
Thumbs up An Answer to the Error creating thumbnail! Error code: 127

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
raptor260 is offline   Reply With Quote