Hi lobby
If you click on Clear at the Search Form does the ListView return all the entries?
If you search for another field does the ListView returns correctly?
If yes for both then you can edit the file include/ListView/ListViewData.php and add the line:
PHP Code:
echo "<PRE>$main_query";
Just after the line:
PHP Code:
$main_query = $ret_array['select'] . $params['custom_select'] . $ret_array['from'] . $params['custom_from'] . $ret_array['where'] . $params['custom_where'] . $ret_array['order_by'] . $params['custom_order_by'];
Then go to Accounts ListView and try to do a Search.
If the ListView return no data, just a query string, copy it and paste to the phpMyAdmin and execute it there.
Probably it will return an error, it will guide you to solve the error.
Let us know the query string and the error.
Cheers
Bookmarks