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

Show the plugins causing the getAreConfigSchemaVersionsCompatible function to return false #4568

Closed
leecrosdale opened this issue Jul 15, 2019 · 0 comments
Assignees
Labels
enhancement improvements to existing features project config 🐫 features related to Project config

Comments

@leecrosdale
Copy link

Rather than receive the message:

Your project.yaml file was created for different versions of Craft and/or plugins than what’s currently installed.

Try running composer install from your terminal to resolve.

It would be good to see the plugin / issue causing that message, maybe schemaVersion comparison and plugin handle?

Your project.yaml file was created for different versions of Craft and/or plugins than what’s currently installed.

The plugin causing the issue is {pluginHandle} on version {existingSchema}
but we expected {incomingSchema}

Try running composer install from your terminal to resolve.

return false;

@brandonkelly brandonkelly added project config 🐫 features related to Project config enhancement improvements to existing features labels Jul 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement improvements to existing features project config 🐫 features related to Project config
Projects
None yet
Development

No branches or pull requests

3 participants