Configuration in settings.php file isn't compatible with other modules
srobert72 - August 29, 2009 - 18:54
| Project: | Memcache API and Integration |
| Version: | 6.x-1.x-dev |
| Component: | Documentation |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Jump to:
Description
Here is my reported issue for i18n module :
#556074: Internationalization of site information
I think settings documentation for Memcache module should be updated.

#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