Just downloaded the forum application this morning, very impressed so far, easy to install. However I have recived the following errors:
Microsoft VBScript compilation error '800a0400'
Expected statement
/discuss/forum/admin/change_admin_username.asp, line 163
With rsCommon
^
and on these pages
/discuss/forum/admin/date_time_configure.asp, line 88
/discuss/forum/admin/email_domain_blocking.asp, line 77
/discuss/forum/admin/ip_blocking.asp, line 78
The problem is invoked when the With statement is reached on each of these pages.
My database file has been moved to a location on my server where the permissions are correct for read/write access, my other ASP database files are in this location and are functioning.
I have modified both of the common.asp pages to point to the database in it's new location with a relative path this has enabled me to login sucessfully, most of the admin pages are available but it won't let me create a forum, all of the forum related pages throw up this error.
Any advice will be welcome.