Skip to content

can't apply existing project config: No plugin exists with the handle "<...>" #7997

Answered by brandonkelly
D3strukt0r asked this question in Q&A
Discussion options

You must be logged in to vote

For Craft to be able to use the existing project config files during installation, the installed version of Craft and plugins must be identical to what they were on the environment where the project config files came from, at the time they were exported.

Try doing this:

  1. Go back to the original environment and run php craft project-config/rebuild
  2. Now copy its project config files, composer.json and composer.lock over to a new project.
  3. Run composer install on the new project
  4. Run php craft install on the new project

If it still doesn’t pull in the project config files, please send a database backup from your original install, and your Composer files over to [email protected], and we can…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@D3strukt0r
Comment options

@brandonkelly
Comment options

@mattstein
Comment options

Answer selected by brandonkelly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants