Re: [Koha] (no subject)

2019-06-06 Thread Hector Gonzalez

> On Jun 5, 2019, at 11:02 PM, Charles Kelley  wrote:
> 
> Hello, all
> 
>In our latest exchange, on June 6, 2019, at 9:00 AM, Héctor González wrote:
> 
>> Not so grand!  This means the user it is trying to create to grant database 
>> privileges is already there, and it won´t continue.  You should first make 
>> sure everything is clean of your previous attempts, or it will not proceed.
>> 
>> You should check mysql, and drop the user and the database if they exist 
>> before running that command again.
>> 
>> koha-remove can help you remove a previous installation attempt.
> 
>Sorry but this did not help. I typed in the terminal
> 
> $ sudo koha-remove mylibrary
> 
>The report was
> 
> ERROR 1133 (28000) at line 1: Can’t find any matching row in the user table
> 
>Any other suggestions?

Try sudo koha-remove --keep-mysql mylibrary  
so it doesn´t try to remove the mysql part, then check mysql, and see if the 
database is there or not.  If it is there, drop it, and then start again.  

The message indicates that the mysql user koha creates is not there, so this 
part is already done, and should be skipped.

The original message your system showed was about the linux user, which should 
also be deleted to proceed.

Your koha looks like it is in a half installed state, so you need to try and 
make it clean again.  You could also change the name of the library 
configuration, but the old files would be left there.

If this is just a development server, the fastest route might be to do:

sudo koha-create --create-db myotherlibrary


> 
>Hope all are well and all is well.
> 
>— Charles.
> 
>Charles Kelley
>PSC 704 Box 1029
>APO AP 96338
> 
>011-81-80-4714-5490 [JPN cell]
> 
>mnogoja...@aol.com
>cmkelley...@gmail.com
> 
>www.linkedin.com/in/cmkelleymls
>Meeting Your Information Needs. Virtually.
> 
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> https://lists.katipo.co.nz/mailman/listinfo/koha

--
Héctor González
ca...@genac.org

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Koha 19.05 fresh installation error

2019-06-06 Thread Gopalakrishna-BMSIT
I could upgrade koha from 18.11.05 to 19.05.  However, I am not able to do
fresh installation of Koha 19.05 on Ubuntu Server 18.04.2.  I could update
& upgrade.  But after adding Koha Community Repository and apt-key update
throws errors like ...  stable Release 404 Not found[IP: 67.220.127.145 80]
The Repository 'http://debian.koha-community.org stable release does not
have a release file ... see apt-secure(8) ... repository creation and user
configuration detail.
With Regards,
Gopalakrishna
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Awards location?

2019-06-06 Thread Katrin Fischer

Hi Jesse,

you can link the field to an existing authority type in the frameworks,
so this should not be an issue. If you want to create your own authority
type using a non-standard main heading (1xx field) that would be more
complicated as you would need to make it searchable and probably make
some other changes as well.

586 is set to display $a in the detail page at the moment, but only as a
text, not linked. If you want to use the the $9 authority number for
linking, you'd have to change the XSLT files and indexing configuration.
Adding a text link for a keyword search could probably be done with jQuery.

I hope this makes sense,

Katrin


On 05.06.19 02:15, Jesse Stallings wrote:

Hello!

What is the best location for literary award information? Ideally, I would
be able to create an authority type for field 586 that would yield a search
link on the detail page like those for authors and subjects: click to see a
list of winners. Is something like that possible?

I've seen others put award information under 650, but they get lost in the
list.

Regards,
Jesse Stallings
Librarian, College and Career Counselor
Tulsa School of Arts and Sciences
NHS, A Common Thread Sponsor
TSAS.org
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Query regarding OPAC View

2019-06-06 Thread Sugandha Bajaj
Hello!

I am facing an issue with the OPAC view, I imported the files i.e.
e-documents, Media, etc but in the OPAC it does not show me the DDC and
Material Type. I tried adding the material type but it only shows as books.
Kindly help me with the same.

Regards,
Sugandha.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Query regarding OPAC View

2019-06-06 Thread vikram zadgaonkar
Hello,
Please check marc tags and item code assigned while importing.
Vikram Zadgaonkar


On Fri, Jun 7, 2019 at 12:13 PM Sugandha Bajaj  wrote:

> Hello!
>
> I am facing an issue with the OPAC view, I imported the files i.e.
> e-documents, Media, etc but in the OPAC it does not show me the DDC and
> Material Type. I tried adding the material type but it only shows as books.
> Kindly help me with the same.
>
> Regards,
> Sugandha.
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> https://lists.katipo.co.nz/mailman/listinfo/koha
>
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Query regarding OPAC View

2019-06-06 Thread Sugandha Bajaj
Hi,

Thanks for the response, the MARC Tags are as per the LOC MARC List and
have rechecked quiet a few times.

Regards,
Sugandha.

On Fri, 7 Jun 2019 at 12:17, vikram zadgaonkar 
wrote:

> Hello,
> Please check marc tags and item code assigned while importing.
> Vikram Zadgaonkar
>
>
> On Fri, Jun 7, 2019 at 12:13 PM Sugandha Bajaj  wrote:
>
>> Hello!
>>
>> I am facing an issue with the OPAC view, I imported the files i.e.
>> e-documents, Media, etc but in the OPAC it does not show me the DDC and
>> Material Type. I tried adding the material type but it only shows as
>> books.
>> Kindly help me with the same.
>>
>> Regards,
>> Sugandha.
>> ___
>> Koha mailing list  http://koha-community.org
>> Koha@lists.katipo.co.nz
>> https://lists.katipo.co.nz/mailman/listinfo/koha
>>
>
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha