dav icon indicating copy to clipboard operation
dav copied to clipboard

DAVx⁵ 4.2.4- HTTP 500 Internal Server Error

Open VladimirL77 opened this issue 3 years ago • 3 comments

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

VladimirL77 avatar Nov 24 '22 14:11 VladimirL77

Any log from the server side?

DeepDiver1975 avatar Nov 24 '22 16:11 DeepDiver1975

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'

cfoellmann avatar Dec 06 '22 12:12 cfoellmann

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).

osemec avatar Dec 23 '22 18:12 osemec