1
I just insalled the newest XOOPS 2.0.12 to my new server(Suse Linux9.0 ,Apache, mysql),everything seems OK ,but there is a big problem with NewBB :
1) write a new thread :OK
2) but any reply to this thread will cause " ERROR Forum not selected" ,and be redirected to forum list page.
In fact, when you click "Reply", "Edit" , and delete button ,the same problem will occur.
the URL for reply botton is :my site /modules/newbb/reply.php?forum=1&post_id=2&topic_id=2&viewmode=thread&order=
here there is no any parameter after last "=" , it seems that other parameters including the forum id 1 is not fetched correctly .If I delete the last "=" , and directly excute :my site /modules/newbb/reply.php?forum=1&post_id=2&topic_id=2&viewmode=thread&order
and issue went away.
I know this is most likely a configration issue of the server ,not the XOOPS code . but does anyone here can give me some advices on how I can solve this problem ?
Thank you !
bryan