View Single Post
Old 08-29-2007, 12:29 PM  
sortie
Confirmed User
 
sortie's Avatar
 
Industry Role:
Join Date: Mar 2007
Posts: 7,771
FIX 3

Added a test script to the install instructions:

#!/usr/bin/perl
use Image::Magick;
use LWP;
use LWP::Simple;
use URI::Escape 'uri_escape';
require LWP::UserAgent;
use HTTP::Request::Common;
use MIME::Base64;
require HTTP::Headers;
print "content-type: text/html\n\n";
print "Hurray!";
exit;

If that script cannot run on your server then it needs either or both "perl libwww" and "imagemagick" installed. Ask your host to do it.

Also changed the install instructions:
Do not chmod you cgi-bin or domain folder, the script will check it and bail out if you need to chmod. Only servers that require chmod 777 will need to do it manually.

Some of you who already chmoded 777 need to change back to 755 because your server is set to stop execution of cgi scripts if the directory is chmod 777(doesn't fit the standard of chmod, but they had reasons to do this).
__________________
sortie is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote