[Koha] Fwd: Koha 22.11.05 released

2023-05-27 Thread Hector Gonzalez Jaime

Sorry, I didn't copy the list:

Hi, it is strange, I was testing in english, anyway, koha-translate does 
not list english as it is the default language, and doesn't let me 
update it.


The system also had another language, which was updated but it still 
gives the same set of errors for both:


[Sat May 27 13:27:32.849826 2023] [cgi:error] [pid 6125] [client 
192.168.1.1:50078] AH01215: Template process failed: undef error - : 
filter not found at /usr/share/koha/lib/C4/Templates.pm line 127.: 
/usr/share/koha/intranet/cgi-bin/circ/branchoverdues.pl, referer: 
http://bibliotecacho-intra.locales/cgi-bin/koha/circ/circulation-home.pl
[Sat May 27 13:27:32.902038 2023] [cgi:error] [pid 6125] [client 
192.168.1.1:50078] End of script output before headers: 
branchoverdues.pl, referer: 
http://bibliotecacho-intra.locales/cgi-bin/koha/circ/circulation-home.pl


This is a test system, so I'm certain there are no other missing 
messages in the logs.


I'll try deleting koha and installing it without an upgrade to see if 
this still is a problem or if it needs overdue fines to be triggered.



On 5/27/23 01:06, Mason James wrote:

hi Hector

this problem tests OK for me, on a 22.11.06 KTD instance


some suggestions...

1/ switch your language to 'en', and test problem again

2/ manually rebuild your koha languages, and test problem again


  $ sudo koha-translate --list
  en
  fr-FR


  $ sudo koha-translate -v --update en
  $ sudo koha-translate -v --update fr-FR



On 27/05/23 5:27 am, Hector Gonzalez Jaime wrote:

Hello, thanks for all the hard work!

I just tried this version on a development server, and get a 500 
error trying to check overdue fines, this is in the logs:


"GET /intranet/circ/branchoverdues.pl HTTP/1.1" 500

Template process failed: undef error - : filter not found at 
/usr/share/koha/lib/C4/Templates.pm line 127.


It worked well with 22.11.05, and got broken with 22.11.06


On 5/26/23 09:00, Renvoize, Martin wrote:

Hello, Bonjour, Kia ora,

The Koha community is pleased to announce the release of version 
22.11.05.


This is a security and bugfix maintenance release, including 160 
bugfixes!


Full release notes are available here:
https://koha-community.org/koha-22-11-06-released/

This is our last release as the stable branch maintainers, with the
community heading into the next cycle imminently. However, 22.11.x 
will be
in the capable hands of Pedro and Matt for the next cycle having 
been voted

in as the oldstable maintainers 💪

Thanks to anybody involved! 🚀


Martin Renvoize, MPhys (Hons)

Head of Development and Community Engagement



E: martin.renvo...@ptfs-europe.com

P: +44 (0) 1483 378728

M: +44 (0) 7725 985636

www.ptfs-europe.com
___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha





--
Hector Gonzalez
ca...@genac.org

___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Fwd: Koha 22.11.05 released

2023-05-27 Thread Tomas Cohen Arazi
Update using the packages.

El sáb, 27 may 2023 16:37, Hector Gonzalez Jaime  escribió:

> Sorry, I didn't copy the list:
>
> Hi, it is strange, I was testing in english, anyway, koha-translate does
> not list english as it is the default language, and doesn't let me
> update it.
>
> The system also had another language, which was updated but it still
> gives the same set of errors for both:
>
> [Sat May 27 13:27:32.849826 2023] [cgi:error] [pid 6125] [client
> 192.168.1.1:50078] AH01215: Template process failed: undef error - :
> filter not found at /usr/share/koha/lib/C4/Templates.pm line 127.:
> /usr/share/koha/intranet/cgi-bin/circ/branchoverdues.pl, referer:
> http://bibliotecacho-intra.locales/cgi-bin/koha/circ/circulation-home.pl
> [Sat May 27 13:27:32.902038 2023] [cgi:error] [pid 6125] [client
> 192.168.1.1:50078] End of script output before headers:
> branchoverdues.pl, referer:
> http://bibliotecacho-intra.locales/cgi-bin/koha/circ/circulation-home.pl
>
> This is a test system, so I'm certain there are no other missing
> messages in the logs.
>
> I'll try deleting koha and installing it without an upgrade to see if
> this still is a problem or if it needs overdue fines to be triggered.
>
>
> On 5/27/23 01:06, Mason James wrote:
> > hi Hector
> >
> > this problem tests OK for me, on a 22.11.06 KTD instance
> >
> >
> > some suggestions...
> >
> > 1/ switch your language to 'en', and test problem again
> >
> > 2/ manually rebuild your koha languages, and test problem again
> >
> >
> >   $ sudo koha-translate --list
> >   en
> >   fr-FR
> >
> >
> >   $ sudo koha-translate -v --update en
> >   $ sudo koha-translate -v --update fr-FR
> >
> >
> >
> > On 27/05/23 5:27 am, Hector Gonzalez Jaime wrote:
> >> Hello, thanks for all the hard work!
> >>
> >> I just tried this version on a development server, and get a 500
> >> error trying to check overdue fines, this is in the logs:
> >>
> >> "GET /intranet/circ/branchoverdues.pl HTTP/1.1" 500
> >>
> >> Template process failed: undef error - : filter not found at
> >> /usr/share/koha/lib/C4/Templates.pm line 127.
> >>
> >> It worked well with 22.11.05, and got broken with 22.11.06
> >>
> >>
> >> On 5/26/23 09:00, Renvoize, Martin wrote:
> >>> Hello, Bonjour, Kia ora,
> >>>
> >>> The Koha community is pleased to announce the release of version
> >>> 22.11.05.
> >>>
> >>> This is a security and bugfix maintenance release, including 160
> >>> bugfixes!
> >>>
> >>> Full release notes are available here:
> >>> https://koha-community.org/koha-22-11-06-released/
> >>>
> >>> This is our last release as the stable branch maintainers, with the
> >>> community heading into the next cycle imminently. However, 22.11.x
> >>> will be
> >>> in the capable hands of Pedro and Matt for the next cycle having
> >>> been voted
> >>> in as the oldstable maintainers 💪
> >>>
> >>> Thanks to anybody involved! 🚀
> >>>
> >>>
> >>> Martin Renvoize, MPhys (Hons)
> >>>
> >>> Head of Development and Community Engagement
> >>>
> >>>
> >>>
> >>> E: martin.renvo...@ptfs-europe.com
> >>>
> >>> P: +44 (0) 1483 378728
> >>>
> >>> M: +44 (0) 7725 985636
> >>>
> >>> www.ptfs-europe.com
> >>> ___
> >>>
> >>> Koha mailing list  http://koha-community.org
> >>> Koha@lists.katipo.co.nz
> >>> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
> >>
> >
> --
> Hector Gonzalez
> ca...@genac.org
>
> ___
>
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
>
___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Fwd: Koha 22.11.05 released

2023-05-29 Thread Hector Gonzalez Jaime

I have updated with the packages, it's now on 22.11.06-3

It only fails if there are pending fines, I removed the pending fines, 
and it shows the page.  But that page is only for showing overdues.  Do 
you have overdues in your test system?



On 5/27/23 17:47, Tomas Cohen Arazi wrote:

Update using the packages.

El sáb, 27 may 2023 16:37, Hector Gonzalez Jaime  
escribió:


Sorry, I didn't copy the list:

Hi, it is strange, I was testing in english, anyway,
koha-translate does
not list english as it is the default language, and doesn't let me
update it.

The system also had another language, which was updated but it still
gives the same set of errors for both:

[Sat May 27 13:27:32.849826 2023] [cgi:error] [pid 6125] [client
192.168.1.1:50078 ] AH01215: Template
process failed: undef error - :
filter not found at /usr/share/koha/lib/C4/Templates.pm line 127.:
/usr/share/koha/intranet/cgi-bin/circ/branchoverdues.pl
, referer:
http://bibliotecacho-intra.locales/cgi-bin/koha/circ/circulation-home.pl
[Sat May 27 13:27:32.902038 2023] [cgi:error] [pid 6125] [client
192.168.1.1:50078 ] End of script output
before headers:
branchoverdues.pl , referer:
http://bibliotecacho-intra.locales/cgi-bin/koha/circ/circulation-home.pl

This is a test system, so I'm certain there are no other missing
messages in the logs.

I'll try deleting koha and installing it without an upgrade to see if
this still is a problem or if it needs overdue fines to be triggered.


On 5/27/23 01:06, Mason James wrote:
> hi Hector
>
> this problem tests OK for me, on a 22.11.06 KTD instance
>
>
> some suggestions...
>
> 1/ switch your language to 'en', and test problem again
>
> 2/ manually rebuild your koha languages, and test problem again
>
>
>   $ sudo koha-translate --list
>   en
>   fr-FR
>
>
>   $ sudo koha-translate -v --update en
>   $ sudo koha-translate -v --update fr-FR
>
>
>
> On 27/05/23 5:27 am, Hector Gonzalez Jaime wrote:
>> Hello, thanks for all the hard work!
>>
>> I just tried this version on a development server, and get a 500
>> error trying to check overdue fines, this is in the logs:
>>
>> "GET /intranet/circ/branchoverdues.pl
 HTTP/1.1" 500
>>
>> Template process failed: undef error - : filter not found at
>> /usr/share/koha/lib/C4/Templates.pm line 127.
>>
>> It worked well with 22.11.05, and got broken with 22.11.06
>>
>>
>> On 5/26/23 09:00, Renvoize, Martin wrote:
>>> Hello, Bonjour, Kia ora,
>>>
>>> The Koha community is pleased to announce the release of version
>>> 22.11.05.
>>>
>>> This is a security and bugfix maintenance release, including 160
>>> bugfixes!
>>>
>>> Full release notes are available here:
>>> https://koha-community.org/koha-22-11-06-released/
>>>
>>> This is our last release as the stable branch maintainers,
with the
>>> community heading into the next cycle imminently. However,
22.11.x
>>> will be
>>> in the capable hands of Pedro and Matt for the next cycle having
>>> been voted
>>> in as the oldstable maintainers 💪
>>>
>>> Thanks to anybody involved! 🚀
>>>
>>>
>>> Martin Renvoize, MPhys (Hons)
>>>
>>> Head of Development and Community Engagement
>>>
>>>
>>>
>>> E: martin.renvo...@ptfs-europe.com
>>>
>>> P: +44 (0) 1483 378728
>>>
>>> M: +44 (0) 7725 985636
>>>
>>> www.ptfs-europe.com 
>>> ___
>>>
>>> Koha mailing list http://koha-community.org
>>> Koha@lists.katipo.co.nz
>>> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
>>
>
-- 
Hector Gonzalez

ca...@genac.org

___

Koha mailing list http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


--
Hector Gonzalez
ca...@genac.org
___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Fwd: Koha 22.11.05 released

2023-05-29 Thread Hector Gonzalez Jaime

I see this behavior in two unrelated installations.  Both with overdues.

On 5/27/23 17:47, Tomas Cohen Arazi wrote:

Update using the packages.

El sáb, 27 may 2023 16:37, Hector Gonzalez Jaime  
escribió:


Sorry, I didn't copy the list:

Hi, it is strange, I was testing in english, anyway,
koha-translate does
not list english as it is the default language, and doesn't let me
update it.

The system also had another language, which was updated but it still
gives the same set of errors for both:

[Sat May 27 13:27:32.849826 2023] [cgi:error] [pid 6125] [client
192.168.1.1:50078 ] AH01215: Template
process failed: undef error - :
filter not found at /usr/share/koha/lib/C4/Templates.pm line 127.:
/usr/share/koha/intranet/cgi-bin/circ/branchoverdues.pl
, referer:
http://bibliotecacho-intra.locales/cgi-bin/koha/circ/circulation-home.pl
[Sat May 27 13:27:32.902038 2023] [cgi:error] [pid 6125] [client
192.168.1.1:50078 ] End of script output
before headers:
branchoverdues.pl , referer:
http://bibliotecacho-intra.locales/cgi-bin/koha/circ/circulation-home.pl

This is a test system, so I'm certain there are no other missing
messages in the logs.

I'll try deleting koha and installing it without an upgrade to see if
this still is a problem or if it needs overdue fines to be triggered.


On 5/27/23 01:06, Mason James wrote:
> hi Hector
>
> this problem tests OK for me, on a 22.11.06 KTD instance
>
>
> some suggestions...
>
> 1/ switch your language to 'en', and test problem again
>
> 2/ manually rebuild your koha languages, and test problem again
>
>
>   $ sudo koha-translate --list
>   en
>   fr-FR
>
>
>   $ sudo koha-translate -v --update en
>   $ sudo koha-translate -v --update fr-FR
>
>
>
> On 27/05/23 5:27 am, Hector Gonzalez Jaime wrote:
>> Hello, thanks for all the hard work!
>>
>> I just tried this version on a development server, and get a 500
>> error trying to check overdue fines, this is in the logs:
>>
>> "GET /intranet/circ/branchoverdues.pl
 HTTP/1.1" 500
>>
>> Template process failed: undef error - : filter not found at
>> /usr/share/koha/lib/C4/Templates.pm line 127.
>>
>> It worked well with 22.11.05, and got broken with 22.11.06
>>
>>
>> On 5/26/23 09:00, Renvoize, Martin wrote:
>>> Hello, Bonjour, Kia ora,
>>>
>>> The Koha community is pleased to announce the release of version
>>> 22.11.05.
>>>
>>> This is a security and bugfix maintenance release, including 160
>>> bugfixes!
>>>
>>> Full release notes are available here:
>>> https://koha-community.org/koha-22-11-06-released/
>>>
>>> This is our last release as the stable branch maintainers,
with the
>>> community heading into the next cycle imminently. However,
22.11.x
>>> will be
>>> in the capable hands of Pedro and Matt for the next cycle having
>>> been voted
>>> in as the oldstable maintainers 💪
>>>
>>> Thanks to anybody involved! 🚀
>>>
>>>
>>> Martin Renvoize, MPhys (Hons)
>>>
>>> Head of Development and Community Engagement
>>>
>>>
>>>
>>> E: martin.renvo...@ptfs-europe.com
>>>
>>> P: +44 (0) 1483 378728
>>>
>>> M: +44 (0) 7725 985636
>>>
>>> www.ptfs-europe.com 
>>> ___
>>>
>>> Koha mailing list http://koha-community.org
>>> Koha@lists.katipo.co.nz
>>> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
>>
>
-- 
Hector Gonzalez

ca...@genac.org

___

Koha mailing list http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


--
Hector Gonzalez
ca...@genac.org
___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha