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

Base directory does not exist, please create or change using %Cache.SerializerPath #29

Closed
MukiA opened this issue Jan 13, 2020 · 4 comments

Comments

@MukiA
Copy link

MukiA commented Jan 13, 2020

I have the same project on 2 different PCs. One works just fine while the other one is getting the following error:

ErrorException
Base directory C:\projects\Laravel\projectName\storage\purify does not exist, please create or change using %Cache.SerializerPath

Any idea on how to fix this?

@leonelngande
Copy link

Just experienced the same issue, don't know if the package is supposed to create the storage/purify directory automatically but the issue was resolved after I created the directory.

@hilmanski
Copy link

just create a "purify" folder in your storage folder

@Kwaadpepper
Copy link

would be nice to add autocreation and checking for this dir.

@Tofandel
Copy link

Tofandel commented Mar 16, 2022

There is also a bug because if storage is a symlink to another location, this error is still thrown, we use laravel envoy and that means our storage is in the root dir but each release gets a symlink to it

Nvm I created the folder in storage/purify instead of storage/app/purify, but yeah this should really be automated though the issue might be upstream then but a patch could be made here

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

6 participants