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

Internal Server Error

Quote Reply
Internal Server Error
I have pretty much everything working, but a couple glitches. When i fill out the form in add.cgi and hit the 'Add Resource' button, the next screen shows Internal Server Error.

I have noticed that Modify.cgi does this as well. So the script works, as it shows the form.. but there must be something in the processing of the form which isn't working.

Any ideas ?? try for yourself www.samaj.com/links

Dee
Quote Reply
Re: Internal Server Error In reply to
Did you set your admin email address, and the mail path in links.cfg?

--mark
Quote Reply
Re: Internal Server Error In reply to
Yes i did check my sendmail location and admin. But i still get the error.. this is a snippit of the links.cfg.

# PATH of sendmail. # SMTP Server
$db_mail_path = '/usr/lib/sendmail'; $db_smtp_server = '';

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

----------
I haven't put quotes or comma's where they shouldn't be have I ??

Hope you can help.. i'm so close.. and yet.. so far !!
Quote Reply
Re: Internal Server Error In reply to
I've got the same problem, but the 500 error-message only occours when I try to add something with the administration system.. And yes, I've checked all addresses and the value DB_IIS.. I've even got the right email-address (not escaped).

In my domains errorlog I get the error message "Premature end of script headers in admin.cgi"

------------------
Ronny Salomonsen <rsalomon@online.no>
Feline Medias

Quote Reply
Re: Internal Server Error In reply to
Try the following:

Code:
# PATH of sendmail. # SMTP Server
$db_mail_path = '/usr/lib/sendmail';
# $db_smtp_server = '';

# Email address of the administrator. BE SURE TO SET!
$db_admin_email = 'dbhudia\@yahoo.com';

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------


Quote Reply
Re: Internal Server Error In reply to
I'm afraid to say the '-t' doesn't do it.
I still get "Internal Server Error"
I have turned off flocking, as this is the only way the scripts will work on ther server (even though it's unix). I'm sure this has nothing to do with it.

I'm just running out of ideas.....

I want my MUMMY !!!!!!! Frown

[This message has been edited by Narf (edited December 23, 1999).]
Quote Reply
Re: Internal Server Error In reply to
I thought you gave was gonna work... but heck no.. damn !!!

# PATH of sendmail. # SMTP Server
$db_mail_path = '/usr/lib/sendmail';
# $db_smtp_server = '';
# Email address of the administrator. BE SURE TO SET!
$db_admin_email = 'dbhudia@yahoo.com';

This is what I put up, the slash before the @ symbol on the e-mail address is not really neaded (as it is in single quotes), but i tried both with and without.. it still does an 'Internal Server Error'

The sendmail path is definatly correct as it is exactly the same as my form-mail script, which works perfectly.

Me at a loss.... WAaaaaaaa !!! :~(
Quote Reply
Re: Internal Server Error In reply to
$db_mail_path = '/usr/lib/sendmail -t'; should work even better Smile Remember to add the -t.. and yes, no escaping is needed.


------------------
Ronny Salomonsen <rsalomon@online.no>
Feline Medias

Quote Reply
Re: Internal Server Error In reply to
Narf...

Is your server running [sendmail] or [mail]?

Some servers, I've found, only allow (run) [mail] and not [sendmail]... therefore you'd need to locate it, then change your sendmail to mail.

Just a thought... probable way off here...

------------------
John B. Abela
Owner, 4CM
www.4cm.com/
support@4cm.com

Presently working on:
www.humbee.com/
Quote Reply
Re: Internal Server Error In reply to
definatly running sendmail as that is what my formmail script uses. And Form-mail works fine