-
Notifications
You must be signed in to change notification settings - Fork 19
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
Error when installing site on df using SQLite #193
Comments
Could this possibly have something to do with core and how it writes to different databases? Might be good to follow up with some sqlite tests for config_rewrite? |
It could be a core bug that trickles down here. I didn't have time to debug this so I just thought I'd open a ticket here to make sure it has been written down somewhere. |
I ran into the same issue using SQLite in testing. I moved the workflows.workflow.editorial.yml from rewrite into optional, and it worked. |
I believe that'd be from an older version of DF, Ron. As of this commit and later this commit 22 days ago Are both of you using the latest release? These changes should be in rc2 |
I created my project by using |
I wonder if composer/packagist sees the 4.0.0-rcX versions as lesser than 4.0.0-betaX? Very strange. We've had two releases since beta4. :( https://packagist.org/packages/acquia/df |
I went ahead and did some tighter version constraints in df-project and updated packagist. The SHA you should see when running is:
This version downloaded
Gonna go ahead and close this one since its resolved and start up a new thread about that. |
Just realized it was the VCS definitions that needed to be added. Updated, so look for |
I tried to install df with SQLite but I got the following error:
This error doesn't happen with the exact same setup when Mysql is being used.
The text was updated successfully, but these errors were encountered: