Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Jinkler Posted October 11, 2010 Posted October 11, 2010 I've just installed memcache and enabled it as per the instructions on here. I'm getting a header output problem though:Warning: memcache_connect() [function.memcache-connect]: Can't connect to localhost:11211, Connection refused (111) in /home/talkford/public_html/ips_kernel/classCacheMemcache.php on line 93 Warning: Cannot modify header information - headers already sent by (output started at /home/talkford/public_html/ips_kernel/classCacheMemcache.php:93) in /home/talkford/public_html/admin/sources/classes/output/formats/html/htmlOutput.php on line 109 Warning: Cannot modify header information - headers already sent by (output started at /home/talkford/public_html/ips_kernel/classCacheMemcache.php:93) in /home/talkford/public_html/admin/sources/classes/output/formats/html/htmlOutput.php on line 120 Any ideas?
Martin A. Posted October 11, 2010 Posted October 11, 2010 The error says that PHP can't connect to the Memcache server. Make sure that the service is running, and that it's accepting incoming connections.
Jinkler Posted October 12, 2010 Author Posted October 12, 2010 My host has verified it's running, but I still get this error. Can it only be related to whether it's running or not? Do you know of anything else that might cause this issue?
Robulosity2 Posted October 12, 2010 Posted October 12, 2010 The ACL's on the machine may be blocking the local connection for it, or it may not be listening ON that port
Jinkler Posted October 12, 2010 Author Posted October 12, 2010 I've resolved it for the moment, it appears to keep dieing. It'll be a problem for my host to sort out, but at the moment it's running fine. Thanks for the help :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.