Upgrade to 21.11 - problems with extensions (coverflow and Koha as a CMS)
Hi. I know that the extensions are not strictly a part of Koha, but maybe someone can help me with this: I am using the Coverflow plugin and the additional "pages" template to use Koha as a CMS. These things worked for me in previous Koha versions but stopped working after the upgrade to 21.11: - The Coverflow is not showing (only the "loading ..." text is there). - The content of the custom pages is not showing. - There is no error message in the web console. - The opac-error.log shows me a repeated error about the use of an uninitialized value in the file /usr/share/koha/lib/C4/XSLT.pm, but I don't know if this error has something to do with my problem. What I did after the upgrade: - For Coverflow: I updated the Coverflow plugin to the latest version (2.5.0). - For Koha as a CMS: I overwrote the old file pages.pl with a copy of the new file opac-main.pl and followed the instructions for this file at https://koha-community.org/manual/21.11/en/html/extending_koha.html#using-ko... - For Koha as a CMS: I overwrote the old file pages.tt with a copy of the new file opac-main.tt and tried to follow the instructions for this file at https://koha-community.org/manual/21.11/en/html/extending_koha.html#using-ko..., but the line that has to be modified has changed, so here I don't know how to do it. But at least the content of my custom pages ought to appear without changing the template, I think that something must be wrong in the file pages.pl. Is there anybody who is using these extensions and can help me? Thank you very much. Isabel Pineda
There is a comment on the coverflow configuration page about how to choose an id as the selector. It is important to use double quotes around the "#selector" because the configuration is in YAML format and as such the # symbol is considered a comment (i.e. Is not taken into account). Hope it dices your issue El lun., 3 ene. 2022 18:50, Isabel Pineda <isabel.pineda@ds.edu.sv> escribió:
Hi.
I know that the extensions are not strictly a part of Koha, but maybe someone can help me with this:
I am using the Coverflow plugin and the additional "pages" template to use Koha as a CMS. These things worked for me in previous Koha versions but stopped working after the upgrade to 21.11:
- The Coverflow is not showing (only the "loading ..." text is there).
- The content of the custom pages is not showing.
- There is no error message in the web console.
- The opac-error.log shows me a repeated error about the use of an uninitialized value in the file /usr/share/koha/lib/C4/XSLT.pm, but I don't know if this error has something to do with my problem.
What I did after the upgrade:
- For Coverflow: I updated the Coverflow plugin to the latest version (2.5.0).
- For Koha as a CMS: I overwrote the old file pages.pl with a copy of the new file opac-main.pl and followed the instructions for this file at https://koha-community.org/manual/21.11/en/html/extending_koha.html#using-ko...
- For Koha as a CMS: I overwrote the old file pages.tt with a copy of the new file opac-main.tt and tried to follow the instructions for this file at https://koha-community.org/manual/21.11/en/html/extending_koha.html#using-ko..., but the line that has to be modified has changed, so here I don't know how to do it. But at least the content of my custom pages ought to appear without changing the template, I think that something must be wrong in the file pages.pl.
Is there anybody who is using these extensions and can help me?
Thank you very much. Isabel Pineda
_______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
Hi Tomas. Thank you so much. The coverflow is running. Now I have to figure out how to make the static pages work again. Does anyone know how to do this? Thank you for your help. Isabel Pineda De: Tomas Cohen Arazi [mailto:tomascohen@gmail.com] Enviado el: lunes, 03 de enero de 2022 06:44 p.m. Para: Isabel Pineda <isabel.pineda@ds.edu.sv> CC: koha <koha@lists.katipo.co.nz> Asunto: Re: [Koha] Upgrade to 21.11 - problems with extensions (coverflow and Koha as a CMS) There is a comment on the coverflow configuration page about how to choose an id as the selector. It is important to use double quotes around the "#selector" because the configuration is in YAML format and as such the # symbol is considered a comment (i.e. Is not taken into account). Hope it dices your issue El lun., 3 ene. 2022 18:50, Isabel Pineda <isabel.pineda@ds.edu.sv<mailto:isabel.pineda@ds.edu.sv>> escribió: Hi. I know that the extensions are not strictly a part of Koha, but maybe someone can help me with this: I am using the Coverflow plugin and the additional "pages" template to use Koha as a CMS. These things worked for me in previous Koha versions but stopped working after the upgrade to 21.11: - The Coverflow is not showing (only the "loading ..." text is there). - The content of the custom pages is not showing. - There is no error message in the web console. - The opac-error.log shows me a repeated error about the use of an uninitialized value in the file /usr/share/koha/lib/C4/XSLT.pm, but I don't know if this error has something to do with my problem. What I did after the upgrade: - For Coverflow: I updated the Coverflow plugin to the latest version (2.5.0). - For Koha as a CMS: I overwrote the old file pages.pl<http://pages.pl> with a copy of the new file opac-main.pl<http://opac-main.pl> and followed the instructions for this file at https://koha-community.org/manual/21.11/en/html/extending_koha.html#using-ko... - For Koha as a CMS: I overwrote the old file pages.tt<http://pages.tt> with a copy of the new file opac-main.tt<http://opac-main.tt> and tried to follow the instructions for this file at https://koha-community.org/manual/21.11/en/html/extending_koha.html#using-ko..., but the line that has to be modified has changed, so here I don't know how to do it. But at least the content of my custom pages ought to appear without changing the template, I think that something must be wrong in the file pages.pl<http://pages.pl>. Is there anybody who is using these extensions and can help me? Thank you very much. Isabel Pineda _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz<mailto:Koha@lists.katipo.co.nz> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
Ok, I got the static pages to work. I replaced the line [% IF ( OpacMainUserBlock ) %] [% PROCESS koha_news_block news => OpacMainUserBlock %] [% END %] in the pages.tt file with the code of the instruction on the site https://koha-community.org/manual/21.11/en/html/extending_koha.html#using-ko... It is still working this way, although the original code has changed. Thank you Isabel Pineda -----Mensaje original----- De: Koha [mailto:koha-bounces@lists.katipo.co.nz] En nombre de Isabel Pineda Enviado el: martes, 04 de enero de 2022 07:57 a.m. Para: Tomas Cohen Arazi <tomascohen@gmail.com>; koha <koha@lists.katipo.co.nz> Asunto: Re: [Koha] Upgrade to 21.11 - problems with extensions (coverflow and Koha as a CMS) Hi Tomas. Thank you so much. The coverflow is running. Now I have to figure out how to make the static pages work again. Does anyone know how to do this? Thank you for your help. Isabel Pineda De: Tomas Cohen Arazi [mailto:tomascohen@gmail.com] Enviado el: lunes, 03 de enero de 2022 06:44 p.m. Para: Isabel Pineda <isabel.pineda@ds.edu.sv> CC: koha <koha@lists.katipo.co.nz> Asunto: Re: [Koha] Upgrade to 21.11 - problems with extensions (coverflow and Koha as a CMS) There is a comment on the coverflow configuration page about how to choose an id as the selector. It is important to use double quotes around the "#selector" because the configuration is in YAML format and as such the # symbol is considered a comment (i.e. Is not taken into account). Hope it dices your issue El lun., 3 ene. 2022 18:50, Isabel Pineda <isabel.pineda@ds.edu.sv<mailto:isabel.pineda@ds.edu.sv>> escribió: Hi. I know that the extensions are not strictly a part of Koha, but maybe someone can help me with this: I am using the Coverflow plugin and the additional "pages" template to use Koha as a CMS. These things worked for me in previous Koha versions but stopped working after the upgrade to 21.11: - The Coverflow is not showing (only the "loading ..." text is there). - The content of the custom pages is not showing. - There is no error message in the web console. - The opac-error.log shows me a repeated error about the use of an uninitialized value in the file /usr/share/koha/lib/C4/XSLT.pm, but I don't know if this error has something to do with my problem. What I did after the upgrade: - For Coverflow: I updated the Coverflow plugin to the latest version (2.5.0). - For Koha as a CMS: I overwrote the old file pages.pl<http://pages.pl> with a copy of the new file opac-main.pl<http://opac-main.pl> and followed the instructions for this file at https://koha-community.org/manual/21.11/en/html/extending_koha.html#using-ko... - For Koha as a CMS: I overwrote the old file pages.tt<http://pages.tt> with a copy of the new file opac-main.tt<http://opac-main.tt> and tried to follow the instructions for this file at https://koha-community.org/manual/21.11/en/html/extending_koha.html#using-ko..., but the line that has to be modified has changed, so here I don't know how to do it. But at least the content of my custom pages ought to appear without changing the template, I think that something must be wrong in the file pages.pl<http://pages.pl>. Is there anybody who is using these extensions and can help me? Thank you very much. Isabel Pineda _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz<mailto: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
participants (2)
-
Isabel Pineda -
Tomas Cohen Arazi