After spending the last week or so using this great script as a basis for my personal movie collection database, I've noticed that IMDB have changed the format of their website and it apears to have broken this script.
I get the error:
Fatal error: Cannot use string offset as an array in \www\imdb.ref\imdb-0.8.3\imdb.php on line 211
Any help gratefully received :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes, since this week i get the same error. I try to fix this, but is not working yet.
In the fullcredits page, the table rows received alternated colors. I think that is provides the error.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
in this code: (line484 of imdb.class.php)
if ( strncmp( $temp, "<td valign=",10) == 0 ){
$rows[$i] = $temp;
$i++;
}
When the functions return the var $rows, she not be initialized, because the flux of the program never enter to loop.
PS. my english is terrible... forgive-me
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanx folks for pointing this out! I just was wondering why all the actors disappeared... The above mentioned problem seems to only affect the list of actors. I just fixed that in the code and will provide the file within the next few days.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Boo hoo :(
After spending the last week or so using this great script as a basis for my personal movie collection database, I've noticed that IMDB have changed the format of their website and it apears to have broken this script.
I get the error:
Fatal error: Cannot use string offset as an array in \www\imdb.ref\imdb-0.8.3\imdb.php on line 211
Any help gratefully received :)
Yes, since this week i get the same error. I try to fix this, but is not working yet.
In the fullcredits page, the table rows received alternated colors. I think that is provides the error.
function get_table_rows
in this code: (line484 of imdb.class.php)
if ( strncmp( $temp, "<td valign=",10) == 0 ){
$rows[$i] = $temp;
$i++;
}
When the functions return the var $rows, she not be initialized, because the flux of the program never enter to loop.
PS. my english is terrible... forgive-me
Thanx folks for pointing this out! I just was wondering why all the actors disappeared... The above mentioned problem seems to only affect the list of actors. I just fixed that in the code and will provide the file within the next few days.