koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-bugs] [Bug 1022] New: DBD::mysql::st fetchrow failed: fetch() with


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 1022] New: DBD::mysql::st fetchrow failed: fetch() without execute()
Date: 20 Oct 2005 01:56:06 -0000

http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1022

           Summary: DBD::mysql::st fetchrow failed: fetch() without
                    execute()
           Product: Koha
           Version: 2.2.0
          Platform: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: z39.50 Server
        AssignedTo: address@hidden
        ReportedBy: address@hidden
         QAContact: address@hidden


DBD::mysql::st fetchrow failed: fetch() without execute()
#  at /koha/intranet/modules/C4/Z3950.pm line 96.


Fix: 
add
   $sth->execute;
after
   $sth = $dbh->prepare("select * from z3950servers where checked=1");
in subroutine getz3950servers



=================================
Koha Version 2.2.4

OS version ('uname -a')Linux omeara 2.4.21-99-default #1 Wed Sep 24 13:30:51 UTC
2003 i686 i686 i386 GNU/Linux

Perl version5.008001

MySQL versionmysql Ver 12.21 Distrib 4.0.15, for suse-linux (i686)

Apache versionServer version: Apache/1.3.28 (Linux/SuSE) Server built: Nov 10
2004 16:30:07



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]