kartik-v / mpdf

Fork of the mPDF latest DEV library (unofficial) with composer and packagist support.
GNU General Public License v2.0
40 stars 55 forks source link

count(): Parameter must be an array or an object that implements Countable #27

Open mcoredev opened 5 years ago

mcoredev commented 5 years ago

Hi, my project run on php 7.2.20 and if i want to generate pdf throught mpdf component show my this error: count(): Parameter must be an array or an object that implements Countable

vendor/mpdf/mpdf/classes/ttfontsuni.php line: 613 for ($i = 0; $i < count($psName); $i++) {

devreichel commented 4 years ago

Hi, same error here!

Did you get a solution?

Azizbek2727 commented 2 years ago

Same error. Any fix?