http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7839 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #6 from Chris Cormack <chris@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.