Hi, I'm sorry if somebody had already answered a similar question and I have missed it I have configured Koha 2.2.9 on Debian Etch. Its working well but when I try to print the Barcode/Configure the printer form the Barcode generation page, the destination perl script gets downloded instead of doing the work.. When i opened the downloaded .pl file, it was empty.. Somebody pls help me out soon, because we are working on Koha Popularization project from this month. Gilesh M P Gilesh M P Lecturer CSE Govt College of Engineering Parassinikkadavu PO Kannur, Kerala - 670 563 Mob:09495663242,09387062397
On Thu, May 22, 2008 at 8:02 AM, gilesh m p <gileshmp@rediffmail.com> wrote:
I have configured Koha 2.2.9 on Debian Etch. Its working well but when I try to print the Barcode/Configure the printer form the Barcode generation page, the destination perl script gets downloded instead of doing the work.. When i opened the downloaded .pl file, it was empty.. Somebody pls help me out soon, because we are working on Koha Popularization project from this month.
That could be due to a few reasons. One likely possibility I can think of is that that .pl program isn't set to execute. You can change this by using the 'chmod' command. To add execute permissions, you run 'chmod uog+x file.pl' where "file.pl" is the name of the program that is not running. You can use 'ls -l' to check the current permissions before and after you change them. It's possible that this isn't the problem, in fact it's a little odd that only one file would not have the execute bits set. But, it's worth a try. If that fails, please let us know. You may also want to check the apache error log to see if there is any useful information. Good luck! -Andy
print the Barcode/Configure the printer form the Barcode generation page, the destination perl script gets downloded instead of doing the wor~r!rfound 'Gilesh M P' 'Its working well but when I try to print the Barcode/Configure the printer form the Barcode generation page the destination perl script gets downloded instead of doing the work' 'http://serene.ttllp.co.uk/~mjr/barcodefix.patch' Changes to support Debian Etch perl module versions
gilesh m p a écrit :
Hi, I'm sorry if somebody had already answered a similar question and I have missed it
I have configured Koha 2.2.9 on Debian Etch. Its working well but when I try to print the Barcode/Configure the printer form the Barcode generation page, the destination perl script gets downloded instead of doing the work.. When i opened the downloaded .pl file, it was empty.. Somebody pls help me out soon, because we are working on Koha Popularization project from this month.
Gilesh M P
Gilesh M P Lecturer CSE Govt College of Engineering Parassinikkadavu PO Kannur, Kerala - 670 563 Mob:09495663242,09387062397
On debian Etch, you have apache2.2 and when it asks you to download a pl file, it is because of an error. Usually, it is for want of a perl module. you should go to logs and send the Error part of them.
participants (4)
-
Andrew Moore -
gilesh m p -
Henri-Damien LAURENT -
MJ Ray