You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not deliberately, no. I am unsure how this directory got deleted, probably when I was messing around trying to get migrated from owncloud or perhaps when I was trying to get those files stored on a different logical volume. These things happen.
In any case, the result was a permissions error. I had to strace the php binary to find out that the error was thrown because the scripts tried to access a directory that didn't exist. If you don't want maintenance::repair to automatically correct such flaws, so be it but then accurate error reporting would be very helpful.
Steps to reproduce
Expected behaviour
maintenance:repair should restore obviously missing and required directories.
optionally, the core file module should restore the missing directory.
Actual behaviour
directory is not restored and error can only be recovered from manually.
The text was updated successfully, but these errors were encountered: