2002-04-02 06:52:11 UTC
I added "-W" option to the perl call at top of script for more verbose error messages. I am setting up mymusic and I am trying to run the mymusic-update script to populate the database. However, when I run it, no data is collected and produces the following error message(s):
root@london:/home/nexex/src/mymusic/scripts# ./mymusic-update
main::build_in_db() called too early to check prototype at ./mymusic-update line 45.
Building comparison lists...
looking in directory /60gb/Mp3s...
Argument "" isn't numeric in numeric eq (==) at ./mymusic-update line 133.
Use of uninitialized value in concatenation (.) or string at ./mymusic-update line 142.
Adding ...DBD::mysql::db do failed: Column 'name' cannot be null at ./mymusic-update line 145.
can't do INSERT INTO artists VALUES (0,NULL): DBI::db=HASH(0x817d1cc)->errstr
Any help in resolving these is appreciated...