We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Internal Server Error The (unset) cast is deprecated [f3-cms/lib/bcosca/fatfree-core/base.php:2174] Base->error()
This bug happen on PHP 7.4 but above code has deprecated since PHP 7.2. Google says that this bug has fixed on F3 3.6.3.
To fixed this issue just upgrade F3 3.6.1 to 3.6.3 by editing composer.json to:
"bcosca/fatfree-core": "3.6.3",
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This bug happen on PHP 7.4 but above code has deprecated since PHP 7.2.
Google says that this bug has fixed on F3 3.6.3.
To fixed this issue just upgrade F3 3.6.1 to 3.6.3 by editing composer.json to:
The text was updated successfully, but these errors were encountered: