MyBB Community Forums

Full Version: [F] 1.4.8 Changed Files Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Today I noticed that at Mybb Central the search for a users posts was returning zero results. The same bug reported as fix isn't really fixed in the 1.4.8 Changed Files package. I did a compare against the 1.4.8 full release and the differences are the LIMIT and ORDER_DIR in a couple places are capitalized..

example:

'LIMIT' => intval($mybb->settings['searchhardlimit']),

In the full release it's:

'limit' => intval($mybb->settings['searchhardlimit']),

Not sure why the changed files package has different files but this is the results.
No one commented on this......
(2009-08-04, 12:37 PM)kan3 Wrote: [ -> ]No one commented on this......

We're busy with 1.6 / 2.0. Labrocca already stated what was wrong and what was right so you have your solution if you're having problems.
You can simply upload search.php from the latest download, available from http://mybboard.net/downloads
This will be fixed in the next maintenance release.
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.

With regards,
MyBB Group