-
Notifications
You must be signed in to change notification settings - Fork 441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP8.1 - json_decode()
: Passing null
to parameter #1 ($json
) of type string
is deprecated
#8311
Comments
Can you please include more information about your system? Which DB is being used, etc? |
Sure. Vanilla install with PHP-FPM 8.1, Apache 2.4, MariaDB 10.6, Redis 7 for cache and locking, local filesystem, local DB for auth (no LDAP, SSO...). Errors popping-up after upgrade from 23 to 24. |
Doesn't seem related to Talk only.
|
json_decode()
: Passing null
to parameter #1 ($json
) of type string
is deprecated
Yeah it's the server component talk and comments use. But it's okay to have the ticket here. The ticket you linked above however is totally unrelated. |
Only linked as a PHP8.1 deprecation. But not the same issue, sure. |
Found the problem. |
Should be fixed by nextcloud/server#35245 so in the upcoming 24 release |
How to use GitHub
Not sure if this should be fixed here or on server by avoiding parsing null, but reporting here anyway.
NC 24.0.7 and Spreed 14.0.6 on PHP 8.1
The text was updated successfully, but these errors were encountered: