| Author |
Topic Search Topic Options
|
Prophet
Newbie
Joined: 08 November 2003
Status: Offline
Points: 2
|
Post Options
Thanks(0)
Quote Reply
Topic: http 500 errors Posted: 09 November 2003 at 6:48am |
When users post to some of my forums, they get a http 500 internal server error.
Am running windows 2003, with Sql server IIS 6.
If they go back to the forum, it shows there post has not been posted, but when they refresh the forum that they posted in, it shows there post.
http://www.nonprophets.com/forum/post_message.asp?PN=1
is the page that comes up with the 500 error.
|
 |
michael
Senior Member
Joined: 08 April 2002
Location: United States
Status: Offline
Points: 4670
|
Post Options
Thanks(0)
Quote Reply
Posted: 09 November 2003 at 8:19am |
|
Disable friendly error messages in IE so you see what the actual error is.
|
|
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 09 November 2003 at 9:03am |
|
Usually if you get an error while posting and the post is still posted
it means that the email settings for the forum are incorrect.
Turn off any email functions you have enabled from the admin area, or
contact your host to get the correct email settings for the server you
are on.
|
|
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 09 November 2003 at 9:07am |
I just had a look at your forum and got the following error:-
/forum/functions/functions_send_mail.asp, line 137
This does indicate you have a problem with your email settings on the server.
|
|
|
 |
Prophet
Newbie
Joined: 08 November 2003
Status: Offline
Points: 2
|
Post Options
Thanks(0)
Quote Reply
Posted: 09 November 2003 at 8:26pm |
|
Unfortunatly it is the only one of the forums that does this, all others work normally.
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 10 November 2003 at 7:27am |
|
I got errors everywhere your forum tried to send emails, when
registering I got the forst one, when trying to send a topic, and when
posting in posts that people have requested email notification.
You need to turn off the email features in the admin section to prevent this.
Edited by -boRg-
|
|
|
 |
ndouchi
Newbie
Joined: 04 December 2003
Status: Offline
Points: 8
|
Post Options
Thanks(0)
Quote Reply
Posted: 04 December 2003 at 4:51pm |
Dear all,
I submitted a post in the support area asking a question regarding these server errors. I got them in multiple places. I actually forgot where I got them because I went in the code and fixed them as I went along. Some of them were due to problems converting nulls into integers and so on. I had to set some default values on some of the tables.
Here is another error I get whenever I try to post a new thread. I have not actually gotten past that one and I wonder if you have a quick answer to this one.
ADODB.Recordset error '800a0cb3'
Current Recordset does not support updating. This may be a limitation of the provider, or of the selected locktype.
/ASO/Discussions/WebWizForums/forum/post_message.asp, line 605
|
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 05 December 2003 at 3:07am |
|
This is a problem with ADO on the server you are on.
|
|
|
 |