| Author |
Topic Search Topic Options
|
milchman
Newbie
Joined: 29 October 2007
Status: Offline
Points: 6
|
Post Options
Thanks(0)
Quote Reply
Topic: ASP Error 0115 Posted: 29 October 2007 at 8:56pm |
|
Hello!
I have been running WebWizForums for years. Just this week my provider made some updates on the server und now I'm getting an error when somebody posts a thread and the server breaks down. When I lock all forums, no posts are writen and no error occurs. I tried Web Wiz Forums V 9.06 and V 8.04 -> same result.
Error message (Translation) ----------------------------- Active Server Pages Error "ASP 0115'
forum/new_post.asp A trappable error (C0000005) occurred in an external object. The script cannot continue running. ----------------------------- Error message (original -> German) ----------------------------- Active Server Pages Fehler "ASP 0115'
forum/new_post.asp
Abfangbarer (C0000005)
Fehler in einem externen Objekt. Das Skript kann nicht ausgeführt werden -----------------------------
Can anybody help? It's a disaster running the forum without the possibility of posting threads.
Thx a lot Milchman
|
 |
milchman
Newbie
Joined: 29 October 2007
Status: Offline
Points: 6
|
Post Options
Thanks(0)
Quote Reply
Posted: 29 October 2007 at 11:52pm |
I just read this topic: http://forums.webwiz.net/forum_posts.asp?TID=22927&KW=trappable+errorThe Problem seams to be quite similar (look especially at monoix). I removed the Server. part from: Set adoCon = Server.CreateObject("ADODB.Connection") But it didn't solve the problem. Furthermore it is pruposed to remove myODBC 3.51.14 driver and installing the older myODBC 3.15.12 driver. What can I do if I can't install this older driver? Additional Info: The server uses IIS 6 Does anybody has an idea about it?
Thanks in advance.
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 30 October 2007 at 9:16am |
|
These are certainly server related issues rather than a problem with Web Wiz Forums.
You should contact your provider who made the update and get them to fix the server, however, given the original error message is in German, my guess is that you are using a 1&1 server, so I don't hold much hope of you getting any help from your provider.
You should also be aware that version 9 is not supported on 1&1 and you may need to look for a new provider.
|
|
|
 |
milchman
Newbie
Joined: 29 October 2007
Status: Offline
Points: 6
|
Post Options
Thanks(0)
Quote Reply
Posted: 30 October 2007 at 11:25pm |
Thanks for your answer. My provider is not 1&1 (there are other providers in Germany too ) and they really try to help.
They tried to get and install myODBC 3.51.12 or 3.15.12 (as proposed here) but they are not available for download.
As win2003/sp2 is pretty new I guess more and more peoble will have this problem. Isn't there anything that can be done? Would be very glad to get some ideas.
Thx
Edited by milchman - 30 October 2007 at 11:33pm
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 31 October 2007 at 8:28am |
|
Windows 2003 SP2 isn't new, it's been out for about 6 months now and most hosts will have upgraded to it along time ago.
The error itself, doesn't look like a database error, it looks more like an issue with ASP rather than the database drivers.
Reinstalling IIS may help fix the issue. If it doesn't then try monitoring the IIS process w3wp.exe and try and capture the event that is coursing the failure. Your servers log files in the Event Viewer may also give some glues as to what is coursing the problem.
As this is a server error rather than an issue with the forum software, you may also want to contact Microsoft support and see if they have any resolutions.
The problem with IIS is that when it goes wrong like this finding a resolution isn't always easy, and I can recall many a time when we have spent 8 hours plus pulling our hair out and trolling through MSDN, blogs, forum posts, etc. trying to find a resolution.
|
|
|
 |
ctscott
Senior Member
Joined: 27 May 2003
Location: United States
Status: Offline
Points: 246
|
Post Options
Thanks(0)
Quote Reply
Posted: 02 November 2007 at 12:28pm |
i'm guessing but here's a couple of things you may want to check:
|
|
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 02 November 2007 at 1:25pm |
|
Can't see how it could be the first one as all form elements in Web Wiz Forums have names.
|
|
|
 |
milchman
Newbie
Joined: 29 October 2007
Status: Offline
Points: 6
|
Post Options
Thanks(0)
Quote Reply
Posted: 04 November 2007 at 11:04pm |
|
Thx for your suggestions! I tried to follow them. ---------- 1.
I checked all forms but all the form elements have names
---------- 2.
As far as I see there is neither a session nor application object used when posting a topic. And this error refers to IIS 3, the used server is IIS 6.
----------
Tried some other things too, but I'm still struggling with this error message. No idea what I could do further.
|
 |