PDA

View Full Version : Search funtion related error.


Harpo
11-16-2013, 11:09 PM
I am using the default theme for my website. I'm running VB 4.2.2, So when I click the Search button and no results are found the error pops up. (See attachment) above the logo you can see the weird texts.

This only seems to happen when the Search returns no results. If you need to see the error first hand I can PM my website.

ozzy47
11-17-2013, 12:41 AM
This was a reported fix.

1. - GetLoadQuery function edit the files "socialgroupmessage.php" and "socialgroupdiscussion.php" found in "packages/vbforum/item/"

2. - The original function reads:

protected function getLoadQuery($required_query, $force_rebuild = false) 3. - Change the function to this:

protected function getLoadQuery($required_query = self::QUERY_BASIC, $force_rebuild = false)

Harpo
11-17-2013, 05:03 AM
Thank you Ozzy. I've made the changes and its looking good.

ozzy47
11-17-2013, 09:54 AM
Not a problem, glad to help. :)