two drupal using memcached::need help
| Project: | Memcache API and Integration |
| Version: | 6.x-1.2 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
* warning: array_map() [function.array-map]: Argument #2 should be an array in C:\root\feed\modules\system\system.module on line 966.
* warning: array_keys() [function.array-keys]: The first argument should be an array in C:\root\feed\includes\theme.inc on line 1762.
* warning: Invalid argument supplied for foreach() in C:\root\feed\includes\theme.inc on line 1762.
now , i know that why the above warning showup!
in two drupal site , if they both using memcache module , the setting.php could not just be
$conf = array(
// The path to wherever memcache.inc is. The easiest is to simply point it
// to the copy in your module's directory.
'cache_inc' => './sites/all/modules/memcache/memcache.inc',
// or
// 'cache_inc' => './sites/all/modules/memcache/memcache.db.inc',
);am i right? if yes , how to config it
as in my situation , i have a website folder "feed" with a domain "mylove.blog.bojistudio.org" and another website "base" with a domain "base.blog.bojistudio.org"
sorry , i could not understand your document
