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

I think settings documentation for Memcache module should be updated.

CommentFileSizeAuthor
#5 memcache-readme-563284-5-D6.patch7.36 KBmikeytown2

Comments

hass’s picture

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';
hass’s picture

hass’s picture

Status: Active » Needs review
hass’s picture

Category: bug » task
mikeytown2’s picture

StatusFileSize
new7.36 KB

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

$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.

markpavlitski’s picture

Status: Needs review » Fixed

I believe this has been addressed in the recent documentation rewrite by Jeremy.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.