I just installed OwnCloud and noticed in the "Admin > General" setting area I am getting the following error... "No memory cache has been configured"
I checked my info.php file to see what all is installed with PHP and noticed Memcache is installed. I have memcache version 2.2.7 & memcached version 2.2.0. My site is hosted with A2 Hosting, so I do have access to the .htaccess file. What do I need to do configure this so that my Memory Cache is configured or recognized??
I tried editing the config.php file and added both "'memcache.local' => '\OC\Memcache\APCu'," & " 'memcache.distributed' => '\OC\Memcache\Memcached'," to my config.php file but once I save file and refresh site I get errors all over the site and the site will no longer load properly...SO that code clearly breaks my website.
Am I missing something?
ALSO I am getting the following error message too in the Admin area:
Transactional file locking should be configured to use memory-based locking
Any help with this would be great!