View Single Post
  #8  
Old 28th January 2015, 04:34
autotron autotron is offline
Senior Member
 
Join Date: Apr 2008
Canada
Posts: 29
Default
create a file called info.php with just this in it
Code:
<?php

phpinfo();

?>
open it in your browser (http://yoursite.com/info.php)
scroll down you should see a section labeled memcache if you dont see it then its not installed correctly, also make sure you followed exactly the chmod instructions.


Reply With Quote