Posted by srobert72 on August 29, 2009 at 6:54pm
| 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
Marked #556074: Internationalization of site information as a duplicate.
#3
#4
#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.