Bug 8340 - Can't modify system preferences
Summary: Can't modify system preferences
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: System Administration (show other bugs)
Version: 3.6
Hardware: All Linux
: P1 - high major (vote)
Assignee: Bugs List
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-01 14:08 UTC by Hend
Modified: 2013-12-05 20:05 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hend 2012-07-01 14:08:28 UTC
I have a problem when modifying system preferences , i tried to change a value for example "opaccredits"  then i clicked "Save All OPAC preferences " button i got "Internal server error".
I checked the error log and i have found this error 
"(2)No such file or directory: exec of '/usr/share/koha/intranet/cgi-bin/svc/config/systempreferences' failed, referer: http://10.202.2.180:8080/cgi-bin/koha/admin/preferences.pl?tab=opac ".
I don't know why  this file couldn't be executed although it has execute permission.
Koha version usd : 3.6.5
Comment 1 Hend 2012-07-03 13:11:47 UTC
Finally i have found the problem  .In /svc/config/systempreferences  it was written #!/usr/bin/perl  but i have perl installed in the following path 
/opt/ActivePerl-5.12/bin/perl
so i have changed it to the correct perl path and it worked.