Hi Koha gurus I am running 3.00.04 on debian lenny. I have a problem displaying some bib records in the opac. When I try to display these records i get a 404, when i display them in the intranet there is no problem. i.e http://192.168.1.22:8080/cgi-bin/koha/catalogue/detail.pl?biblionumber=2386 displays correctly http://192.168.1.22/cgi-bin/koha/opac-detail.pl?biblionumber=2386 tells me An Error has Occurred Error 404 There is no entry in my /var/log/koha/koha-opac-error_log file There is an entry in the apache log at /var/log/apache/error.log which may be related? as follows: [Tue Jul 13 14:47:13 2010] opac-search.pl: "my" variable $content_type masks earlier declaration in same scope at /usr/share/koha/opac/cgi-bin/opac/opac-search.pl line 586. *** glibc detected *** /usr/bin/perl: realloc(): invalid next size: 0x0a107ce0 *** Can anyone suggest where the problem might be or what i can do to fix it? Cheers, Catherine Mzuzu University
/bump ...just in case anyone missed this who might be able to help ;) On 13/07/2010, Catherine Chambers <chambers.catherine@gmail.com> wrote:
Hi Koha gurus
I am running 3.00.04 on debian lenny. I have a problem displaying some bib records in the opac. When I try to display these records i get a 404, when i display them in the intranet there is no problem.
i.e http://192.168.1.22:8080/cgi-bin/koha/catalogue/detail.pl?biblionumber=2386 displays correctly http://192.168.1.22/cgi-bin/koha/opac-detail.pl?biblionumber=2386 tells me
An Error has Occurred Error 404
There is no entry in my /var/log/koha/koha-opac-error_log file There is an entry in the apache log at /var/log/apache/error.log which may be related? as follows: [Tue Jul 13 14:47:13 2010] opac-search.pl: "my" variable $content_type masks earlier declaration in same scope at /usr/share/koha/opac/cgi-bin/opac/opac-search.pl line 586. *** glibc detected *** /usr/bin/perl: realloc(): invalid next size: 0x0a107ce0 ***
Can anyone suggest where the problem might be or what i can do to fix it?
Cheers, Catherine Mzuzu University
Catherine, I would check if Zebra indexes were being built correctly. If they are not, search results will not be updated for biblio and item deletions. Thanks, Savitra Sirohi Nucsoft OSS labs http://www.osslabs.biz On Tue, Jul 13, 2010 at 6:34 PM, Catherine Chambers <chambers.catherine@gmail.com> wrote:
Hi Koha gurus
I am running 3.00.04 on debian lenny. I have a problem displaying some bib records in the opac. When I try to display these records i get a 404, when i display them in the intranet there is no problem.
i.e http://192.168.1.22:8080/cgi-bin/koha/catalogue/detail.pl?biblionumber=2386 displays correctly http://192.168.1.22/cgi-bin/koha/opac-detail.pl?biblionumber=2386 tells me
An Error has Occurred Error 404
There is no entry in my /var/log/koha/koha-opac-error_log file There is an entry in the apache log at /var/log/apache/error.log which may be related? as follows: [Tue Jul 13 14:47:13 2010] opac-search.pl: "my" variable $content_type masks earlier declaration in same scope at /usr/share/koha/opac/cgi-bin/opac/opac-search.pl line 586. *** glibc detected *** /usr/bin/perl: realloc(): invalid next size: 0x0a107ce0 ***
Can anyone suggest where the problem might be or what i can do to fix it?
Cheers, Catherine Mzuzu University _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Thanks for the suggestion. I have rebuilt the zebra index, but i don't think this is the issue. the search is working as it should, it is displaying the results that is the problem. i.e. a keyword search takes me to the correct url, but a 404 is displayed in the centre of the page... On 20/07/2010, savitra sirohi <savitra.sirohi@osslabs.biz> wrote:
Catherine, I would check if Zebra indexes were being built correctly. If they are not, search results will not be updated for biblio and item deletions.
Thanks, Savitra Sirohi Nucsoft OSS labs http://www.osslabs.biz
On Tue, Jul 13, 2010 at 6:34 PM, Catherine Chambers <chambers.catherine@gmail.com> wrote:
Hi Koha gurus
I am running 3.00.04 on debian lenny. I have a problem displaying some bib records in the opac. When I try to display these records i get a 404, when i display them in the intranet there is no problem.
i.e http://192.168.1.22:8080/cgi-bin/koha/catalogue/detail.pl?biblionumber=2386 displays correctly http://192.168.1.22/cgi-bin/koha/opac-detail.pl?biblionumber=2386 tells me
An Error has Occurred Error 404
There is no entry in my /var/log/koha/koha-opac-error_log file There is an entry in the apache log at /var/log/apache/error.log which may be related? as follows: [Tue Jul 13 14:47:13 2010] opac-search.pl: "my" variable $content_type masks earlier declaration in same scope at /usr/share/koha/opac/cgi-bin/opac/opac-search.pl line 586. *** glibc detected *** /usr/bin/perl: realloc(): invalid next size: 0x0a107ce0 ***
Can anyone suggest where the problem might be or what i can do to fix it?
Cheers, Catherine Mzuzu University _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Hi Catherine, I think I suggested this the first time that you asked, but if you update your version of Koha, it will most likely fix the problem. I've seen this exact problem on two separate installations of 3.04. When we updated to 3.05 when it came out, our records with multiple items displayed fine. Also, when I helped another school update from 3.04 to 3.06, the problem went away. Try it out, Martin Brenner Head Librarian Whitfield School St. Louis MO 63141 --- On Tue, 7/20/10, Catherine Chambers <chambers.catherine@gmail.com> wrote: From: Catherine Chambers <chambers.catherine@gmail.com> Subject: Re: [Koha] opac display problem To: "savitra sirohi" <savitra.sirohi@osslabs.biz> Cc: "koha" <koha@lists.katipo.co.nz> Date: Tuesday, July 20, 2010, 4:48 AM Thanks for the suggestion. I have rebuilt the zebra index, but i don't think this is the issue. the search is working as it should, it is displaying the results that is the problem. i.e. a keyword search takes me to the correct url, but a 404 is displayed in the centre of the page... On 20/07/2010, savitra sirohi <savitra.sirohi@osslabs.biz> wrote:
Catherine, I would check if Zebra indexes were being built correctly. If they are not, search results will not be updated for biblio and item deletions.
Thanks, Savitra Sirohi Nucsoft OSS labs http://www.osslabs.biz
On Tue, Jul 13, 2010 at 6:34 PM, Catherine Chambers <chambers.catherine@gmail.com> wrote:
Hi Koha gurus
I am running 3.00.04 on debian lenny. I have a problem displaying some bib records in the opac. When I try to display these records i get a 404, when i display them in the intranet there is no problem.
i.e http://192.168.1.22:8080/cgi-bin/koha/catalogue/detail.pl?biblionumber=2386 displays correctly http://192.168.1.22/cgi-bin/koha/opac-detail.pl?biblionumber=2386 tells me
An Error has Occurred Error 404
There is no entry in my /var/log/koha/koha-opac-error_log file There is an entry in the apache log at /var/log/apache/error.log which may be related? as follows: [Tue Jul 13 14:47:13 2010] opac-search.pl: "my" variable $content_type masks earlier declaration in same scope at /usr/share/koha/opac/cgi-bin/opac/opac-search.pl line 586. *** glibc detected *** /usr/bin/perl: realloc(): invalid next size: 0x0a107ce0 ***
Can anyone suggest where the problem might be or what i can do to fix it?
Cheers, Catherine Mzuzu University _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Hi Martin I didn't receive any replies last time, perhaps my email is playing up... Anyway, i have now upgraded to 3.06 and the problem has disappeared. Many thanks for your assistance, Catherine Mzuzu University : Malawi On 20/07/2010, Martin Brenner <martinbrenner@yahoo.com> wrote:
Hi Catherine,
I think I suggested this the first time that you asked, but if you update your version of Koha, it will most likely fix the problem.
I've seen this exact problem on two separate installations of 3.04. When we updated to 3.05 when it came out, our records with multiple items displayed fine. Also, when I helped another school update from 3.04 to 3.06, the problem went away.
Try it out, Martin Brenner Head Librarian Whitfield School St. Louis MO 63141
--- On Tue, 7/20/10, Catherine Chambers <chambers.catherine@gmail.com> wrote:
From: Catherine Chambers <chambers.catherine@gmail.com> Subject: Re: [Koha] opac display problem To: "savitra sirohi" <savitra.sirohi@osslabs.biz> Cc: "koha" <koha@lists.katipo.co.nz> Date: Tuesday, July 20, 2010, 4:48 AM
Thanks for the suggestion. I have rebuilt the zebra index, but i don't think this is the issue. the search is working as it should, it is displaying the results that is the problem. i.e. a keyword search takes me to the correct url, but a 404 is displayed in the centre of the page...
On 20/07/2010, savitra sirohi <savitra.sirohi@osslabs.biz> wrote:
Catherine, I would check if Zebra indexes were being built correctly. If they are not, search results will not be updated for biblio and item deletions.
Thanks, Savitra Sirohi Nucsoft OSS labs http://www.osslabs.biz
On Tue, Jul 13, 2010 at 6:34 PM, Catherine Chambers <chambers.catherine@gmail.com> wrote:
Hi Koha gurus
I am running 3.00.04 on debian lenny. I have a problem displaying some bib records in the opac. When I try to display these records i get a 404, when i display them in the intranet there is no problem.
i.e http://192.168.1.22:8080/cgi-bin/koha/catalogue/detail.pl?biblionumber=2386 displays correctly http://192.168.1.22/cgi-bin/koha/opac-detail.pl?biblionumber=2386 tells me
An Error has Occurred Error 404
There is no entry in my /var/log/koha/koha-opac-error_log file There is an entry in the apache log at /var/log/apache/error.log which may be related? as follows: [Tue Jul 13 14:47:13 2010] opac-search.pl: "my" variable $content_type masks earlier declaration in same scope at /usr/share/koha/opac/cgi-bin/opac/opac-search.pl line 586. *** glibc detected *** /usr/bin/perl: realloc(): invalid next size: 0x0a107ce0 ***
Can anyone suggest where the problem might be or what i can do to fix it?
Cheers, Catherine Mzuzu University _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
There is an entry in the apache log at /var/log/apache/error.log which may be related? as follows: [Tue Jul 13 14:47:13 2010] opac-search.pl: "my" variable $content_type masks earlier declaration in same scope at /usr/share/koha/opac/cgi-bin/opac/opac-search.pl line 586.
For what it's worth, I was able to find a revision of opac-search.pl that contained this error and trying it in my system didn't cause the problem you're describing. Perhaps that's obvious to the Perl gurus here just by looking at it :-) -- Owen -- Web Developer Athens County Public Libraries http://www.myacpl.org
participants (4)
-
Catherine Chambers -
Martin Brenner -
Owen Leonard -
savitra sirohi