My prior website got hacked I went ahead and downloaded the newest version, and when I try to install to convert the database (v8 to v11) i get this error message:
Microsoft VBScript runtime error '800a01f4'
Variable is undefined: 'strDbTable'
/forum2/includes/global_variables_inc.asp, line 343
under database_settings.asp I see:
'Set up the database table name prefix
'(This is useful if you are running multiple forums from one database)
strDbTable = "tbl"
but when i accessed the database there is nothing that's just tbl. any help would be appreciated