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

dev:console make:model is not working in 2.4.6-beta2 #1111

Closed
cmuench opened this issue Jan 25, 2023 · 4 comments · Fixed by #1112
Closed

dev:console make:model is not working in 2.4.6-beta2 #1111

cmuench opened this issue Jan 25, 2023 · 4 comments · Fixed by #1112
Labels

Comments

@cmuench
Copy link
Member

cmuench commented Jan 25, 2023

Describe the bug

If I open the dev:console in Magento 2.4.6-beta2 and create a model with make:model I see an error.

Error Call to undefined method Composer\Pcre\Preg::isMatchStrictGroups().

Expected behaviour

Model class should be created.

Steps to reproduce the issue

  1. Install Magento 2.4.6-beta2 (not officially released, yet)
  2. Go to dev:console
  3. Create a new module with make:module
  4. Try to create a mode with make:model

Technical details

  • Host Machine OS (Windows/Linux/Mac): Linux in ddev
  • PHP 8.2
@cmuench cmuench added the bug label Jan 25, 2023
@cmuench
Copy link
Member Author

cmuench commented Jan 25, 2023

make:class works.

@cmuench
Copy link
Member Author

cmuench commented Jan 25, 2023

make:block -> same issue

@cmuench
Copy link
Member Author

cmuench commented Jan 25, 2023

make:command -> same issue

@cmuench
Copy link
Member Author

cmuench commented Jan 25, 2023

All make:config commands are OK.

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

Successfully merging a pull request may close this issue.

1 participant