[Koha-devel] Re: another error

Chris Cormack chris at katipo.co.nz
Tue Jan 14 19:11:06 CET 2003


On Wed, Jan 15, 2003 at 02:58:16AM +0000, acli at ada.dhs.org via news-to-mail gateway said:
> In article <E18YZee-000787-00 at sc8-sf-list1.sourceforge.net>,
> Benedict  <kb2qzv at poczta.wp.pl> wrote:
> >Is this my misconfiguration?
> >=====================
> >Undefined subroutine CGI::dump
> > at /usr/local/koha/intranet/cgi-bin/placerequest.pl line 76
> >Global symbol "$flaginfotextEOF" requires explicit package name at 
> >/usr/local/koha/intranet/cgi-bin/circ/returns.pl line 368.
> 
> [...]
> 
> I'm getting this too. This probably is a real bug, but I have
> no clue what is causing it yet.
> 
The placerequest.pl error is a simple one ill fix that now.
Its actually a typo in a debugging statement :-)

In the old CGI (quite old now) $query->dump(); (where $query is a CGI
object) would dump out all the variables and values passed to the script
from the calling form.
This was then changed to Dump (because dump is a reserved word)

Ill fix this one right now in cvs and take a look at the returns bug.

Chris
-- 
Chris Cormack                                                     Programmer
025 500 789                                        Katipo Communications Ltd
chris at katipo.co.nz                                          www.katipo.co.nz




More information about the Koha-devel mailing list