Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

Report builder error

Questions related to using nuBuilder Forte.
Post Reply
mariri
Posts: 45
Joined: Mon Sep 02, 2019 11:54 am

Report builder error

Unread post 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 !
You do not have the required permissions to view the files attached to this post.
mariri
Posts: 45
Joined: Mon Sep 02, 2019 11:54 am

Re: Report builder error

Unread post 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) :
You do not have the required permissions to view the files attached to this post.
mariri
Posts: 45
Joined: Mon Sep 02, 2019 11:54 am

Re: Report builder error

Unread post 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 !
admin
Site Admin
Posts: 2829
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 30 times

Re: Report builder error

Unread post by admin »

mariri,

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


Steven
Post Reply