-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Tailor Duplication Error (PHP 8.4) #5835
Comments
Thanks for reporting this, what is the Laravel version you are using? |
Laravel not known, October CMS 3.7.10 |
PS: and For Duplication field title and slug do not NULL. |
I've tested this in PHP 8.4, and Laravel has deprecations everywhere. Do you have the deprecations turned off? This looks like the only way to get support for PHP 8.4 working... |
Now i change error_reporting = E_ALL & ~E_DEPRECATED to error_reporting = E_ALL and No error!!! Thank you |
Unresolvable dependency resolving [Parameter #0 [ $model ]] in class October\Rain\Database\Replicator” on line 1118 of ***\vendor\laravel\framework\src\Illuminate\Container\Container.php
The text was updated successfully, but these errors were encountered: