Hi Joachim, Check your logs. Is the website under heavy pressure? For example, from unscrupulous AI bots? Regards,
Update Smarty (v5.8.0)
Update Adminer library (v5.4.3)
Update jQuery (v4.0.0)
Added custom exception and fatal error handlers: these should facilitate debugging and bug reporting
I'm going to test a little more before planning a release and first open up support for PHP 8.5 in the trunk. I just added some code that allows for better handling of bug display when an unintercepted exception occurs. In addition to displaying the exception on the screen as PHP does by default, the exception is also written to the log files. This is an improvement for bug reporting because users will be able to find the information in the logs. The on-screen message is also customized to encourage...
Added custom exception and fatal error handlers: these should facilitate debugging and bug reporting
Document interceptable PHP errors