01-11-2019, 09:41 AM
On line 259 of include/home.php there is a $query variable which I need to see.
https://github.com/tsolucio/corebos/blob/master/include/home.php#L259
try adding before that line an "echo $query;" to see if you get it in the browser. If not then put:
global $log; $log->fatal($query);
activate log, and you should see the query there
https://github.com/tsolucio/corebos/blob/master/include/home.php#L259
try adding before that line an "echo $query;" to see if you get it in the browser. If not then put:
global $log; $log->fatal($query);
activate log, and you should see the query there
Joe
TSolucio
TSolucio