A: Most probably you are getting Error 500 because you do not have Imagemagick PERL module on your server. All you will have to do is to remove one line from the ppaddit.cgi file that calls Imagemagick. To do so, open ppaddit.cgi file in text editor, locate this line:
if ($imagemagick eq 1){use Image::Magick;}
and delete it. Save and re-upload ppaddit.cgi file via FTP. Set CHMOD as 755.
|