Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Undefined offset: -1 in mpdf\mpdf\src\Tag\BlockTag.php #227

Open
geethzz opened this issue May 4, 2022 · 0 comments
Open

Undefined offset: -1 in mpdf\mpdf\src\Tag\BlockTag.php #227

geethzz opened this issue May 4, 2022 · 0 comments

Comments

@geethzz
Copy link

geethzz commented May 4, 2022

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant