I have analyzed the whole forum and figured out what was the problem. The problem was in code. To be more exact.
If you change the application variable prefix (in setup_options_inc.asp) to WWF2, then you get the error, described in first post.
I needed to change the cookie prefix because I don't have only one forum on my site. I changed it and that didn't cause any problem. But when I changed the application variable prefix, then the problem occured.
So, there is some issue with this code (in setup_options_inc.asp):
'Set up application variables prefix
'This can be useful if you are running mutiple installations of Web Wiz Forums on the same site or if you are using free web where you share your application object with others
Const strAppPrefix = "WWF"
Only when I change WWF to WWF2, the problem occurs, only in that case, If I change it to WWF3 or WWF5 or WWFwhatever, I don't get this error. I don't know, why is that so, I have some thoughts, but I don't know if this is the right reason. But I don't care now, because I've solved the problem.
Edited by mantey - 05 October 2006 at 4:18am