Cannot upload .mrc file for staging Marc records
Today I upgraded the koha installation from 3.20.05 to 16.05.03 All seems to work just fine, except for the uploading of a mrc file for staging. Errormessage: Upload failed -- unable to store file on server I checked the Koha logs and found this script not found or unable to stat: /usr/share/koha/intranet/cgi-bin/tools/upload-file-progress.pl I checked the location and indeed the upload-file-progress.pl file is missing. I downloaded the file and uploaded it to the correct folder Next errormessage: AH01215: (2)No such file or directory: exec of '/usr/share/koha/intranet/cgi-bin/tools/upload-file-progress.pl The uploads directory has the correct rights and is located in /var/lib/koha/biblio/uploads no plack or memcache running on the server can someone please help me out?
Hi
I checked the Koha logs and found this script not found or unable to stat: /usr/share/koha/intranet/cgi-bin/tools/upload-file-progress.pl
the file upload-file-progress.pl was deleted with bug 14321 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14321 so don't copy it in your installation. 1)Are you sure that your file is a ISO 2709 file ? 2)Are you sure about your permission? Or are you a 'superlibrarian' ? Bye Zeno Tajoli _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
Hmm it was deleted, but it looks like the code is still trying to use it. Or there wouldn't be that error in the logs. So I don't think it's a permissions issue. There should be no references to that file left, so it looks like a bug to me. I'll try to replicate tonight. Chris On 15 September 2016 5:52:40 PM NZST, Zeno Tajoli <z.tajoli@cineca.it> wrote:
Hi
I checked the Koha logs and found this script not found or unable to stat: /usr/share/koha/intranet/cgi-bin/tools/upload-file-progress.pl
the file upload-file-progress.pl was deleted with bug 14321 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14321
so don't copy it in your installation.
1)Are you sure that your file is a ISO 2709 file ? 2)Are you sure about your permission? Or are you a 'superlibrarian' ?
Bye Zeno Tajoli
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
-- Sent from my Android device with K-9 Mail. Please excuse my brevity.
participants (3)
-
bram vermeir -
Chris Cormack -
Zeno Tajoli