purify icon indicating copy to clipboard operation
purify copied to clipboard

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

Open MukiA opened this issue 4 years ago • 4 comments

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?

MukiA avatar Jan 13 '20 00:01 MukiA

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.

leonelngande avatar Feb 13 '20 10:02 leonelngande

just create a "purify" folder in your storage folder

hilmanski avatar Feb 14 '20 02:02 hilmanski

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

Kwaadpepper avatar Jan 08 '21 14:01 Kwaadpepper

~~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

Tofandel avatar Mar 16 '22 10:03 Tofandel