[Koha-bugs] [Bug 7839] Enhancement: Show routing lists attached to patron in Patron record

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 14 01:15:56 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7839

Chris Cormack <chris at bigballofwax.co.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #6 from Chris Cormack <chris at bigballofwax.co.nz> ---
(In reply to comment #5)
> Hi Jared:
> 
> Check the security settings for routing-lists.pl on your server. You should
> have it set so that your public/everyone users can Read & Execute this file.
> I can assure you that you're getting the "(13)Permission denied: exec of..."
> error, because your users can only Read the file. 

You are right :)

But it is your patch creating the file with 644

create mode 100644 members/routing-lists.pl

So you might want to chmod +x it in your repo, git add, git commit --amend and
send a new patch that sets the right permissions. Or everyone will face this
problem on install.

Chris

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list