hashbangcode / vlad

Vlad - Vagrant LAMP Ansible Drupal
173 stars 53 forks source link

Memcache module status report. #290

Open drupality opened 8 years ago

drupality commented 8 years ago

After enabling Memcache module:

PECL Memcache version 2.2.7 is unsupported. Please update to 3.0.6 or newer.

I was trying to install newer version, but with no luck.

Can newer memcache support be added on box level?

philipnorton42 commented 8 years ago

Thanks for reporting. Definitely something we should fix :)

babruix commented 8 years ago

Instead of 'pecl install memcache' try 'pecl install memcache-beta' - write correct path to it in php.ini and then restart appache, that solved issue for me.