Hi rhoyle
It is due a query error while listing all Accounts/Contacts.
Open 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'];
Save the file, create a new custom field in Accounts and go to Accounts module.
A query will be displayed above the ListView pagination.
Let me know this query.
Cheers
Bookmarks