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

Script not working

Quote Reply
Script not working
Hi...
I've installed Links more than 10 times, but this time I'm getting an error I can't fix. I've tried everything I could think of and I don't know what else I can do.
The error log tells me:
Premature end of script headers:
(server path)/cgi-bin/admin/admin.cgi
failed to open log file
fopen: Permission denied

Anyone has a any idea?

Many, many thanks in advance

Quote Reply
Re: Script not working In reply to
The problem is most likely related to improper permission of your links.log file that is used to store email responses and also activities in the admin.cgi file. The log file should be set to 666 (rw-rw-rw-).

Regards,

Eliot Lee
Quote Reply
Re: Script not working In reply to
That's so strange... I do not have any links.log file, not in this installation or another. Where it should be?

Many thanks,

Andromeda

Quote Reply
Re: Script not working In reply to
Well, the name of the log file could be different...

Look for the following variable in the links.cfg file:

Code:

$db_mailer_log = '';


Regards,

Eliot Lee