Tonnesen Steve wrote: [--snip--]
I am wodering what I need to configure to avoid this message:
REJECTED You do not have access to this portion of Koha
Is the "kohaadmin" user the user that you use for database access (the user that is set in /etc/koha.conf)?
Confirmed: Yes - Also I am now using clean install of 1.1.3RC12 with same result.
If so, that user is supposed to have access to everything and I'd call this a bug... if not... here's the trick: [--snip--] update borrowers set flags=0 where isnull(flags); update borrowers set flags=flags|power(2,0) where userid='kohaadmin'; [--snip--]
I have tried this and suggested changes to Circ2.pm but no luck. I think problem may be that the "kohaadmin" userid is not also installed in the db as a "borrower" by default? Also, just being incredibly picky and to avoid any potential confusion :), I think the default 1.2.3RC12 db name is 'Koha' in installer script but 'koha' in example koha.conf. R.