Getting Error 324 (net::ERR_EMPTY_RESPONSE). when using memcache in kohana
问题 i'm getting this error when i try to use memcache using kohana. all i did was changed the hostname in the configuration file and used $cache = Cache::instance('memcache'); . i can telnet my memcached servers so probably the problem is not there. any help? 回答1: The error described is a Google Chrome error. This suggests that Kohana is not responding with anything, most likely because the error/exception handling is being suppressed. Check that PHP error_reporting is on ( E_ALL is a good value)