Closed (fixed)
Project:
Drupal core
Version:
8.3.x-dev
Component:
sqlite db driver
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jan 2017 at 11:13 UTC
Updated:
25 Feb 2017 at 03:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
alexpottRunning locally the exception is thrown with
SQLSTATE[HY000] [14] unable to open database file
/Volumes/devdisk/dev/sites/drupal8alt.dev/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php line 120...
So this is now not happening on testbot for some reason.
Comment #3
alexpottSo if you do
On a testbot then it'll write a file "wrong" to the root directory. Basically php can write anywhere on the disk. This must have been part of the recent permission changes.
Comment #4
alexpottThe attached patch passes on a local DrupalCI and running the test without DrupalCI.
Comment #5
alexpottThis fail was caused by a change in permissions on DrupalCI. This change has been reverted so for now this has been fixed by #2841024: Investigate overly permissive permission issues in containers.
Comment #6
xjmComment #7
alexpottThis is happening again. Whilst we could go with #4 I don't think that that is good option because that'd just be hiding a permissions error.
Comment #8
MixologicThis regression was refixed today.