Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

tcpdf error

Questions related to nuBuilder Forte Reports and the Report Builder.
Post Reply
kknm
Posts: 366
Joined: Sat Apr 11, 2020 12:03 am
Has thanked: 3 times
Been thanked: 4 times
Contact:

tcpdf error

Unread post by kknm »

On Ubuntu16, all reports throw an error. It was tested on different test bases. The error is repeated. Used by utf8_general_ci
tcpdf/include/tcpdf_fonts.php on line 1671
WinXP is the same error. NuBuilder is the freshest.
kev1n
nuBuilder Team
Posts: 4292
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 444 times
Contact:

Re: tcpdf error

Unread post by kev1n »

Are there some more error lines or just one?
kknm
Posts: 366
Joined: Sat Apr 11, 2020 12:03 am
Has thanked: 3 times
Been thanked: 4 times
Contact:

Re: tcpdf error

Unread post by kknm »

kev1n wrote:Are there some more error lines or just one?
error:
Warning: chr() expects parameter 1 to be int, string given in /var/www/raport/tcpdf/include/tcpdf_fonts.php on line 1671
TCPDF ERROR: Some data has already been output, can't send PDF file
kev1n
nuBuilder Team
Posts: 4292
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 444 times
Contact:

Re: tcpdf error

Unread post by kev1n »

I used google and found this fix:

https://github.com/tecnickcom/TCPDF/com ... bac3ec8859


There have been many other fixes which are not included in nuBuilder. You could try replacing the files in nuBuilder's tcpdf folder with the latest files from
https://github.com/tecnickcom/TCPDF/archive/master.zip
kknm
Posts: 366
Joined: Sat Apr 11, 2020 12:03 am
Has thanked: 3 times
Been thanked: 4 times
Contact:

Re: tcpdf error

Unread post by kknm »

kev1n wrote:I used google and found this fix:

https://github.com/tecnickcom/TCPDF/com ... bac3ec8859


There have been many other fixes which are not included in nuBuilder. You could try replacing the files in nuBuilder's tcpdf folder with the latest files from
https://github.com/tecnickcom/TCPDF/archive/master.zip
Applied only fix - https://github.com/tecnickcom/TCPDF/com ... bac3ec8859 , updating tcpdf generates new errors.
Thanks !
Post Reply