Created
November 21, 2012 22:55
-
-
Save ryanneufeld/4128379 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); | |
/* | |
|-------------------------------------------------------------------------- | |
| Enable memcache | |
|-------------------------------------------------------------------------- | |
| | |
| $config['memcache'] = true|false; | |
| | |
*/ | |
$config['memcache'] = false; | |
/* | |
|-------------------------------------------------------------------------- | |
| Root of the cache key tree | |
|-------------------------------------------------------------------------- | |
| | |
| $config['memcache'] = 'ml'; | |
| | |
*/ | |
$config['cache_tree_root'] = 'ml'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A PHP Error was encountered | |
Severity: Warning | |
Message: array_merge(): Argument #1 is not an array< | |
Filename: core/Config.php | |
Line Number: 145 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment