Dear All, We are not able to yet solve the following error on Debian-5.0.1 can someone on the listserv help us to solve this. The KOHA is installed as per the instructions on INSTALL.debian-lenny. 1. Here is our error while accessing koha admin page. Koha error The following fatal error has occurred: DBD driver has not implemented the AutoCommit attribute at /usr/lib/perl5/DBI.pm line 690. Compilation failed in require at /usr/share/koha/lib/C4/Circulation.pm line 25. BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Circulation.pm line 25. Compilation failed in require at /usr/share/koha/lib/C4/Overdues.pm line 24. BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Overdues.pm line 24. Compilation failed in require at /usr/share/koha/lib/C4/Members.pm line 27. BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Members.pm line 27. Compilation failed in require at /usr/share/koha/lib/C4/Auth.pm line 27. BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth.pm line 27. Compilation failed in require at /usr/share/koha/intranet/cgi-bin/mainpage.pl line 23. BEGIN failed--compilation aborted at /usr/share/koha/intranet/cgi-bin/mainpage.pl line 23. 2. Here is KOHA install log file # This file contains settings used # during the installation of Koha. # It is meant for use during future # upgrades of Koha, and should not # be edited. KOHA_INSTALLED_VERSION=3.00.02.012 LOG_DIR=/var/log/koha DB_TYPE=mysql DB_NAME=koha DB_HOST=localhost DB_PORT=3306 DB_USER=kohaadmin DB_PASS=root123 WEBMASTER_EMAIL=webmaster@lib-pc WEBSERVER_DOMAIN=lib-pc WEBSERVER_HOST=lib-pc WEBSERVER_IP=127.0.1.1 WEBSERVER_PORT=80 WEBSERVER_PORT_LIBRARIAN=8080 ZEBRA_SRU_HOST=localhost ZEBRA_SRU_BIBLIOS_PORT=9998 ZEBRA_SRU_AUTHORITIES_PORT=9999 KOHA_USER=koha KOHA_GROUP=koha ZEBRA_PASS=root123 ZEBRA_USER=kohauser INTRANET_CGI_DIR=/usr/share/koha/intranet/cgi-bin INTRANET_TMPL_DIR=/usr/share/koha/intranet/htdocs/intranet-tmpl INTRANET_WWW_DIR=/usr/share/koha/intranet/htdocs OPAC_CGI_DIR=/usr/share/koha/opac/cgi-bin OPAC_TMPL_DIR=/usr/share/koha/opac/htdocs/opac-tmpl OPAC_WWW_DIR=/usr/share/koha/opac/htdocs PERL_MODULE_DIR=/usr/share/koha/lib KOHA_CONF_DIR=/etc/koha ZEBRA_CONF_DIR=/etc/koha/zebradb PAZPAR2_CONF_DIR=/etc/koha/pazpar2 MISC_DIR=/usr/share/koha/misc SCRIPT_DIR=/usr/share/koha/bin MAN_DIR=/usr/share/koha/man DOC_DIR=/usr/share/koha/doc ZEBRA_LOCK_DIR=/var/lock/koha/zebradb ZEBRA_DATA_DIR=/var/lib/koha/zebradb ZEBRA_RUN_DIR=/var/run/koha/zebradb ZEBRA_MARC_FORMAT=marc21 ZEBRA_LANGUAGE=en ZEBRA_AUTH_CFG=zebra-authorities.cfg AUTH_RETRIEVAL_CFG=retrieval-info-auth-grs1.xml MERGE_SERVER_HOST=lib-pc MERGE_SERVER_PORT=11001 PAZPAR2_HOST=lib-pc PAZPAR2_PORT=11002 INSTALL_MODE=standard INSTALL_BASE=/usr/share/koha INSTALL_ZEBRA=yes INSTALL_SRU=yes INSTALL_PAZPAR2=no AUTH_INDEX_MODE=grs1 RUN_DATABASE_TESTS=no PATH_TO_ZEBRA=/usr/bin reg, Sunita Barve, Ph. D. SIRC-In-Charge National Centre for Radio Astrophysics Post Bag No. 3, Pune Univ. Campus Pune 411 007, INDIA Phone : Office : 91-20-25719211 Residence : 91-020- 24470022 Mobile: 9922753827 Email : sunitab@ncra.tifr.res.in ; sunitabarve@gmail.com
Hi Sunita, On Wed, Jul 22, 2009 at 5:52 PM, Sunita Barve<sunitabarve@gmail.com> wrote: <snipped>
DBD driver has not implemented the AutoCommit attribute at /usr/lib/perl5/DBI.pm line 690.
http://lists.katipo.co.nz/public/koha/2009-June/018918.html please see the followup from Joe cheers -indra
Sunita Barve, Ph. D.
On 07/22/2009 02:46 PM, Indranil Das Gupta wrote:
Hi Sunita,
On Wed, Jul 22, 2009 at 5:52 PM, Sunita Barve<sunitabarve@gmail.com> wrote: <snipped>
DBD driver has not implemented the AutoCommit attribute at /usr/lib/perl5/DBI.pm line 690.
I've seen this (in a non-koha environment) before. It can be a problem with your Mysql version or your DBD::Mysql version. It's worth rebuilding the latter to ensure it matches the DB version. I get the feeling that, more than one database set up problem ends up reporting this. Cheers Colin -- Colin Campbell Software Engineer, PTFS Europe Limited Content Management and Library Solutions +44 (0) 208 366 1295 (phone) +44 (0) 7759 633626 (mobile) colin.campbell@ptfs-europe.com skype: colin_campbell2 http://www.ptfs-europe.com
participants (3)
-
Colin Campbell -
Indranil Das Gupta -
Sunita Barve