https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19817 aplicacoes.dmsi@cm-portimao.pt <aplicacoes.dmsi@cm-portimao.pt> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aplicacoes.dmsi@cm-portimao | |.pt Resolution|FIXED |--- Status|RESOLVED |REOPENED --- Comment #110 from aplicacoes.dmsi@cm-portimao.pt <aplicacoes.dmsi@cm-portimao.pt> --- Setting KohaManualBaseURL to https://koha-community.org/manual and using user interface language pt~PT, the help link is redirected (for example) to https://koha-community.org/manual/18.11/pt_BZ/html/systempreferences.html displaying an error page. I guess its related with a typo on line 22 in the file Manual.pm 22 my @available_languages = qw( en ar cs es fr it pt_BZ tz zh_TW ); Tested replacing the value pt_BZ by pt_BR and the link now works. -- You are receiving this mail because: You are watching all bug changes.