Details
Description
lib/memcached.class.php says:
$this->prefix = $CFG->dbname .'|' . $CFG->prefix . '|';
but config.php has no 'dbname', it has
$CFG->dbhost = 'user=\'moodle\' password=\'*****\' dbname=\'moodle07\'';
lib/memcached.class.php says:
$this->prefix = $CFG->dbname .'|' . $CFG->prefix . '|';
but config.php has no 'dbname', it has
$CFG->dbhost = 'user=\'moodle\' password=\'*****\' dbname=\'moodle07\'';