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

UserSettings: Key "photoVolumeUid" for array with keys "fieldLayouts, groups" does not exist. #3783

Closed
boboldehampsink opened this issue Feb 5, 2019 · 2 comments
Assignees
Labels
bug severity:normal Bugs that affect typical usage

Comments

@boboldehampsink
Copy link
Contributor

boboldehampsink commented Feb 5, 2019

Description

I'm seeing the following error on admin/settings/users/settings:

Key "photoVolumeUid" for array with keys "fieldLayouts, groups" does not exist.

Screenshot:
screen shot 2019-02-05 at 08 17 18

Steps to reproduce

  1. Install Craft
  2. Go to admin/settings/users/settings

Additional info

  • Craft version: 3.1.8
  • PHP version: 7.3.1
  • Database driver & version: PostgreSQL 10.6
  • Plugins & versions: N/A
@boboldehampsink
Copy link
Contributor Author

I added a fix for this but I found that there is already a migration that is supposed to fix this. I came to this point by setting up a new installation with an existing (older) project.yaml. In that case the migration is not executed.

@brandonkelly
Copy link
Member

The bug here is that Craft’s installer shouldn’t be applying the current project.yaml file if the Craft schema version in there doesn’t match up with what’s actually installed. (That was already the case for plugin schema versions.) Fixed for the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug severity:normal Bugs that affect typical usage
Projects
None yet
Development

No branches or pull requests

3 participants