Skip to content
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

PHP Fatal Error: "The directory of the storage does not exist" #6

Open
pyksid opened this issue Nov 24, 2020 · 0 comments
Open

PHP Fatal Error: "The directory of the storage does not exist" #6

pyksid opened this issue Nov 24, 2020 · 0 comments

Comments

@pyksid
Copy link

pyksid commented Nov 24, 2020

Hello,

When I want to enable the plugin via CLI, I have this error:

$ wp plugin activate cache-master
PHP Fatal error:  Uncaught Shieldon\SimpleCache\Exception\CacheException: The directory of the storage does not exist. in /srv/www/site.com/current/web/app/plugins/cache-master/vendor/shieldon/simple-cache/src/SimpleCache/AssertTrait.php:110
Stack trace:
#0 /srv/www/site.com/current/web/app/plugins/cache-master/vendor/shieldon/simple-cache/src/SimpleCache/Driver/File.php(54): Shieldon\SimpleCache\CacheProvider->assertDirectoryWritable()
#1 /srv/www/site.com/current/web/app/plugins/cache-master/vendor/shieldon/simple-cache/src/SimpleCache/Cache.php(53): Shieldon\SimpleCache\Driver\File->__construct()
#2 /srv/www/site.com/current/web/app/plugins/cache-master/inc/helpers.php(211): Shieldon\SimpleCache\Cache->__construct()
#3 /srv/www/site.com/current/web/app/plugins/cache-master/inc/class-cache-master.php(58): scm_driver_factory()
#4 /srv/www/site.com/current/web/app/plugins/cache-master/cache-master.php(102): Cache_Master->__construct()
#5 /srv/www/site.com/current/web/wp/wp-admin in /srv/www/site.com/current/web/app/plugins/cache-master/vendor/shieldon/simple-cache/src/SimpleCache/AssertTrait.php on line 110
Fatal error: Uncaught Shieldon\SimpleCache\Exception\CacheException: The directory of the storage does not exist. in /srv/www/site.com/current/web/app/plugins/cache-master/vendor/shieldon/simple-cache/src/SimpleCache/AssertTrait.php:110
Stack trace:
#0 /srv/www/site.com/current/web/app/plugins/cache-master/vendor/shieldon/simple-cache/src/SimpleCache/Driver/File.php(54): Shieldon\SimpleCache\CacheProvider->assertDirectoryWritable()
#1 /srv/www/site.com/current/web/app/plugins/cache-master/vendor/shieldon/simple-cache/src/SimpleCache/Cache.php(53): Shieldon\SimpleCache\Driver\File->__construct()
#2 /srv/www/site.com/current/web/app/plugins/cache-master/inc/helpers.php(211): Shieldon\SimpleCache\Cache->__construct()
#3 /srv/www/site.com/current/web/app/plugins/cache-master/inc/class-cache-master.php(58): scm_driver_factory()
#4 /srv/www/site.com/current/web/app/plugins/cache-master/cache-master.php(102): Cache_Master->__construct()
#5 /srv/www/site.com/current/web/wp/wp-admin in /srv/www/site.com/current/web/app/plugins/cache-master/vendor/shieldon/simple-cache/src/SimpleCache/AssertTrait.php on line 110
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant