json_decode (depreciation)

ignite

New Member
License Active
Notice that PHP locally on both 8.2 and even 8.3 this is popping out:

Issue:
Deprecated
: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in C:\laragon\www\topsite.test\index.php on line 256

Line/Code:

PHP:
$CONF['categories'][$category]['old_slugs'] = (array) json_decode($old_slugs, true);
 
Top