-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
failed to open stream: No such file or directory JSONCache.php:25 #2912
Comments
Same errors after upgrading to 9.0.0-beta4. |
Are the mixed directory separator types here perhaps the problem? |
Think so |
I pushed a quick fix for this to 8.x and master. I didn't try on Windows so not 100% sure. Please post here if this fixes or does not fix the problem. I'll reopen if needed. |
My fix caused test fails, so reverted both branches. Someone needs to work on a better fix. |
drush_mkdir() function ensures only ".drush\cache\factory\Drush" path ($this->directory) and not path from $cid. |
Pushed a different fix to 8.x and master. |
[warning] file_put_contents(C:/Users/Administrator/.drush/cache/factory/Drush\Commands\ValidatorsCommands.cache): faile
d to open stream: No such file or directory JSONCache.php:25
drush:9.0.0-beta4
php:7.1.8
drupal:8.3.7
The text was updated successfully, but these errors were encountered: