PD forums
PD forums
When I click on a thread, it gives me some kind of VBS error. Is this happening to anyone else?
- SSX-Thunderbird
- DBB Admiral
- Posts: 1275
- Joined: Sun Jun 03, 2001 2:01 am
- Location: Washington (the state, not the city)
- DarkShadow
- DBB Admiral
- Posts: 1371
- Joined: Thu Apr 29, 1999 2:01 am
- Location: Pittsburgh, PA, USA
- Contact:
- Krom
- DBB Database Master
- Posts: 16138
- Joined: Sun Nov 29, 1998 3:01 am
- Location: Camping the energy center. BTW, did you know you can have up to 100 characters in this location box?
- Contact:
Or more likely, the forum doesnt get the bug because the bad string is probably a browsermatch string and:
"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)"
gets through, but something else like:
"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.1) Gecko/20040707"
or
"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040707 Firefox/0.9.2"
breaks it.
"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)"
gets through, but something else like:
"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.1) Gecko/20040707"
or
"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040707 Firefox/0.9.2"
breaks it.
- SSX-Thunderbird
- DBB Admiral
- Posts: 1275
- Joined: Sun Jun 03, 2001 2:01 am
- Location: Washington (the state, not the city)
- SSX-Thunderbird
- DBB Admiral
- Posts: 1275
- Joined: Sun Jun 03, 2001 2:01 am
- Location: Washington (the state, not the city)
- SSX-Thunderbird
- DBB Admiral
- Posts: 1275
- Joined: Sun Jun 03, 2001 2:01 am
- Location: Washington (the state, not the city)
- KompresZor
- DBB Captain
- Posts: 919
- Joined: Wed Jul 31, 2002 2:01 am
- Location: Clearfield, Pennslyvania
this is what I get...
edit:
Mozilla 1.7.2
In IE it works fine
/edit
edit:
Mozilla 1.7.2
In IE it works fine
/edit
Code: Select all
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: Incorrect syntax near '='.
/asp/db.asp, line 37
- SSX-Thunderbird
- DBB Admiral
- Posts: 1275
- Joined: Sun Jun 03, 2001 2:01 am
- Location: Washington (the state, not the city)
If SQL errors come up, it might help to post the page you were trying to access (all SQL queries are done in a single file).
I've hit both those errors. The SQL error was erroring for those who weren't registered, and the edit issue (which affected moderators as well) was a result of me comparing variables of different types (oops).
I've hit both those errors. The SQL error was erroring for those who weren't registered, and the edit issue (which affected moderators as well) was a result of me comparing variables of different types (oops).
- SSX-Thunderbird
- DBB Admiral
- Posts: 1275
- Joined: Sun Jun 03, 2001 2:01 am
- Location: Washington (the state, not the city)
- KompresZor
- DBB Captain
- Posts: 919
- Joined: Wed Jul 31, 2002 2:01 am
- Location: Clearfield, Pennslyvania
i was getting the error on the main froum index page
http://www.planetdescent.com/asp/forum_index.asp?
Now that page is working, but...
I get the same error now if i try to open any of the forums, yes I tried them all
The difference is that on the index.asp page I got the standard plane white error page. Now when I try to open a forum the error is in the table where the forum should be.
If you would like I can get you a screenshot
http://www.planetdescent.com/asp/forum_index.asp?
Now that page is working, but...
I get the same error now if i try to open any of the forums, yes I tried them all
The difference is that on the index.asp page I got the standard plane white error page. Now when I try to open a forum the error is in the table where the forum should be.
If you would like I can get you a screenshot