cachethq / cachethq/Docker

Cache store [] is not defined

Open
#339 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
439
Forks
271
PR merge metrics
No merged PRs in 30d

Description

Hello,

Just start with last Docker image (using PHP7.2 & CachetHQ 2.4)

I have this error
Cache store [] is not defined

But everything look like allright in my .env
`
APP_ENV="production"
APP_DEBUG="true"
APP_URL="http://10.xxxxxxxxxxxxxxx"
APP_LOG="errorlog"
APP_KEY="base64:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx="

DB_DRIVER="pgsql"
DB_HOST="postgres"
DB_DATABASE="postgres"
DB_USERNAME="postgres"
DB_PASSWORD="postgres"
DB_PORT="5432"
DB_PREFIX="chq_"

DOCKER=true

CACHE_DRIVER="apc"

SESSION_DRIVER="apc"
SESSION_DOMAIN="apc"

QUEUE_DRIVER="database"

CACHET_EMOJI="false"
CACHET_BEACON="true"
CACHET_AUTO_TWITTER="true"

MAIL_DRIVER="smtp"
MAIL_HOST="xxxxxxxxxxxxxxxxxxxx.com"
MAIL_PORT="25"

NEXMO_SMS_FROM="Cachet"`

Thx

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.