Author |
Topic  |
|
bitmask
Starting Member
2 Posts |
Posted - 28 February 2001 : 20:47:12
|
Microsoft JET Database Engine error '80040e37'
The Microsoft Jet database engine cannot find the input table or query 'FORUM_ARCHIVE_TOPICS'. Make sure it exists and that its name is spelled correctly.
/forum/default.asp, line 297
|
|
alamander
Starting Member
3 Posts |
Posted - 28 February 2001 : 21:06:51
|
yes i have the same problem
|
 |
|
bitmask
Starting Member
2 Posts |
Posted - 28 February 2001 : 21:44:39
|
Go to admin options then click check installation then click upgrade database choose database to upgrade to this worked for me 
|
 |
|
HuwR
Forum Admin
    
United Kingdom
20600 Posts |
Posted - 28 February 2001 : 21:46:39
|
You have either tried to install the archive mod, or the latest alpha code.
either way, you have not made the DB update changes. look in either your tools or Mods directory, there should be a file called mod_dbsetup.asp, execute this in your browser, and select Admin Forums from the dropdown and hit proceed. This will add the new tables to the DB.
|
 |
|
alamander
Starting Member
3 Posts |
Posted - 01 March 2001 : 08:09:48
|
Thanks!!
|
 |
|
modemmike
Starting Member
USA
20 Posts |
|
HuwR
Forum Admin
    
United Kingdom
20600 Posts |
Posted - 01 March 2001 : 21:37:22
|
Did you run the mod_dbsetup.asp file
|
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 01 March 2001 : 21:39:06
|
It's fixed.
HuwR, he has the alpha version. Just ran the db setup file. 
Edited by - Davio on 01 March 2001 21:41:04 |
 |
|
HuwR
Forum Admin
    
United Kingdom
20600 Posts |
Posted - 01 March 2001 : 21:49:15
|
ok, thanks Davio.
I found a small prob in the files for the Poll. In the code added to Default.asp, it says
set rsPoll = my_Conn.Execute (strSql)
if not rsPoll.EOF or rsPoll.BOF then
it should be
set rsPoll = my_Conn.Execute (strSql)
if not (rsPoll.EOF or rsPoll.BOF) then
|
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 01 March 2001 : 22:01:30
|
k, thanks HuwR.  |
 |
|
modemmike
Starting Member
USA
20 Posts |
Posted - 02 March 2001 : 10:44:47
|
Thanks for the speedy response guys ! I need to setup all the colors now but other than that it works great !
|
 |
|
|
Topic  |
|