Comment 35 for bug 1879983

Revision history for this message
Josh Stompro (u-launchpad-stompro-org) wrote :

I've trying to test this out in 3.3, and kept running into an apache 500 server error when trying to access the opac curbside pages.

I just increased my apache log level to debug, which showed me the following error.

[Thu Oct 15 16:56:25.061322 2020] [perl:warn] [pid 25735] [client 10.0.100.6:55453] egweb: template error: file error - opac/parts/hold_notify.tt2: not found

It looks like Open-ILS/src/templates/opac/myopac/holds_curbside.tt2
tries to process that file, but it doesn't exist.

Looks like it is a newer file, in 3.5
https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=7e9229353092302402c1ca0cbc2efcd5f8a54d90

So if anyone else is trying to apply this to their pre 3.5 system, you may need to comment out that process statement. I don't know if that breaks anything else yet.

Jason, you may run into this with your 3.2 testing.

Josh