Hi, eagleone.
If you know how to debug php scripts you can do that:
Open the file include/ListView/ListViewData.php
Look for this line:
PHP Code:
$_SESSION['export_where'] = $ret_array['where']
And insert this one above:
PHP Code:
echo "$main_query";
This will show the query for retrieving data from database.
And modify the line bellow:
PHP Code:
$result = $GLOBALS['db']->query($main_query);
to this one:
PHP Code:
$result = $GLOBALS['db']->query($main_query, true);
This will make the execution dies if the database gets some error. It will display the error on screen.
If AdvancedSearchs returns nothing it could be because any dropdown customization where the label '-- None --' has been related the the option '0' besides ''.
Remember to restore the file after debugging.
Cheers
--
André Lopes
Lâmpada Global Services
Rua Bela Cintra, 299 conjunto. 51
São Paulo, SP 01415-000
tel1. 55 11 3237-3110
cel. 55 11 7636-5859
e-mail: info@lampadacrm.com.br
Bookmarks