Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call to a member function addIndexPoint() on boolean at vendor/grandt/phpepub/src/PHPePub/Core/EPub.php:383 #54

Open
bugoverfl0w opened this issue May 20, 2020 · 0 comments

Comments

@bugoverfl0w
Copy link

Hello team,

I got this error, how can I fix it :(?

when I check in line 383,
381: $ids = $this->findIdAttributes($chapterData);
382: foreach ($ids as $id) {
383: $item->addIndexPoint($id);
}

When i try dump $ids, normal got empty $ids, error show $ids has one element with string as value

Can you check it?

Thanks,

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

No branches or pull requests

1 participant