IMDb-PHP-API
IMDb-PHP-API copied to clipboard
Error message on line 197
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!
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.
Oh. Bu you fixed the warning (I describe the message wrong; it's not an error message) :) Many thanks!