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

Configuring email in links.cfg

Quote Reply
Configuring email in links.cfg
I seem to have upset the program by typing the following line incorrectly, can anyone tell me what is wrong with the following?

# Email address of the administrator. BE SURE TO SET!
$db_admin_email = "catlinks@loxly.com";

Thanks!! I can't get any farther in set up until I figure this out :-)

Debbie

Quote Reply
Re: Configuring email in links.cfg In reply to
$db_admin_email = "catlinks@loxly.com";

should be:

$db_admin_email = 'catlinks@loxly.com';

Single quotes NOT double quotes.

Regards,

Eliot

Quote Reply
Re: Configuring email in links.cfg In reply to
Thank you!! That seems to have solved that problem.