FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » FUDforum Installation Issues » Problem when creating groups
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Problem when creating groups [message #16792 is a reply to message #16788] Wed, 18 February 2004 14:35 Go to previous messageGo to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma:
Senior Member
Administrator
Core Developer
The dump you are showing me only shows 30 rows (LIMIT 30)
can you verify that the entire table does not have any invalid data?

If that does not reveal a 'weird' row try adding the following to groups.inc.t and then rebuilding your theme.

<?php
/*
This should be added inside grp_rebuild_cache() function, right below the while ($o = db_rowobj($r)) { line.
*/
foreach ($o as $k => $v) {
$o->{$k} = (int) $v;
}
?>


FUDforum Core Developer
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: FUDforum memory requirements - exhausted memory
Next Topic: v2.60 Install Corrupt Archive
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sat Sep 28 20:22:03 GMT 2024

Total time taken to generate the page: 0.04105 seconds