Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
Update troubleshooting with cache driver
Browse files Browse the repository at this point in the history
  • Loading branch information
alariva committed Nov 8, 2016
1 parent 6580d9c commit 99d48d7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Expand Up @@ -21,7 +21,7 @@ DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=

CACHE_DRIVER=file
CACHE_DRIVER=array
SESSION_DRIVER=file
QUEUE_DRIVER=sync

Expand Down
13 changes: 13 additions & 0 deletions TROUBLESHOOTING.md
Expand Up @@ -55,3 +55,16 @@ Call to undefined function locale_get_primary_language()
### Reference

[Discussion](https://gitter.im/alariva/timegridDevelopment?at=56ab732a8fbaf4220afa165e)

## This cache store does not support tagging.

### Problem

Getting the error *This cache store does not support tagging.*, specially after
registering a business.

In your `.env` file you probably have `CACHE_DRIVER=file`

### Solution

Edit your `.env` file and set `CACHE_DRIVER=array`

0 comments on commit 99d48d7

Please sign in to comment.