Hi I have installed Koha 2.2.9 on windows XP. I am experiencing the following problems. (i) When i change the login user name and password from the default, Both OPAC and INTRANET crash. (ii) In biblio-framework structure, when edit subfields KOHA crashes. I also cannot see the option for disabling marc tags, only edit and delete options are visible . (iii) Does the above version come with sample MARC records? Any solutions? Thanks.
On Mon, Aug 25, 2008 at 8:45 AM, richard khamali <wakhamali@yahoo.com>wrote:
(i) When i change the login user name and password from the default, Both OPAC and INTRANET crash.
That's because your new user/password do not have any mysql privileges granted. Repeat the installation steps for granting mysql privileges using your new username and password. To be rigorous about security, you should also remove the privileges granted to the old default user (do this *after* confirming the new privileges work). See online mysql documentation for more details about the GRANT or CREATE USER command: http://dev.mysql.com/doc/refman/5.0/en/adding-users.html --Joe Atzberger, LibLime
On Mon, Aug 25, 2008 at 5:45 PM, richard khamali <wakhamali@yahoo.com>wrote:
Hi I have installed Koha 2.2.9 on windows XP. I am experiencing the following problems.
(i) When i change the login user name and password from the default, Both OPAC and INTRANET crash.
(ii) In biblio-framework structure, when edit subfields KOHA crashes. I also cannot see the option for disabling marc tags, only edit and delete options are visible .
Copy the value_builder folder from C:\usr\koha229\intranet\cgi-bin\koha to C:\usr\koha229\intranet\
(iii) Does the above version come with sample MARC records?
More than 2000 marc21 records can be found in C:\usr\koha229\scripts\misc\sql-datas\english\sample_usmarc.mrc file
Any solutions?
Thanks.
Regards, Ata ur Rehman LISolutions.org
participants (3)
-
Ata ur Rehman -
Joe Atzberger -
richard khamali