Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

nph-verify.cgi not working

Quote Reply
nph-verify.cgi not working
Why my nph-verify.cgi is not working. I try to check ou \t the links and the page showed "The page cannot be displayed"? I'm using the NetFirms server, does it requires any special requirements?
Quote Reply
Re: [animeconnext] nph-verify.cgi not working In reply to
Try adding this to the top of the script (under the Perl path);

use CGI::Carp qw(fatalsToBrowser);

Then try running it, and see what it shows. I dont think it is a 404 error you are getting, but rather a messed up Internal Server error...

The problem is most likely down to you not having a module installed on the server....

Give it a go, and let us know how it goes Smile

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [animeconnext] nph-verify.cgi not working In reply to
Make sure the server support non-parsed headers.
Quote Reply
Re: [Paul] nph-verify.cgi not working In reply to
I've tried adding your suggessted code on the nph-verify.cgi:

#!/usr/bin/perl
use CGI::Carp qw(fatalsToBrowser);

# -------------

# Links

# -------------

# Links Manager

#

# File: build.pl

# .......

but the results was still the same, the page cannot be displayed...

May be I'll contact Netfirms for their support.