MyBB Community Forums

Full Version: [F] Error if you just enter a space character into the search field [C-D-r-a-g-o-n]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
If you just enter one space character into the search field you get an error message at the top of the page:
Quote:Warning [2] Invalid argument supplied for foreach() - Line: 245 - File: inc/functions_search.php
Possible fix in search.php:
// Load global language phrases
$lang->load("search");

$mybb->input['keywords'] = trim($mybb->input['keywords']);
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