Page 1 of 1

Report builder error

Posted: Mon Oct 14, 2019 10:59 am
by mariri
Hi guys !

I'm trying to use the report builder with NuBuilder Forte by adding simple columns of a simple table (two string, one integer and two date columns).
When I run this report, it doesn't work. I have some errors :
- Warning: array_map(): Expected parameter 2 to be an array, bool given in C:\wamp64\www\test\tcpdf\include\tcpdf_fonts.php on line 2001
- Warning: array_fill_keys() expects parameter 1 to be array, null given in C:\wamp64\www\test\tcpdf\include\tcpdf_fonts.php on line 2006
- Fatal error: Uncaught Error: Unsupported operand types in C:\wamp64\www\test\tcpdf\include\tcpdf_fonts.php on line 2006
( ! ) Error: Unsupported operand types in C:\wamp64\www\test\tcpdf\include\tcpdf_fonts.php on line 2006

Have u already encountered this problem ? And how can I fix it ?

Thanks in advance for ur help !

Re: Report builder error

Posted: Mon Oct 14, 2019 11:12 am
by mariri
Ok I try again to build the report by creating a new one because I added a total operator to a string column in the previous report( :roll: ). And now I have this error message (the others are disappeared) :

Re: Report builder error

Posted: Mon Oct 14, 2019 2:27 pm
by mariri
Sorry the reporterd message is off the topic but if it helps someone, I solved the problem by adding this code "ob_end_clean();" in the nurunpdf.php file (line 54).

Thanks !

Re: Report builder error

Posted: Wed Oct 16, 2019 5:41 am
by admin
mariri,

The each function will be removed in the next release - soon.


Steven