IMDb-PHP-API icon indicating copy to clipboard operation
IMDb-PHP-API copied to clipboard

Error message on line 197

Open ghost opened this issue 9 years ago • 2 comments

Hi!

I'm keep getting this error message on line 197 in class_IMDb.php.

Warning: Creating default object from empty value in ... on line 197

If I comment line 197 it complains on line 198. If I comment that line, the function is broken. I can't use it. Please, fix this issue!

ghost avatar Jun 21 '15 18:06 ghost

Hi,

I don't really contribute to this any more but to fix it I believe you should be able add the following: $s = new StdClass; On line 193. This will probably be needed at the top of a few of the other functions too.

chrisjp avatar Jun 21 '15 19:06 chrisjp

Oh. Bu you fixed the warning (I describe the message wrong; it's not an error message) :) Many thanks!

ghost avatar Jun 21 '15 19:06 ghost