|
From: Florian S. <fs...@de...> - 2016-04-26 09:53:19
|
On Tue, Apr 26, 2016 at 09:36:29AM +0200, Arne K. Haaje wrote: > I just want to follow up on this, as I have the same problem with an > installation on a PHP 5.5 server. The script dies with a http status > 500, but not a single line is to be found in the Apache error log. This > makes it very hard to debug. > > > For other applications logging work as normal, so I wonder if Davical > somehow "suppress" regular logging? no, but there is an early_exception_handler() in htdocs/always.php, which outputs stuff with echo, catches exceptions and is set with set_exception_handler(). It might be worth examining whether that is run and where the output ends up. I also noticed that Tim Gouma wrote an email to this list on 2016-04-05 (see https://sourceforge.net/p/davical/mailman/message/34993914/), where he sees a 403 CalDAVAccountRefreshQueueableOperation error on the OS X Calendar app using plain Jessie (DAViCal 1.1.3.1-1, no PHP 7), so the OS X part of the problem may be unrelated to the PHP version. Florian |