On Tue, 9 Jul 2002, Marco Gaiarin wrote:
Mmmh... something is really wrong. ;( Ops, i've missed this... if i click ``modify'' i found in error.log
DBD::mysql::st execute failed: You have an error in your SQL syntax near '' at line 1 at /var/www/koha/modules/C4/Search.pm line 877, <KC> line 18. DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /var/www/koha/modules/C4/Search.pm line 880, <KC> line 18.
How can i ``debug'' (print the query ;) without messing up http headers?!
The modib.pl script must be getting called with a blank bibnum parameter, as this is the only variable used in the query on line 877 of Search.pm. The URL probably looks something like "modbib.pl?bibnum=" instead of "modbib.pl?bibnum=3". This is most likely related to the problem you had filling out Section Two of the simple acquisitions process. Question: When you get to Section Two, is the itemtypes drop down box populated? Does it have any entries in it that you can select? Steve.