Author |
Topic |
|
tracktix
Starting Member
22 Posts |
Posted - 09 May 2002 : 15:55:43
|
i've been hacked... updated all my files with the security fixes, uploaded a backup copy of a database (minus the hackers comments), but STILL... all files lead to down.asp
help!!!!!!!!!!!!!!!!!!
http://www.tracktix.com/garage is the path to my forum
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
|
tracktix
Starting Member
22 Posts |
Posted - 09 May 2002 : 19:27:05
|
when i go to that first link i get 'this page cannot be displayed' ???? but it IS on the server.
????
|
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 09 May 2002 : 19:38:31
|
You need to upgrade your DB to Access 2000. This is the error I get:
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x73c Thread 0x67c DBC 0x259efbc Jet'.
Upgrading you DB should fix it.
------------------------------------------------- Installation Guide | Do's and Dont's | MODs |
|
|
tracktix
Starting Member
22 Posts |
Posted - 09 May 2002 : 20:06:24
|
Converted it to 2000.... still can't get to that page.
|
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 09 May 2002 : 20:20:56
|
Try changing your strConnString in your config.asp file from the one labeled for use with Access 97 to one of the ones labeled for use with Access 2000 |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
tracktix
Starting Member
22 Posts |
|
tracktix
Starting Member
22 Posts |
Posted - 09 May 2002 : 20:53:44
|
getting.......
Microsoft JET Database Engine error '80040e10'
No value given for one or more required parameters.
/garage/Default.asp, line 100
on the homepage???
|
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 09 May 2002 : 21:02:04
|
Try accessing your Admin Options and running the "Update Forum Counts" |
|
|
tracktix
Starting Member
22 Posts |
Posted - 09 May 2002 : 21:03:57
|
each step just gave errors....
Microsoft JET Database Engine error '80040e10'
No value given for one or more required parameters.
/garage/admin_count.asp, line 352
|
|
|
tracktix
Starting Member
22 Posts |
Posted - 10 May 2002 : 07:50:26
|
any ideas what might be causing these errors?????
|
|
|
tracktix
Starting Member
22 Posts |
Posted - 10 May 2002 : 09:19:28
|
if it helps... all errors point to this line of code:
set rs = Server.CreateObject("ADODB.Recordset") -----> rs.open strSql, my_Conn
|
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 10 May 2002 : 09:22:17
|
Add a Response.Write strSql just before that line and post the output here.
------------------------------------------------- Installation Guide | Do's and Dont's | MODs |
|
|
tracktix
Starting Member
22 Posts |
Posted - 10 May 2002 : 10:01:22
|
SELECT FORUM_CATEGORY.CAT_ID, FORUM_CATEGORY.CAT_STATUS, FORUM_CATEGORY.CAT_NAME, FORUM_CATEGORY.CAT_ORDER, FORUM_CATEGORY.CAT_SUBSCRIPTION, FORUM_CATEGORY.CAT_MODERATION FROM FORUM_CATEGORY ORDER BY FORUM_CATEGORY.CAT_ORDER ASC, FORUM_CATEGORY.CAT_NAME ASC; Microsoft JET Database Engine error '80040e10'
No value given for one or more required parameters.
/garage/Default.asp, line 101
|
|
|
tracktix
Starting Member
22 Posts |
Posted - 10 May 2002 : 10:51:16
|
Seems that I was working with an old database which was missing several fields in several tables.
thanks for all your help guys!!!!!!!!!!!!!
Edited by - tracktix on 10 May 2002 10:52:25 |
|
|
|
Topic |
|