Hi All,
This has been a bug hanging around for a very long time now between IIS and NewBB, and I believe was first
reported in this thread by jctsup1 a few months ago (although the bug has existed as long as I have been using IIS and XOOPS which is over a year)
This bug is common only IIS and it is replicable, and I really think it would be great to give this bug the flick.
The "ERROR: Forum not selected!" text is located on line 95 of the main.php file in the language\english directory of the NewBB module, and is defined as _MD_ERRORFORUM .
This _MD_ERRORFORUM is then found in a total 8 files which are:
1) newbb\delete.php on line 42
2) newbb\edit.php on line 37
3) newbb\newtopic.php on line 38
4) newbb\post.php on line 38
5) newbb\reply.php on line 37
6) newbb\viewforum.php on line 36
7) newbb\viewtopic.php on line 36
8) newbb\language\english\main.php on line 95
I'm no coder but I would put my money on their being a bug between XOOPS and IIS somewhere in files listed above as 6 or 7. In particular I think the $HTTP_GET_VARS variable at the top of viewforum.php is not being set, or being set incorrectly for whatever reason.
This is about as far as my skills of being able to track back PHP goes, and from here will need a real PHP coder to find out why this is happening.
----------------------------------
This bug has been reported on Sourceforge [size=x-large]
>> HERE <<[/size]