-
Notifications
You must be signed in to change notification settings - Fork 116
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
Fatal error, migrations not working #202
Comments
The same thing is happening to me.
|
Sorry, I made the report on the wrong repo. As I said in my duplicate report, the issue is cause of the new Phinx interface method in this commit |
PR #204 opened to address this issue. |
A new release has been tagged. |
Any way we can track when the Phinx 0.5.2 will be supported? They included some new things like support for creating full-text indexes that are quite welcome. |
A release will be made when support for phinx 0.5.2 will be added. |
This is a (multiple allowed):
What you did
trying to run pretty much any migrations command from shell (specifically "migrate" or "status" or "create") and tried the -p flag.
Expected Behavior
That a migration would create the users table, or create a user migration file if I create my own users table.
Actual Behavior
Nothing happens, I just get this message : Fatal error: Class Migrations\CakeAdapter contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Phinx\Db\Adapter\AdapterInterface::getVersionLog) in /Applications/nginxstack-1.9.10-0/apps/[domain name]/htdocs/vendor/cakephp/migrations/src/CakeAdapter.php on line 670
The text was updated successfully, but these errors were encountered: