DAVx⁵ 4.2.4- HTTP 500 Internal Server Error
Hi
i get HTTP 500 Internal Server Error for address_book.
I use also thunderbird lightning to edit both DB without a problem. I do not understand why does not work. Also thunderbird cardbook works fine. Only with davx i get for address_book error HTTP 500 Internal Server Error
Please see logs BR Vladi logcat.txt debug-info.txt
Any log from the server side?
I might have encountered the same issue. In my server error log (nginx, php 8.0/8.1):
[Tue Dec 06 12:15:26.258403 2022] [proxy_fcgi:error] [pid 2229022:tid 140390678103808] [client 10.1.15.1:0] AH01071: Got error 'PHP message: PHP Fatal error: Declaration of Psr\\Log\\NullLogger::log($level, Stringable|string $message, array $context = []): void must be compatible with Psr\\Log\\LoggerInterface::log($level, $message, array $context = []) in /home/runcloud/webapps/erp-staging/htdocs/cdav/lib/SabreDAV/vendor/psr/log/src/NullLogger.php on line 26'
I might have encountered the same issue. In my server error log (nginx, php 8.0/8.1):
[Tue Dec 06 12:15:26.258403 2022] [proxy_fcgi:error] [pid 2229022:tid 140390678103808] [client 10.1.15.1:0] AH01071: Got error 'PHP message: PHP Fatal error: Declaration of Psr\\Log\\NullLogger::log($level, Stringable|string $message, array $context = []): void must be compatible with Psr\\Log\\LoggerInterface::log($level, $message, array $context = []) in /home/runcloud/webapps/erp-staging/htdocs/cdav/lib/SabreDAV/vendor/psr/log/src/NullLogger.php on line 26'
Try to use lower psr/log version, like 1.1.4 (err solved for me).