1
idocode
newbb bug in 2.0.6rc
  • 2004/1/21 14:04

  • idocode

  • Just popping in

  • Posts: 1

  • Since: 2004/1/21


hi folks,

there's a bug in 2.0.6rc

in line 256 in file viewtopic.php

its written:
$postsArray = ForumPosts::getAllPosts($topic_id, "ASC", $total_posts, 0);

but that doesn't work, as parameter 4 is needed as a call-by-reference.

therefore, the posts are not displayed...

thanks,

marcus

2
chapi
Re: newbb bug in 2.0.6rc
  • 2004/1/21 14:23

  • chapi

  • Theme Designer

  • Posts: 611

  • Since: 2002/1/22


You can find the fix for this problem in the XOOPS 2.0.6 rc announcement.

https://xoops.org/modules/news/article.php?storyid=1219

3
WarDick
Re: newbb bug in 2.0.6rc
  • 2004/1/21 14:32

  • WarDick

  • Just can't stay away

  • Posts: 890

  • Since: 2003/9/13


That fixes the blank page. But when you click on an entry. You then get the blank page. Can not read or reply.