Hello... I just installed WWF version 8.05a on a Windows Server 2003 box and I'm using mySQL 5. Now for the problem... whenever I try to create a new forum through the "forum admin" screen, I get the following error:
Microsoft VBScript runtime error '800a01fb'
An exception occurred: 'Fields'
/admin_forum_details.asp, line 282
As far as I can tell, line 282 is: .Fields("Image_upload") = CBool(Request.Form("images" & intUserGroupID))
So I went into the "File and Image Upload Setup and Configuration" and tinkered with some of the settings and when I clicked 'Update Details' to save the settings I got this error:
Microsoft VBScript runtime error '800a01fb'
An exception occurred: 'Update'
/admin_upload_configure.asp, line 198
Note: both runtime errors are 800a01fb so I guess that's significant.
Line 198 in admin_upload_configure.asp simple says: .Update
I should mention that when I go back into the "forum admin" screen the new forum shows up in the list, but when you go to the main forum page nothing is listed and it says "There are no Forums to display" It also says that the last post was on 12/30/1899... but I guess that's because there aren't any posts... And to further confuse the problem, I can create a new category without getting an error.
Seeing as I'm pretty new to mySQL and haven't used IIS in a while, I'm inclined to believe I screwed up a file permission, but don't know where... Anyone have an idea? I've already tried uploading a fresh copy of the asp files, just in case they got corrupted, but that didn't help. Thanks...
|