Gossamer Forum
Home : Products : Links 2.0 : Discussions :

add.cgi ERROR ....Compilation failed .....

Quote Reply
add.cgi ERROR ....Compilation failed .....
Hi,
I am getting the following error.


Quote:
CGI ERROR
============================
Error Message : fatal error: Compilation failed in require at /usr/local/etc/httpd/htdocs/dlplanet/cgi-bin/add.cgi line 140.
Script Location : /usr/local/etc/httpd/htdocs/dlplanet/cgi-bin/add.cgi
Perl Version : 5.00404

Line 140 for me is in the send_email sub routine. i will quote a part of it.


Quote:
The following link is awaiting validation:
Title: $in{'Title'}
URL: $in{'URL'}
Category: $in{'Category'}
Description: $in{'Description'}
Contact Name: $in{'Contact Name'}
Contact Email: $in{'Contact Email'}

Remote Host: $ENV{'REMOTE_HOST'}
Referer: $ENV{'HTTP_REFERER'}

To validate, please go to:
$db_script_url

when i jump to line 140 it's the line above To validate,.....

Thanks in advance.