You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
When I am trying to create pdf, I am getting this error in the following line
// If already something on the line
if ($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] > 0 && !$this->mpdf->nestedtablejustfinished) // this condition returns this error
I have tried to print $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] and it is 0
and $this->mpdf->nestedtablejustfinished is empty
The text was updated successfully, but these errors were encountered: