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

Field breaks on Craft upgrade #14

Open
tadward opened this issue May 7, 2020 · 0 comments
Open

Field breaks on Craft upgrade #14

tadward opened this issue May 7, 2020 · 0 comments

Comments

@tadward
Copy link

tadward commented May 7, 2020

Recently updated a Craft install to the latest version, 3.4.18 and after the update was complete Entries Subset was "broken"

Through investigating the following showed up on the fields listing for each Entries Subset field:
nfourtythree\entriessubset\fields\EntriesSubsetField

When looking at the entries with those field(s) the following was listed:
Unable to find component class 'nfourtythree\entriessubset\fields\EntriesSubsetField'.

A similar warning was on the front-end:
Class 'nfourtythree\entriessubset\fields\EntriesSubsetField' not found

A possible fix was renaming the file under vendor/nfourtythree/entriessubset/src/fields from EntriesSubset.php to EntriesSubsetField.php. Doing that everything went back to working order.

Craft 3.4.18
Entries Subset 1.2.2

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

1 participant