Hi I\'m having trouble setting up my Rails project on my server because apache keeps complaining
DalliError: No server available.
DalliError: No server available
I installed
In my case, I had recently updated memcached on the server, but the Ruby daemon had kept running through the upgrade. After simply restarting the Ruby daemon, the errors went away. (I also restarted mechached.)