Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
error on dashboard
#3
I need to see the query that the filter is creating.

If you can, upload a screen shot of the filter definitions and the query being generated by adding

PHP Code:
echo $query; die(); 


here: https://github.com/tsolucio/corebos/blob/master/include/home.php#L443

like this;


                $queryGenerator->setFields($newFields);
                $query = $queryGenerator->getQuery();
                echo $query; die();
                $count_result = $adb->query(mkCountWithFullQuery($query));
                $noofrows = $adb->query_result($count_result, 0, 'count');

Joe
TSolucio
Reply


Messages In This Thread
error on dashboard - rslemer - 05-17-2019, 05:51 PM
RE: error on dashboard - rslemer - 05-17-2019, 06:54 PM
RE: error on dashboard - joebordes - 05-18-2019, 02:12 PM
RE: error on dashboard - rslemer - 05-18-2019, 06:35 PM
RE: error on dashboard - joebordes - 05-19-2019, 10:30 AM
RE: error on dashboard - rslemer - 05-19-2019, 01:34 PM
RE: error on dashboard - joebordes - 05-19-2019, 10:06 PM
RE: error on dashboard - rslemer - 05-19-2019, 11:22 PM
RE: error on dashboard - joebordes - 05-20-2019, 07:21 AM
RE: error on dashboard - rslemer - 05-24-2019, 05:34 PM
RE: error on dashboard - joebordes - 05-24-2019, 10:04 PM
RE: error on dashboard - rslemer - 05-30-2019, 04:15 PM
RE: error on dashboard - joebordes - 05-30-2019, 07:33 PM
RE: error on dashboard - joebordes - 05-30-2019, 08:55 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)