Re: [Koha] In 3.02.00; where is the cataloguing?
On 3 November 2010 08:48, Marty <ontariowolf64@yahoo.com> wrote:
Nope, it's just not there. Anyway, it's just on my test box (for good reasons) I will try a reinstall later when I have time again unless somebody has a bright idea. No related errors (actually, no errors) in koha log files. Thanks, Marty
Weird, the only way I can make it disappear is with a user who doesnt have cataloguing permissions Chris
Le 02/11/2010 20:53, Chris Cormack a écrit :
On 3 November 2010 08:48, Marty <ontariowolf64@yahoo.com> wrote:
Nope, it's just not there. Anyway, it's just on my test box (for good reasons) I will try a reinstall later when I have time again unless somebody has a bright idea. No related errors (actually, no errors) in koha log files. Thanks, Marty
Weird, the only way I can make it disappear is with a user who doesnt have cataloguing permissions
Another possibility : the permissions tables don't have the proper values for cataloguing. In this case, no one, including a superlibrarian can deal with it Needed entry: CAN_user_editcatalogue_edit_catalogue => permissions table, there must be : mysql> select * from permissions WHERE module_bit=9; +------------+-----------------+---------------------------------------------------+ | module_bit | code | description | +------------+-----------------+---------------------------------------------------+ | 9 | edit_catalogue | Edit catalog (Modify bibliographic/holdings data) | | 9 | edit_items | Edit Items | | 9 | fast_cataloging | Fast cataloging | +------------+-----------------+---------------------------------------------------+ HTH -- Paul POULAIN http://www.biblibre.com Expert en Logiciels Libres pour l'info-doc Tel : (33) 4 91 81 35 08
That seems to be where things go wrong. None of these are in the permissions table. I tried to add them but got a foreign key constraint error, so I could not test it. Since I am leaving for Edmonton tonight I will not be back until Monday before I have a chance to look at it again, Thanks, I am pretty sure that is where things fail. A bit odd though, I just did an upgrade... Marty (Cannot add or update a child row: a foreign key constraint fails (`koha/permissions`, CONSTRAINT `permissions_ibfk_1` FOREIGN KEY (`module_bit`) REFERENCES `userflags` (`bit`) ON DELETE CASCADE ON UPDATE CASCADE) ) --- On Tue, 11/2/10, Paul Poulain <paul.poulain@biblibre.com> wrote: From: Paul Poulain <paul.poulain@biblibre.com> Subject: Re: [Koha] In 3.02.00; where is the cataloguing? To: koha@lists.katipo.co.nz Received: Tuesday, November 2, 2010, 4:40 PM Le 02/11/2010 20:53, Chris Cormack a écrit :
On 3 November 2010 08:48, Marty <ontariowolf64@yahoo.com> wrote:
Nope, it's just not there. Anyway, it's just on my test box (for good reasons) I will try a reinstall later when I have time again unless somebody has a bright idea. No related errors (actually, no errors) in koha log files. Thanks, Marty
Weird, the only way I can make it disappear is with a user who doesnt have cataloguing permissions Another possibility : the permissions tables don't have the proper values for cataloguing. In this case, no one, including a superlibrarian can deal with it
Needed entry: CAN_user_editcatalogue_edit_catalogue => permissions table, there must be : mysql> select * from permissions WHERE module_bit=9; +------------+-----------------+---------------------------------------------------+ | module_bit | code | description | +------------+-----------------+---------------------------------------------------+ | 9 | edit_catalogue | Edit catalog (Modify bibliographic/holdings data) | | 9 | edit_items | Edit Items | | 9 | fast_cataloging | Fast cataloging | +------------+-----------------+---------------------------------------------------+ HTH -- Paul POULAIN http://www.biblibre.com Expert en Logiciels Libres pour l'info-doc Tel : (33) 4 91 81 35 08 _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (3)
-
Chris Cormack -
Marty -
Paul Poulain