Ever since yesterday’s DST change in .us, updates to my Meteotemplate installation running under ns8-lamp are failing with a 500 status code. The only entry I see in the log for that module is:
Usually log going to stderr are also going to the lamp app log that you can inspect from the system logs page.
I found that there seems to be a debugging mode in meteotemplate, see Meteotemplate WIKI
debugging mode: this mode can be temporarly activated in the setup.php. By default you should, under normal circumstances, always leave this disabled. Only activate it if you run into problems - your template is for some reason not working as it should and I ask you to do so. It will then show all the problems on the actual site. Please also note that in addition to actual errors, this activates also the PHP Notices. It is important to distinguish between these, PHP notices are not errors and do not necessarily mean something is wrong.
I’m wondering if that’s been removed since the wiki page was last updated–there’s no mention of “debug” anywhere on the setup.php page or in config.php.
200 status code means it’s good, right? Well, no, it’s still failing; I’m now getting an error on my WeeWx system saying, Failed to publish record 2025-11-03 07:57:53 EST (1762174673): Server returned ''.
If I turn display_errors back off, it goes back to returning 500.