I followed the instructions at http://vimalkumar.oksociety.in/node/74 to install koha and everything was smooth until i got the following error on running the webinstaller using 127.0.0.1:8000 Software error: Access denied for user 'kohaadmin'@'localhost' (using password: YES) at /usr/share/koha/lib/C4/Context.pm line 692. Compilation failed in require at /usr/share/koha/lib/C4/Auth.pm line 33. BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth.pm line 33. 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. -- View this message in context: http://koha.1045719.n5.nabble.com/Koha-web-installer-shows-software-error-tp... Sent from the Koha - Discuss mailing list archive at Nabble.com.
I edited /etc/koha/koha-conf.xml and edited username/password fields for mysql header and gave root/root-password .Then the web-instaleer worked fine -- View this message in context: http://koha.1045719.n5.nabble.com/Koha-web-installer-shows-software-error-tp... Sent from the Koha - Discuss mailing list archive at Nabble.com.
tanzeem <tanzeem.mb@gmail.com> writes:
I followed the instructions at http://vimalkumar.oksociety.in/node/74 to install koha and everything was smooth until i got the following error on running the webinstaller using 127.0.0.1:8000
AFAIK, it runs on 127.0.0.1; not 127.0.0.1:8000 again, unless you set up something by yourselves, it is 8080; not 8000.
Software error:
Access denied for user 'kohaadmin'@'localhost' (using password: YES) at /usr/share/koha/lib/C4/Context.pm line 692.
The password you gave "perl Makefile.PL" is obviously wrong.
Compilation failed in require at /usr/share/koha/lib/C4/Auth.pm line 33. BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth.pm line 33. 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.
PS:- I am myself a newbie to Koha. -- A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail?
Mahesh T Pai <paivakil@gmail.com> writes:
Access denied for user 'kohaadmin'@'localhost' (using password: YES) at /usr/share/koha/lib/C4/Context.pm line 692.
Specifically,, it could be that you missed out the "identified by" part in:- mysql> grant all on <kohadatabasename>.*mysql>\ to'<kohadatabaseuser>'@'localhost' identified by\ '<kohadatabaseuserpassword>';
Hi, When installing Koha, I used MARC21 as my database. Now I would also like to test Unimarc based databases. How would I go about to delete al records in the MARC21 database? and also install the 2nd Unimarc database for another library. Where can I get instrauction on how to do this? Regards and thanks. Renate
participants (3)
-
Mahesh T Pai -
Renate Morgenstern -
tanzeem