[support] Drupal7 + Memcache install issue

Austin Einter austin.einter at gmail.com
Sun Mar 17 12:02:06 UTC 2013


Dear All
I am facing some issues with Memcache install in a Drupal 7 site.
Environment CentOs 7.3, Drupal 7.15

1. First I Installed memcached using yum command (tried two times one time
from remi repo and other time from base repo).
2. I configured /etc/sysconfig/memcacche config file
3. Started memached service

Looks everything went fine.

Then I
1. installed php-pecl-memcache from remi repo
2. enabled memcache module in drupal

Added below lines in settings.php file

include_once('./includes/cache.inc');
include_once('./sites/all/modules/memcache/memcache.inc');
$conf['cache_backends'][] = 'sites/all/modules/memcache/memcache.inc';
$conf['cache_default_class'] = 'MemCacheDrupal';
$conf['cache_class_cache_form'] = 'DrupalDatabaseCache';


After that I restarted memcached, httpd service.

Next I am unable to access my site. If I do not use memcache it is running
fine, once i enable memcache it does not run.

Anybody has faced this issue.

Kindly guide how to resolve this issue.

Thanks
Austin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/support/attachments/20130317/63aef5a6/attachment.html 


More information about the support mailing list