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

Cant Subscribe to email updats

Quote Reply
Cant Subscribe to email updats
When you try to add yourself to my "email updates" list it does nothing just returns the subscibe.pl file as it was and no names go into email.db. if you want to see what I mean then this is the link.

http://www.web-shack.net/cgi-bin/links/subscribe.pl

Things I have checked...

I have checked links.conf for the obivious
$build_email_url = $db_cgi_url . "/subscribe.pl";

I have tried taking out the error checking from subscribe.pl and all it does then is 500 error. A perl -c shows no error.
but my http logs show the following..

[Wed May 3 21:57:55 2000] [error] [client 194.117.133.4] Premature end of script headers: /home/neilster/public_html/cgi-bin/links/subscribe.pl

Help!

TIA,
Neil.



Quote Reply
Re: Cant Subscribe to email updats In reply to
What changes have you made in your scripts?

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
Anthro TECH, L.L.C
anthrotech.com
* Check Resource Center
* Search Forums
* Thinking out of the box (codes) is not only fun, but effective.


Quote Reply
Re: Cant Subscribe to email updats In reply to
I have found the problem...

I had applied "Slick Links Template - No Style Sheets!" mod.

the template email.html has an error

<select name="select">

change to

<select name="action">

Neil.
Quote Reply
Re: Cant Subscribe to email updats In reply to
Glad you found the error.

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
Anthro TECH, L.L.C
anthrotech.com
* Check Resource Center
* Search Forums
* Thinking out of the box (codes) is not only fun, but effective.