Im putting this post over here as well just in case it was
missed in forums...
I have a post nuke site http://www.neverbelieve.com and
im tryin to put this on here. When I go to
http://www.neverbelieve.com/modules.php?
op=modload&name=pnCGIIRC&file=index it just prints
out the cgi.irc prog in an iframe. when i go to
http://www.neverbelieve.com/cgi-bin/client.cgi (i
compiled it) it says "An error occured: No input found "
and when i go to http://www.neverbelieve.com/cgi-
bin/irc.cgi and click login it spins for a sec and then
stops. In the http error_log it says:
Use of uninitialized value in substitution (s///) at
modules/parse.pl line 77.
Use of uninitialized value in substitution (s///) at
modules/parse.pl line 78.
Use of uninitialized value in substitution (s///) at
modules/parse.pl line 75.
Use of uninitialized value in substitution (s///) at
modules/parse.pl line 76.
Use of uninitialized value in substitution (s///) at
modules/parse.pl line 77.
Use of uninitialized value in substitution (s///) at
modules/parse.pl line 78.
Use of uninitialized value in substitution (s///) at
modules/parse.pl line 75.
Use of uninitialized value in substitution (s///) at
modules/parse.pl line 76.
Use of uninitialized value in substitution (s///) at
modules/parse.pl line 77.
Use of uninitialized value in substitution (s///) at
modules/parse.pl line 78.
This is my server so im not sure if maybe i have
something misconfigured. Its Redhat 8.0. I added an
entry to the httpd.conf allowing for cgi's and restarted
apache. im not sure what the prob is. Please help!!
Logged In: YES
user_id=46295
Did you verify that an addhandler line is in the httpd.conf for
CGIs? also have you verified your perl install? try perl -v from
the console. if that doesn't work try /usr/bin/perl -v
Either one would print out the version info for perl (which may
be helpful).