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

hass - August 29, 2009 - 19:39

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

hass - August 29, 2009 - 19:40

#3

hass - August 29, 2009 - 19:40
Status:active» needs review

#4

hass - August 29, 2009 - 19:40
Category:bug report» task
 
 

Drupal is a registered trademark of Dries Buytaert.