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

Re: add.cgi not working

Quote Reply
Re: add.cgi not working In reply to
Here is your problem. You need to have a mailer log that is used for the admin.cgi script (even though you have turned off the email-add and email-mod options):

Change the following:

Code:
db_mailer_log = '';

to the following:

Code:
db_mailer_log = 'F:/users/netbhara/www/vhost/ilaaj/www/htdocs/cgi-bin/links/admin/mailer.log';

Then upload a blank file called mailer.log to your admin directory.

Then change the permission of this file to Read, Write for all users.

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums
Subject Author Views Date
Thread add.cgi not working dinesh 5416 Mar 3, 2000, 4:22 PM
Post Re: add.cgi not working
Stealth 5311 Mar 6, 2000, 10:40 AM
Post Re: add.cgi not working
dinesh 5318 Mar 11, 2000, 5:34 PM
Post Re: add.cgi not working
Stealth 5302 Mar 11, 2000, 6:01 PM
Post Re: add.cgi not working
dinesh 5300 Mar 11, 2000, 6:24 PM
Post Re: add.cgi not working
Stealth 5316 Mar 11, 2000, 6:32 PM
Post Re: add.cgi not working
dinesh 5305 Mar 12, 2000, 3:21 AM
Post Re: add.cgi not working
Stealth 5304 Mar 12, 2000, 8:52 AM
Post Re: add.cgi not working
dinesh 5303 Mar 12, 2000, 9:05 AM