Notice (8): MemcachePool::get(): Server proven-cache.kmvdqz.cfg.use1.cache.amazonaws.com (tcp 11211, udp 0) failed with: Connection timed out (110) [CORE/Cake/Cache/Engine/MemcacheEngine.php, line 152]
Warning (512): default cache was unable to write '_log' to Memcache cache [CORE/Cake/Cache/Cache.php, line 328]
Errors Warning (2): filemtime(): stat failed for /var/app/current/app/View/Layouts/../../webroot/css/proven.min.css [APP/View/Layouts/default.ctp, line 58]" type="text/css" />

Missing Method in PagesController

Error: The action sanFrancisco is not defined in controller PagesController

Error: Create PagesController::sanFrancisco() in file: app/Controller/PagesController.php.

<?php
class PagesController extends AppController {


	public function sanFrancisco() {

	}

}

Notice: If you want to customize this error message, create app/View/Errors/missing_action.ctp

Stack Trace

(default) 3 queries took 6 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1BEGIN000
2INSERT INTO `proven_production`.`logs` (`number`, `type`, `message`, `created`, `ip`, `hostname`, `uri`, `refer`, `user_agent`) VALUES (0, 'error', '[MissingActionException] Action PagesController::sanFrancisco() could not be found.\nException Attributes: array (\n \'controller\' => \'PagesController\',\n \'action\' => \'sanFrancisco\',\n)\nRequest URL: /pages/sanFrancisco?url=pages%2FsanFrancisco\nStack Trace:\n#0 /var/app/current/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))\n#1 /var/app/current/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))\n#2 /var/app/current/app/webroot/index.php(118): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))\n#3 {main}', '2024-03-29 09:09:21', '172.30.2.72', 'www.proven.com', '/pages/sanFrancisco', NULL, 'claudebot')113
3COMMIT113