Error when browsing to Koha Admin Page
Below is the error message I get when browsing to the Koha Admin Page. This didn't happen the first time I installed it. Not sure what is different. Anyone have any thoughts? Thanks Ed Koha error The following fatal error has occurred: Access denied for user 'koha'@'localhost' (using password: YES) at /usr/share/koha/lib/C4/Context.pm line 646. 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 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. -- View this message in context: http://www.nabble.com/Error-when-browsing-to-Koha-Admin-Page-tp22003140p2200... Sent from the Koha - Dev mailing list archive at Nabble.com.
That looks like a database error. It seems Koha is trying to log into a mysql server on the same server as itself, using a password, and not getting access to the database it's after. Time to check the koha-conf.xml, make sure the mysql server is up, and make sure the koha@localhost user has access to it's database. On Fri, 2009-02-13 at 11:19 -0800, Ed Roche wrote: [snip]
The following fatal error has occurred: Access denied for user 'koha'@'localhost' (using password: YES) at /usr/share/koha/lib/C4/Context.pm line 646. [snip] -- Michael Hafen Systems Analyst and Programmer Washington County School District Utah, USA
for Koha checkout http://koha-dev.washk12.org or git://koha-dev.washk12.org/koha
participants (2)
-
Ed Roche -
Michael Hafen