Closed challgren closed 1 year ago
Can also confirm this is happening with cakephp/migrations 3.7.0 and robmorgan/phinx 0.13.3
Why is debug disabled locally? And why inside this repo? Usually you create them on project level
This is happening in production with debug disabled.
What are you doing? You should be doing anything with that path outside of development, and not even then inside plugin
My app is booting, part of the boot process is to run migrations with debug off. Ever since 3.6.1 cakephp/migrations config/Seeds directory is required. So when I run your migrations on production it errors out because the seeds directory doesn't exist.
You commented on the upstream changes https://github.com/cakephp/migrations/pull/584#pullrequestreview-1159710155
Yeah, thats a migrations Bug Nothing we need to solve inside plugins
Using the following configurations
CakePHP version 4.4.8 Dereuromark/CakePHP Queue 6.5.0 cakephp/migrations 3.6.1 robmorgan/phinx 0.12.13 debug = false
The following error occurs when running
bin/cake migrations migrate -p Queue