Giter VIP home page Giter VIP logo

Comments (4)

fss18 avatar fss18 commented on July 29, 2024

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

from aws-refarch-wordpress.

parque-docs avatar parque-docs commented on July 29, 2024

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.

from aws-refarch-wordpress.

tedsecretsource avatar tedsecretsource commented on July 29, 2024

Have you tried W3 Total Cache Fixed? Might help…

from aws-refarch-wordpress.

pkhadka56 avatar pkhadka56 commented on July 29, 2024

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

from aws-refarch-wordpress.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.