IRC log for #koha, 2005-04-25

Today | Next day → | Search | Index

All times shown according to UTC.

Time Nick Message
19:26 chris anyone about?
21:58 pate I am (now)
22:33 but not now
04:54 shaun kados: are you here?
11:03 kados: u there?
11:03 kados shaun: yep
11:03 what's up?
11:04 shaun well, the testing server is up again (same place, same un and pw) - i did a fresh install, on official mysql 4.1.11, and it's working great, thx
11:05 I used installer.pl, and started from scratch, with a fresh database etc.
11:05 kados np ;-)
11:05 cool
11:06 so now you want to import your old data?
11:07 shaun it's not really an issue, as we didn't have any "data" - what would be more useful is some real data from another library (or some sample data designed for 2.2.2) that I can import and use to test it
11:09 kados ahh ... well you're welcome to grab data from liblime
11:10 shaun you showed me that before - could you go through how to import it?
11:10 kados borrower data is really simple ... just make a CSV file and do a load data infile in mysql
11:10 sure
11:10 just run bulkmarcimport ;-)
11:10 it's in misc/migrationtools
11:10 shaun (that's what i dont understand - how to run it)
11:11 | brb
11:11 kados k
11:19 shaun back again... i have a marc.pl weighing 2.1mb - how do i import it into koha?
11:27 i can't find a file called bulkmarcimport
11:27 kados it's in misc/migraion_tools
11:28 shaun how do i run it?
11:28 kados ?
11:28 ./bulkmarcimport
11:29 shaun not `perl bulkmarcimport.pl`?
11:29 kados you may need to run
11:29 perl -I /usr/local/koha/intranet/modules bulkmarcimport
11:30 plus the filename, etc.
11:30 shaun Can't locate Time/HiRes.pm in @INC (@INC contains: ... .) at bulkmarcimport.pl line 12.
11:31 BEGIN failed--compilation aborted at bulkmarcimport.pl line 12.
11:31 kados so you'll need to install Time::HiRes
11:31 perl -MCPAN -e 'install Time::HiRes'
11:37 shaun got it - probably my fault, but now every import fails with something like DBD::mysql::db do failed: Access denied for user 'kohaadmin'@'localhost' to database 'Koha' at /usr/local/koha/intranet/modules/C4/Biblio.pm line 331.
11:41 kados so that probably means that your kohaadmin stuff isn't specified right in /etc/koha.conf
11:41 can you log in to the intranet?
11:41 shaun yes
11:42 i can also login via mysql -u kohaadmin -p
11:45 (using the un/pw in /etc/koha.conf)
11:55 any ideas?

Today | Next day → | Search | Index

koha1