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

PHP Warning: Undefined array key 1 in Title.php on line 2470 #317

Open
jcvignoli opened this issue Jul 14, 2023 · 1 comment
Open

PHP Warning: Undefined array key 1 in Title.php on line 2470 #317

jcvignoli opened this issue Jul 14, 2023 · 1 comment

Comments

@jcvignoli
Copy link

Hi,

I get numerous warnings because of Title.php's trivia function.

I guess line 2470 should be
if (isset($block[1]) && preg_match_all('!<div class="sodatext">\s*(.*?)\s*</div>\s*<div!ims', $block[1], $matches)) {
instead of
if (preg_match_all('!<div class="sodatext">\s*(.*?)\s*</div>\s*<div!ims', $block[1], $matches)) {

Thanks!

@duck7000
Copy link
Contributor

duck7000 commented Jul 14, 2023

The trivia page is already converted to graphQL by imdb so it is a question of time when it completely stops working.
i already converted triva to GraphQL so feel free to use it as a PR. but remember that there could be differences between this and my version
check #314

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

2 participants