prosper202 v1.2.0 with xcache
alter if() to if() and elseif() in 202-config/connect.php
if( @xcache_set( 'test', 'test' ) ) {
if( include_once($_SERVER['DOCUMENT_ROOT'] . '/202-config/class-xcache.php') ) {
$memcache = new XCache;
...