-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. Import to MySQL from .list files
2.- I'm getting this error at some point; some tables have data but others
don't; seems like a partial import.
Many thanks.
Use of uninitialized value $m in hash element at imdb/cache.pm line 174,
<$ffile> line 235.
Use of uninitialized value in string eq at imdb/RelStore.pm line 274, <$ffile>
line 236.
Use of uninitialized value $m in hash element at imdb/cache.pm line 174,
<$ffile> line 236.
Use of uninitialized value in string eq at imdb/RelStore.pm line 274, <$ffile>
line 237.
Use of uninitialized value $m in hash element at imdb/cache.pm line 174,
<$ffile> line 237.
Use of uninitialized value in string eq at imdb/RelStore.pm line 274, <$ffile>
line 238.
Use of uninitialized value $m in hash element at imdb/cache.pm line 174,
<$ffile> line 238.
Use of uninitialized value in string eq at imdb/RelStore.pm line 274, <$ffile>
line 239.
Use of uninitialized value $m in hash element at imdb/cache.pm line 174,
<$ffile> line 239.
Use of uninitialized value $m in hash element at imdb/cache.pm line 174,
<$ffile> line 240.
Use of uninitialized value $m in hash element at imdb/cache.pm line 174,
<$ffile> line 240.
DBD::mysql::st execute failed: Column 'title' cannot be null at lib/db.pm line
105, <$ffile> line 240.
Use of uninitialized value $params[0] in join or string at lib/db.pm line 105,
<$ffile> line 240.
Use of uninitialized value $params[1] in join or string at lib/db.pm line 105,
<$ffile> line 240.
Use of uninitialized value $params[2] in join or string at lib/db.pm line 105,
<$ffile> line 240.
cannot execute sql : insert into shows (title,year,year_suffix) values (?,?,?)with params : -*- -*- at lib/db.pm line 105, <$ffile> line 240.
Original issue reported on code.google.com by jaime.fr...@gmail.com on 9 Dec 2013 at 3:19
Reactions are currently unavailable