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

Memached doesn't seem to be installed #50

Open
natorious opened this issue Aug 25, 2018 · 4 comments
Open

Memached doesn't seem to be installed #50

natorious opened this issue Aug 25, 2018 · 4 comments

Comments

@natorious
Copy link

After running the template, I can get my site to work but W3 Total Cache's compatibility modal reports that Memcached is not installed. As such, it's not available in any of the dropdowns for caching options.

@fss18
Copy link

fss18 commented Aug 30, 2018

I encounter the same problem.
this pull request #49 will solve your issue

@parque-docs
Copy link

parque-docs commented Sep 15, 2018

I have the same problem. In my case after cf template installation I performed a migration of my previous site using All-in-One WP Migration plugin. After that I installed W3 Total Cache through wp cli (command: wp plugin install w3-total-cache --allow-root ) but after that Memcached option still not available as option. I suppose the migrating operation overwritten some configuration file.

@tedsecretsource
Copy link

Have you tried W3 Total Cache Fixed? Might help…

@pkhadka56
Copy link

I checked /etc/php-7.0.d/50-memcached.ini file which was empty. The solution for me was to re-write the line 982 and 983 in aws-refarch-wordpress-04-web.yaml as the following

sudo echo 'extension=igbinary.so;' | sudo tee -a /etc/php-7.0.d/50-memcached.ini
sudo echo 'extension=/usr/lib64/php/7.0/modules/amazon-elasticache-cluster-client.so;' | sudo tee -a /etc/php-7.0.d/50-memcached.ini

After this, update the stack aws-refarch-wordpress-04-web.yaml

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

5 participants