Quote:
Originally Posted by ForceHSS
1. - GetLoadQuery function edit the files "socialgroupmessage.php" and "socialgroupdiscussion.php" found in "packages/vbforum/item/"
2. - The original function reads:
Code:
protected function getLoadQuery($required_query, $force_rebuild = false)
3. - Change the function to this:
Code:
protected function getLoadQuery($required_query = self::QUERY_BASIC, $force_rebuild = false)
|
Yeah, that is another way to fix it but the class_core should also do it. I think he is now referring to the database error he gets when rebuilding the post cache but not sure.