View Single Post
  #2  
Old 1st April 2014, 20:17
BamBam0077 BamBam0077 is offline
Banned
 
Join Date: Jul 2013
P2P
Posts: 410
Default
after I edit my config.php for allowed staff I use this :

Code:
<?php

 //clear cache
$memcache = new Memcache;
    $memcache->connect("localhost",11211);
    $memcache->flush();
    //print_r($memcache->getStats());
header("Location: {$INSTALLER09['baseurl']}/index.php");
?>
saved as memcache.php & then upload to /var/www then run it like so : http://domain.com/memcache.php

I had the same issue but that seems to fix my problem good luck!
Reply With Quote
The Following User Says Thank You to BamBam0077 For This Useful Post:
DooM (2nd April 2014)