Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Error Message

Quote Reply
Error Message
I have problems in my add.cgi
Everytime I add something is always come up as an error. It always says Error Message : Admin Email Address Not Defined in config file!
Script Location : add.cgi
Perl Version : 5.00503
I really really need help on this one!
Quote Reply
Re: Error Message In reply to
Well, is the admin email address defined in links.cfg?

If it is not, you will continue to get the error.
Quote Reply
Re: Error Message In reply to
Hey thanks Bobssie.. Now it's working!
Quote Reply
Re: Error Message In reply to
thanks sygnus.. thats a great help. looks like all is working now...

thanks again

james
Quote Reply
Re: Error Message In reply to
i am getting the same error. I know where to look on the links.cfg file. But how should i code in the email address. I am apparently over analyzing this. this is what i have... and i am still getting an error message.# PATH of sendmail. # SMTP Server
$db_mail_path = '/bin/sendmail'; $db_smtp_server = '';

# Email address of the administrator. BE SURE TO SET!
$db_admin_email = pres@tylersites.com'';

# Notify visitors automatically when their links are validated?
$db_email_add = 1;

# Notify visitors automatically when their links are modified?
$db_email_modify = 1;

thanks

james

Quote Reply
Re: Error Message In reply to
the path to sendmail should be /usr/bin/sendmail or /usr/local/bin/sendmail
not /bin/sendmail - /bin doesn't exist unless it's manually created