HTML 500 error
Posted: Tue Mar 04, 2025 3:10 am
Why can't I run this report? I have another "test" report using the same nuSQL which works fine, but when I run report FR2 I get this error
Code: Select all
Uncaught TypeError: DateTime::setDate(): Argument #1 ($year) must be of type int, string given
Code: Select all
$o->setDate($d[0], $d[1], $d[2]);
Code: Select all
$o->setDate(intval($d[0]), intval($d[1]), intval($d[2]));