1 (edited by king1984 01/19/2018 04:55:02 pm)

Topic: TCPDF error: Problem in "Printer / PDF" in UTF8 encoding

I have done all the solutions and unfortunately do not work

This is a picture of the list of fonts that have been uploaded

downloaded the file and installed ae_tholoth.zip

http://prntscr.com/i2pz75

This is the error message in the "reporting/error_log" file

[19-Jan-2018 09:38:01 America / Chicago] PHP Deprecated: Automatically populating $ HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php: // input stream instead. in Unknown on line 0

and

[19-Jan-2018 09:16:54 America/Chicago] 0:admin:tcpdf.php:2609: include(): Failed opening '/home/work1fekrait/public_html/task1/acc/reporting/includes/../fonts/ae_tholoth.php' for inclusion (include_path='.:/opt/php56/lib/php')


I tried editing the php.ini file and I activated it and the same problem as Halstora

http://prntscr.com/i2q05z

The problem with Arabic still exists

All I ask is to display a report that loads and stands and does not give any result as if I did not ask to view the report

Problem in "Printer / PDF" in UTF8 encoding

Post's attachments

Screenshots.zip 256.9 kb, 1 downloads since 2018-01-19 

You don't have the permssions to download the attachments of this post.

Re: TCPDF error: Problem in "Printer / PDF" in UTF8 encoding

This is a quirk of some set of PHP 5.6.x versions as listed here and here - specifically the PHP 5.6 bug.

Re: TCPDF error: Problem in "Printer / PDF" in UTF8 encoding

The problem is solved by editing the php.ini file

;always_populate_raw_post_data = On

Remove tag ; Let it be

always_populate_raw_post_data = On

Now it works successfully

Re: TCPDF error: Problem in "Printer / PDF" in UTF8 encoding

Nice work.
PHP 5.1.6 (XAMPP 1.7.3 on windows) and 5.3.3 (Debian Squeeze) do not need to remove the comment though.