Hi all, Any clues as to this error ?? It's happened a couple times on one of my Koha boxes ? Koha version:3.20.00.000OS version ('uname -a'):Linux koha.dlpms 3.16.0-4-686-pae #1 SMP Debian 3.16.7-ckt11-1 (2015-05-24) i686 GNU/LinuxPerl interpreter:/usr/bin/perlPerl version:5.020002Perl @INC:/usr/share/koha/lib /etc/perl /usr/local/lib/i386-linux-gnu/perl/5.20.2 /usr/local/share/perl/5.20.2 /usr/lib/i386-linux-gnu/perl5/5.20 /usr/share/perl5 /usr/lib/i386-linux-gnu/perl/5.20 /usr/share/perl/5.20 /usr/local/lib/site_perl . MySQL version:mysql Ver 14.14 Distrib 5.5.43, for debian-linux-gnu (i686) using readline 6.3Apache version:Server version: Apache/2.4.10 (Debian)Zebra version:Zebra 2.0.59 (C) 1994-2014, Index Data Zebra is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. SHA1 ID: c00bfddbf0f3608340d61298acc61dafb167f9b2 Using ICU -S Software error: Can't call method "do" on unblessed reference at /usr/share/koha/lib/C4/Context.pm line 788. BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth.pm line 89. Compilation failed in require at /usr/share/koha/intranet/cgi-bin/mainpage.pl line 25. BEGIN failed--compilation aborted at /usr/share/koha/intranet/cgi-bin/mainpage.pl line 25.
Scott Owen schreef op di 22-09-2015 om 14:01 [-0400]:
Can't call method "do" on unblessed reference at /usr/share/koha/lib/C4/Context.pm line 788.
Often this indicates that the connection to your database has gone away. I'd have a look in your logs and see if anything is going weird around that. -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5FA7 4B49 1E4D CAA4 4C38 8505 77F5 B724 F871 3BDF
Hummm.....database is located on the same box....so I think a conductivity issue is unlikely. Guess I'll start digging through logs in my free time....any particular log that might be a good place to start? any key words I should be looking for ? On Tue, Sep 22, 2015 at 7:43 PM, Robin Sheat <robin@catalyst.net.nz> wrote:
Scott Owen schreef op di 22-09-2015 om 14:01 [-0400]:
Can't call method "do" on unblessed reference at /usr/share/koha/lib/C4/Context.pm line 788.
Often this indicates that the connection to your database has gone away. I'd have a look in your logs and see if anything is going weird around that.
-- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5FA7 4B49 1E4D CAA4 4C38 8505 77F5 B724 F871 3BDF
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
Scott Owen schreef op di 22-09-2015 om 22:25 [-0400]:
Hummm.....database is located on the same box....so I think a conductivity issue is unlikely. Guess I'll start digging through logs in my free time....any particular log that might be a good place to start? any key words I should be looking for ?
Nothing in particular, but I'd look for anything odd in syslog, perhaps turn the mysql logging level up a bit and see what it says, and so forth. Note that I'm not 100% sure that this is the cause of your issue, but it looks like it from the surface. -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5FA7 4B49 1E4D CAA4 4C38 8505 77F5 B724 F871 3BDF
participants (2)
-
Robin Sheat -
Scott Owen