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?
Nov 29, 2002, 6:22 AM
Veteran / Moderator (17366 posts)
Nov 29, 2002, 6:22 AM
Post #2 of 4
Views: 962
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
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
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
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
Dec 14, 2002, 5:29 AM
Novice (10 posts)
Dec 14, 2002, 5:29 AM
Post #4 of 4
Views: 871
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.
#!/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.

