Skip to content
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

Error status 500 #69

Closed
searcas opened this issue Oct 2, 2022 · 1 comment
Closed

Error status 500 #69

searcas opened this issue Oct 2, 2022 · 1 comment

Comments

@searcas
Copy link

searcas commented Oct 2, 2022

Hello I getting this error when try to click anywhere: Request failed with status code 500.

@5AMsan
Copy link

5AMsan commented May 12, 2023

FYI

Issue is due to array_key_exists() function's deperaction on objects in PHP7.4. Using PHP7.3 does address this issue.
If you can't use PHP7.3, replace line 53 in vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php with return isset($this->resource[$offset]);
AsgardCms/Platform#756 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants