Download & Extend

Configuration in settings.php file isn't compatible with other modules

Project:Memcache API and Integration
Version:6.x-1.x-dev
Component:Documentation
Category:task
Priority:normal
Assigned:Unassigned
Status:needs review

Issue Summary

Here is my reported issue for i18n module :
#556074: Internationalization of site information

I think settings documentation for Memcache module should be updated.

Comments

#1

This should be replaced on project home:

$conf = array(
      'cache_inc' => './sites/all/modules/memcache/memcache.inc'
    );

with

$conf['cache_inc'] = './sites/all/modules/memcache/memcache.inc';

#2

#3

Status:active» needs review

#4

Category:bug report» task

#5

Here is a patch for this. I also added in my $conf['memcache_key_prefix'] trick

<?php
$conf
['memcache_key_prefix'] = basename(realpath(conf_path()));
?>

It's one less thing I have to worry about.

Patch also fixes white space issues with the readme file.

AttachmentSize
memcache-readme-563284-5-D6.patch 7.36 KB
nobody click here