- 🇧🇪Belgium Didier Misson
Thanks for the patch for oauth.
Ok with PHP 8.1.24;-)
A PHP-7.4 notice deprecation:-
FILE: ..\oauth\lib\OAuth.php
--------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------------------
114 | WARNING | [x] Curly brace syntax for accessing array elements and string offsets has been deprecated in PHP 7.4. Found:
| | $built{$i}
114 | WARNING | [x] Curly brace syntax for accessing array elements and string offsets has been deprecated in PHP 7.4. Found:
| | $signature{$i}
--------------------------------------------------------------------------------------------------------------------------------------
Switch to php7.4, check logs
I would suggest to apply a patch
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Thanks for the patch for oauth.
Ok with PHP 8.1.24
;-)