Hi,
i have add this line in user/default.php
<?php
// This is used to override values in defaults.php at main level.
$mydbr_defaults['page_title'] = 'myDBR Own';
$mydbr_defaults['remote_server']['debug_result'] = true;
/*
Debug flag to determine server cookie problems.
Enabling this may expose your database login information so use with caution
$mydbr_defaults['debug_cookie'] = true;
*/
but result always is:
Fatal error: Cannot use object of type stdClass as array in /var/www/html/mydbr.tuttogroup.com/apps/showReport.php on line 3659
I have last update and result sould be a simple table with 2 columns (not JSON)
thanks