| Author |
Topic Search Topic Options
|
chrisandersen
Newbie
Joined: 11 November 2002
Location: United States
Status: Offline
Points: 9
|
Post Options
Thanks(0)
Quote Reply
Topic: Oops, now what? Posted: 07 October 2006 at 5:30pm |
Changed the admin username and password and now forum will not even run:
Server Error in Forum Application An error has occured while executing SQL query on database. Please contact the forum administrator.
Support Error Code:- err_Access_get_forum_data File Name:- default.asp
Error details:- Microsoft JET Database Engine No value given for one or more required parameters.
Edited by chrisandersen - 07 October 2006 at 5:31pm
|
 |
chrisandersen
Newbie
Joined: 11 November 2002
Location: United States
Status: Offline
Points: 9
|
Post Options
Thanks(0)
Quote Reply
Posted: 07 October 2006 at 6:37pm |
Uploaded all the files again. Set the database to the default and still won't run:
Microsoft VBScript runtime error '800a01f4'
Variable is undefined: 'strDbTable'
/forum/default.asp, line 135
|
 |
chrisandersen
Newbie
Joined: 11 November 2002
Location: United States
Status: Offline
Points: 9
|
Post Options
Thanks(0)
Quote Reply
Posted: 07 October 2006 at 7:04pm |
More info: Using FP2003, Forum=8.04.
Deleted the global.asa file
Still getting above error.
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 08 October 2006 at 1:48pm |
|
The problem is probably Frontpage as it screws up ASP applications and you are best of avoiding it.
|
|
|
 |
chrisandersen
Newbie
Joined: 11 November 2002
Location: United States
Status: Offline
Points: 9
|
Post Options
Thanks(0)
Quote Reply
Posted: 08 October 2006 at 2:45pm |
dl 8.04 again, deleted forum from server, extracted again, ftp to server, said no to fp, tried to use the blank db, and the same error. 'strDbTable' is undefined in default.asp, line 135.
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 08 October 2006 at 3:28pm |
|
You are certainly doing something wrong.
The error says that a variable strDbTable is not declared. Thsi variable is declared in the file database/databases_connection.asp, it could be that this file is either corrupted or has been modified.
|
|
|
 |
raekbarton
Newbie
Joined: 23 February 2007
Status: Offline
Points: 4
|
Post Options
Thanks(0)
Quote Reply
Posted: 05 March 2007 at 5:11pm |
|
I have the same problem. I searched for strDbTable in the databases_connections.asp but didn't find it. I looked at setup_option_inc.asp and I found Const strDbTable = "tbl" line. An odd thing is that I don't have any problem on a local machine but it gives me such error message when I load it to a server.
|
 |
raekbarton
Newbie
Joined: 23 February 2007
Status: Offline
Points: 4
|
Post Options
Thanks(0)
Quote Reply
Posted: 05 March 2007 at 8:58pm |
Sorry, solved the problem.
|
 |