Hi russkey
Take a look at the error log of your web server (apache / iis).
Check if there is any error message at the tail of the file.
Are you sure there are Target Lists in your SugarCRM database?
Edit the file include/ListView/ListViewData.php and add the line:
PHP Code:
echo "<LI>$main_query</LI>";
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'];
Try to access the Target List again, you will see a SQL query above ListView.
Copy this one and execute in the phpMyAdmin or any other SQL client.
If it returns an error message let us know both SQL query and error message.
Kind regards
Bookmarks