<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-IE link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-family:"Calibri","sans-serif"'>Hello,<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Calibri","sans-serif"'>            The problem here is that ‘koha’ user doesn’t have access to the koha database with the credentials supplied. Can you check the user and password you specified in the /etc/koha/koha-conf.xml file? (search for “db_scheme” and you’ll see the database details below that)<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Calibri","sans-serif"'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-family:"Calibri","sans-serif"'>Once you find the details try and login to MySQL from the command line with those details:<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Calibri","sans-serif"'><o:p> </o:p></span></p><p class=MsoNormal><b><span style='font-family:"Calibri","sans-serif"'>mysql -u koha --password=”PutYourPasswordHere”<o:p></o:p></span></b></p><p class=MsoNormal><span style='font-family:"Calibri","sans-serif"'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-family:"Calibri","sans-serif"'>If you don’t get access then you will need to login to the MySQL database (as root or dba) and grant the koha user the correct permission on the koha database as directed in the install manual (replace parts in < > to fit your install):<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Calibri","sans-serif"'><o:p> </o:p></span></p><p class=MsoNormal style='line-height:13.2pt;background:white'><span style='font-size:10.0pt;font-family:"Courier New";color:black'>grant all on <kohadatabasename>.* to '<kohadatabaseuser>'@'localhost' identified by '<mysql-password-for-kohadatabaseuser>'<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Calibri","sans-serif"'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-family:"Calibri","sans-serif"'>You should be able to run the web installer then.<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Calibri","sans-serif"'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-family:"Calibri","sans-serif"'>Hope this helps<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Calibri","sans-serif"'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-family:"Calibri","sans-serif"'>Barry<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Calibri","sans-serif"'><a href="mailto:barry@oslo.ie">barry@oslo.ie</a><o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Calibri","sans-serif"'><a href="http://www.oslo.ie">http://www.oslo.ie</a><o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Calibri","sans-serif"'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-family:"Calibri","sans-serif"'><o:p> </o:p></span></p><div><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'><p class=MsoNormal><b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> koha-bounces@lists.katipo.co.nz [mailto:koha-bounces@lists.katipo.co.nz] <b>On Behalf Of </b>Sangduen Pongput<br><b>Sent:</b> 07 December 2011 08:55<br><b>To:</b> koha@lists.katipo.co.nz<br><b>Subject:</b> [Koha] Problems with Apache when trying to access Koha Admin<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p> </o:p></p><div><div><p class=MsoNormal style='background:white'><span style='color:black'>Dear All<o:p></o:p></span></p></div><div><p class=MsoNormal style='background:white'><span style='color:black'> <o:p></o:p></span></p></div><div><p class=MsoNormal style='background:white'><span style='color:black'>I has a same problem as another post about Problems with Apache when trying to access Koha Admin.<o:p></o:p></span></p></div><div><p class=MsoNormal style='background:white'><span style='color:black'>Have anyone explian clearly step by step how to solve that.<o:p></o:p></span></p></div><div><p class=MsoNormal style='background:white'><span style='color:black'> <o:p></o:p></span></p></div><div><p class=MsoNormal style='background:white'><span style='color:black'><a href="http://lists.katipo.co.nz/public/koha/2011-December/031407.html">http://lists.katipo.co.nz/public/koha/2011-December/031407.html</a><o:p></o:p></span></p></div><div><p class=MsoNormal style='background:white'><span style='color:black'> <o:p></o:p></span></p></div><div><p class=MsoNormal style='background:white'><span style='color:black'>I have installed koha 3.06.01 following the instructions online for Ubuntu<br>11.10.<br><br>Everything went well until now. When I try to go to 127.0.0.1:8080 I get<br>this message.<br><br>Software error:<br><br>Access denied for user 'koha'@'localhost' (using password: YES) at<br>/usr/share/koha/lib/C4/Context.pm line 693.<br>Compilation failed in require at /usr/share/koha/lib/C4/Auth.pm line 33.<br>BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth.pm line 33.<br>Compilation failed in require at<br>/usr/share/koha/intranet/cgi-bin/mainpage.pl line 26.<br>BEGIN failed--compilation aborted at<br>/usr/share/koha/intranet/cgi-bin/mainpage.pl line 26.<br><br>Any ideas on how I fix this?<br><br> <o:p></o:p></span></p></div><div><div><div id=yiv1888066481><div><div><div><p class=MsoNormal style='background:white'><span style='color:black'>    <o:p></o:p></span></p></div><div><div><div><p class=MsoNormal style='background:white'><span style='color:black'><img border=0 id="_x0000_i1025" src="http://us.i1.yimg.com/us.yimg.com/i/mesg/tsmileys2/04.gif"> Thank you for your kind cooperation. <img border=0 id="_x0000_i1026" src="http://us.i1.yimg.com/us.yimg.com/i/mesg/tsmileys2/04.gif"><br>      Best regards,  <br><br><b><i>Sangduen Pongput</i></b>    <br>Librarian <br>The Secretariat of the Senate, Bureau of Parliamentary Studies, Library and Museum Group <br>4 U-Thong Nai Road, Dusit District, Bangkok 10300 THAILAND <br><b>Tel +662 831 9313- 4      Mobile Phone +66 89 122 5347</b>  <b>Fax +662 831 9308  or +662 831 9314</b> <o:p></o:p></span></p></div><div><p class=MsoNormal style='background:white'><span style='color:black'> <o:p></o:p></span></p></div><div><p class=MsoNormal style='background:white'><span style='color:black'><a href="mailto:sangduen@senate.go.th" target="_blank">sangduen@senate.go.th</a>, <a href="mailto:sangduenifla@gmail.com" target="_blank">sangduenifla@gmail.com</a>, <a href="mailto:sangduen_p@hotmail.com" target="_blank">sangduen_p@hotmail.com</a>,  <a href="mailto:m091225347@yahoo.com" target="_blank">m091225347@yahoo.com</a><o:p></o:p></span></p></div></div></div></div></div></div><p class=MsoNormal style='margin-bottom:12.0pt;background:white'><span style='color:black'><o:p> </o:p></span></p></div></div></div></div></body></html>