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

Tailor Duplication Error (PHP 8.4) #5835

Closed
Eeesbksbk opened this issue Feb 10, 2025 · 5 comments
Closed

Tailor Duplication Error (PHP 8.4) #5835

Eeesbksbk opened this issue Feb 10, 2025 · 5 comments

Comments

@Eeesbksbk
Copy link

Unresolvable dependency resolving [Parameter #0 [ $model ]] in class October\Rain\Database\Replicator” on line 1118 of ***\vendor\laravel\framework\src\Illuminate\Container\Container.php

@daftspunk
Copy link
Member

Thanks for reporting this, what is the Laravel version you are using?

@Eeesbksbk
Copy link
Author

Laravel not known, October CMS 3.7.10

@Eeesbksbk
Copy link
Author

Eeesbksbk commented Feb 10, 2025

PS: and For Duplication field title and slug do not NULL.
Can I do not verification this fields for Duplication?

@daftspunk
Copy link
Member

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...

@Eeesbksbk
Copy link
Author

Eeesbksbk commented Feb 16, 2025

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

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

No branches or pull requests

2 participants