RE: [Koha-devel] Re: [Koha] Announcing Koha 3.0 (Alpha)
We are just in the testing stage of Koha, so I thought it would be safe and better to go on ahead and install Koha 3.0 alpha now so we can continue to evaluate the product. After installation, along with many additional dependencies, I get the following error: Software error: Can't call method "do" on unblessed reference at /usr/share/koha/lib/C4/Context.pm line 609. Compilation failed in require at /usr/share/koha/lib/C4/Members.pm line 24. BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Members.pm line 24. Compilation failed in require at /usr/share/koha/lib/C4/Auth.pm line 31. BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth.pm line 31. Compilation failed in require at /usr/share/koha/intranet/cgi-bin/mainpage.pl line 24. BEGIN failed--compilation aborted at /usr/share/koha/intranet/cgi-bin/mainpage.pl line 24. CGI::Carp +---------------------------------------------------------------------+ John Chadwick, Ed.D. Information Technology Manager New Mexico State Library 1209 Camino Carlos Rey Santa Fe, NM 87507 Phone: 505-476-9740 Cell: 505-629-8116 Fax: 505-476-9761 john.chadwick@state.nm.us http://www.stlib.state.nm.us -----Original Message----- From: koha-devel-bounces+john.chadwick=state.nm.us@nongnu.org [mailto:koha-devel-bounces+john.chadwick=state.nm.us@nongnu.org] On Behalf Of Ignacio Javier Sent: Monday, January 07, 2008 2:16 AM To: 'Thibaud Hulin'; 'Joshua Ferraro' Cc: Koha-devel@nongnu.org; koha@lists.katipo.co.nz Subject: RE: [Koha-devel] Re: [Koha] Announcing Koha 3.0 (Alpha) Could you give a description of the steps you used to make it function (perl and debian libraries installation problems, mysql updates needed and a make test output)? Greetings, Ignacio
-----Mensaje original----- De: koha-devel-bounces+ignacio.gomez=coremain.com@nongnu.org [mailto:koha- devel-bounces+ignacio.gomez=coremain.com@nongnu.org] En nombre de Thibaud Hulin Enviado el: domingo, 06 de enero de 2008 17:32 Para: Joshua Ferraro CC: Koha-devel@nongnu.org; koha@lists.katipo.co.nz Asunto: [Koha-devel] Re: [Koha] Announcing Koha 3.0 (Alpha)
Hi !
I successfully installed koha3.0 alpha with zebra, thanks you very much ! I love this new design, more efficient and clear.
_______________________________________________ Koha-devel mailing list Koha-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/koha-devel ______________________________________________________________________ This inbound email has been scanned by the MessageLabs Email Security System. ______________________________________________________________________ Confidentiality Notice: This e-mail, including all attachments is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited unless specifically provided under the New Mexico Inspection of Public Records Act. If you are not the intended recipient, please contact the sender and destroy all copies of this message. -- This email has been scanned by the Sybari - Antigen Email System. Confidentiality Notice: This e-mail, including all attachments is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited unless specifically provided under the New Mexico Inspection of Public Records Act. If you are not the intended recipient, please contact the sender and destroy all copies of this message. -- This email has been scanned by the Sybari - Antigen Email System.
"Chadwick, John, DCA" <john.chadwick@state.nm.us> wrote:
additional dependencies, I get the following error:
Software error:
Can't call method "do" on unblessed reference at /usr/share/koha/lib/C4/Context.pm line 609.
I hate to say it after all that we've written in the past, but check the koha-error.log and see what the line immediately before it is. I think you'll probably find it's something like:- DBI connect('dbname=koha;host=localhost;port=3306','kohaadmin',...) failed: Access denied for user 'kohaadmin'@'localhost' (using password: YES) at /Library/WebServer/Koha/lib/C4/Context.pm line 603 In that case, test and/or fix the mysql access details in etc/koha-conf.xml and you'll be on to the next step. I'll make a patch to improve that error reporting and it will appear in http://serene.ttllp.co.uk/~mjr/koha-installer/ as well as in a future release of koha, all being well. Hope that helps, -- MJ Ray http://mjr.towers.org.uk/email.html tel:+44-844-4437-237 - Webmaster-developer, statistician, sysadmin, online shop builder, consumer and workers co-operative member http://www.ttllp.co.uk/ - Writing on koha, debian, sat TV, Kewstoke http://mjr.towers.org.uk/
participants (2)
-
Chadwick, John, DCA -
MJ Ray