Skip to content
This repository has been archived by the owner on Aug 10, 2020. It is now read-only.

Memcache issues #31

Open
2 of 3 tasks
PatelUtkarsh opened this issue Feb 2, 2018 · 1 comment
Open
2 of 3 tasks

Memcache issues #31

PatelUtkarsh opened this issue Feb 2, 2018 · 1 comment

Comments

@PatelUtkarsh
Copy link

PatelUtkarsh commented Feb 2, 2018

Running wp command throws this warning.

Example: ee4 wp test2.com cache type

PHP Warning:  Module 'memcache' already loaded in Unknown on line 0
Default

Also, Memcache seems to be not configured properly, See below:

$ ee4 wp test2.com cache add foo 1
PHP Warning:  Module 'memcache' already loaded in Unknown on line 0
Success: Added object 'foo' in group 'default'.

$ ee4 wp test2.com cache get foo
PHP Warning:  Module 'memcache' already loaded in Unknown on line 0
Error: Object with key 'foo' and group 'default' not found.
Failed to run with the arguments provided: wp test2.com cache get foo

Usage:  ee4 [Global Options|Commands]

Subtasks:

  • Config memcache
  • Fix memcache error PHP Warning: Module 'memcache' already loaded in Unknown on line 0
  • When wp-cli command fails with error it should not show ee4 help.
@mbtamuli
Copy link
Contributor

The wordpress image used by ee4 is being built using this Dockerfile

So changes need to be made to this Dockerfile.

@mbtamuli mbtamuli added the bug label Feb 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants