We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hello,
I ran into this error upgrading from php version 7.4 to 8.0.13 on Drupal 9.3.
TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in TCPDF->closeHTMLTagHandler() (line 19706 of tcpdf.php
// for each row if (count($table_el['trids']) > 0) { unset($xmax); }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I ran into this error upgrading from php version 7.4 to 8.0.13 on Drupal 9.3.
TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in TCPDF->closeHTMLTagHandler() (line 19706 of tcpdf.php
The text was updated successfully, but these errors were encountered: