PDA

View Full Version : Fatal Error: unable to connect to memcache server in /includes/class_datastore.php


Sidane
Wed 5th Mar '08, 6:47pm
Fatal Error: unable to connect to memcache server in /includes/class_datastore.php on line 309
This error has been popping up intermittently on my site over the last few weeks.

The site is running on a two server setup - 1 web server, 1 db server. Memcache is running on the DB server. Previously it was on the web server and AFAIK this problem never occurred. It seems to have cropped up after the move to the DB server.

I added $config['Misc']['memcachetimeout'] = 2; to /includes/config.php to see if it helped, but no joy.

Any advise on what could be wrong?

Thanks in advance.

Sidane
Wed 5th Mar '08, 6:49pm
Apologies, I should have posted this in the 3.6 Troubleshooting forum.

Also, another note, I think this error is mostly occuring when the site is busy - 1500+ simultaneous users.