Hello , I've been trying to install Koha using this guide : http://bagno.be/poradniki/instalacja-koha/ And in the end I get this error : Koha error The following fatal error has occurred: DBD driver has not implemented the AutoCommit attribute at /usr/lib/perl5/DBI.pm line 705. 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. Can anyone please help me ? Thanks in advance. __________________________________________________ Χρησιμοποιείτε Yahoo!; Βαρεθήκατε τα ενοχλητικά μηνύματα (spam); Το Yahoo! Mail διαθέτει την καλύτερη δυνατή προστασία κατά των ενοχλητικών μηνυμάτων http://mail.yahoo.gr
This is not a question for development. This is a general installation problem. It looks like either your DBD::mysql is very out of date, or you have tried using a non-mysql database. Only mysql is supported. So check your DBD::mysql version first, and update it if possible. --joe 2010/3/14 O <orepas@yahoo.gr>
Hello ,
I've been trying to install Koha using this guide :
http://bagno.be/poradniki/instalacja-koha/
And in the end I get this error :
Koha error
The following fatal error has occurred:
DBD driver has not implemented the AutoCommit attribute at /usr/lib/perl5/DBI.pm line 705. 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.
Can anyone please help me ?
Thanks in advance.
I've found there were some posts with same error message before, so in case someone else should run into this problem, there's an explanation. In this particular case the error was caused by typo in my guide (which O is reffering to). Quotes in lines that are to be pasted into my.cnf were (by mistake) escaped like this: init-connect=\'SET NAMES utf8\'; That caused the DBD:mysql errors. Sorry for not replying earlier - we manged to solve the problem on irc (and I must have missed the post). Piotr Wejman
participants (3)
-
Joe Atzberger -
O -
Piotr Wejman