You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead
API URI
/en/api/user/users?page=1&per_page=30&order_by=&order=&search=
Response:
"message": "array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead",
"exception": "ErrorException",
"file": "C:\xampp7420\htdocs\cms\myAsgardCmsPlatform\vendor\laravel\framework\src\Illuminate\Http\Resources\DelegatesToResource.php",
"line": 53,
This error occurs because of PHP 7.4 depreciations. If possible, use PHP 7.3. If not possible, you will have to edit line 53 of the file vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php to be:
Then I copied vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php to overrides/Illuminate/Http/Resources/DelegatesToResource.php and changed line 53.
Summary of issue
array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead
API URI
/en/api/user/users?page=1&per_page=30&order_by=&order=&search=
Response:
"message": "array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead",
"exception": "ErrorException",
"file": "C:\xampp7420\htdocs\cms\myAsgardCmsPlatform\vendor\laravel\framework\src\Illuminate\Http\Resources\DelegatesToResource.php",
"line": 53,
Steps to reproduce
System Details
Asgardcms/Platform
version: master branch - 4.0.x-devThe text was updated successfully, but these errors were encountered: