Notice (8): Memcache::get() [memcache.get]: send of 32 bytes failed with errno=104 Connection reset by peer [CORE/cake/libs/cache/memcache.php, line 123]

Notice: Memcache::get() [memcache.get]: send of 31 bytes failed with errno=32 Broken pipe in /home/remote/rockstargames/balancer.rockstargames.com/htdocs/cake/1.3/libs/cache/memcache.php on line 123
Notice (8): Memcache::get() [memcache.get]: Server 10.90.0.209 (tcp 22122) failed with: Failed writing command to stream (0) [CORE/cake/libs/cache/memcache.php, line 123]
CakePHP: the rapid development php framework: Errors

Missing Method in AgegateController

Error: The action ref= is not defined in controller AgegateController

Error: Create AgegateController::ref=() in file: 1.0/controllers/agegate_controller.php.

<?php
class AgegateController extends AppController {

	var $name = 'Agegate';


	function ref=() {

	}

}
?>

Notice: If you want to customize this error message, create 1.0/views/errors/missing_action.ctp.