Make sure all the .php files it installed have permissions set to 0644 and all subdirectories set to 0755
Also, if it uses mod_rewrite in the install directory, make sure the .htaccess file has the line
RewriteBase /foo/bar
where /foo/bar is the (web) path to the install directory. If...