<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Ata,<br>
You can fix your barcode error by opening barcodesGenerator.pl in a
text editor and changing line 33<br>
from<br>
use PDF::API2::PDF::Utils;<br>
to<br>
use PDF::API2::Basic::PDF::Utils;<br>
There is another file, printerConfig.pl, in the same folder that needs
the same correction, also in line 33.<br>
Both of these files are located at
C:\usr\koha227\intranet\cgi-bin\koha\barcodes\<br>
<br>
I don't know about your other error. I will see if I can duplicate it.<br>
<br>
Rob<br>
<br>
Ata ur Rehman wrote:
<blockquote
 cite="midc387a3b60702160112x1edf88b9r79fccc0fb1b7dd1f@mail.gmail.com"
 type="cite">Dear All<br>
  <br>
I am trying to generate barcodes from Koha (Using Generate Barcodes
Link at Koha Admin&gt;&gt; Barcode Generator&gt;&gt; Generate
Barcodes). But I always find an error given below in intranet-errorlog
file of Apache:
  <br>
  <br>
  <br>
[Wed Feb 14 13:14:40 2007] [error] [client <a href="http://127.0.0.1">127.0.0.1</a>]
Premature end of script headers: barcodesGenerator.pl, referer: <a
 href="http://intranet/cgi-bin/koha/barcodes/barcodes.pl">
http://intranet/cgi-bin/koha/barcodes/barcodes.pl</a><br>
[Wed Feb 14 13:14:40 2007] [error] [client <a href="http://127.0.0.1">127.0.0.1</a>]
Can't locate PDF/API2/PDF/Utils.pm in @INC (@INC contains:
c:/usr/koha227/intranet/modules C:/usr/site/lib C:/usr/lib .) at
C:/usr/koha227/intranet/cgi-bin/koha/barcodes/barcodesGenerator.pl line
33., referer: <a
 href="http://intranet/cgi-bin/koha/barcodes/barcodes.pl">http://intranet/cgi-bin/koha/barcodes/barcodes.pl</a><br>
[Wed Feb 14 13:14:40 2007] [error] [client <a href="http://127.0.0.1">127.0.0.1</a>]
BEGIN failed--compilation aborted at
C:/usr/koha227/intranet/cgi-bin/koha/barcodes/barcodesGenerator.pl line
33., referer: <a
 href="http://intranet/cgi-bin/koha/barcodes/barcodes.pl">http://intranet/cgi-bin/koha/barcodes/barcodes.pl</a><br>
  <br>
I have installed PDF-API2-0.57 but the error is still there.  What
should i do?<br>
  <br>
Also, I am unable to add new authorities. I always find a javasript
error on the page.
  <br>
  <br>
Note: I am using Koha 227 on Windows XP.<br>
  <br>
Ata<br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Koha mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a>
<a class="moz-txt-link-freetext" href="http://lists.katipo.co.nz/mailman/listinfo/koha">http://lists.katipo.co.nz/mailman/listinfo/koha</a>
  </pre>
</blockquote>
</body>
</html>