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 EmployersController

Error: The action postingOptions is not defined in controller EmployersController

Error: Create EmployersController::postingOptions() in file: app/Controller/EmployersController.php.

<?php
class EmployersController extends AppController {


	public function postingOptions() {

	}

}

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 EmployersController::postingOptions() could not be found.\nException Attributes: array (\n \'controller\' => \'EmployersController\',\n \'action\' => \'postingOptions\',\n)\nRequest URL: /employers/postingOptions?url=employers%2FpostingOptions\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(EmployersController), Object(CakeRequest))\n#2 /var/app/current/app/webroot/index.php(118): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))\n#3 {main}', '2024-04-20 02:19:30', '172.30.0.47', 'www.proven.com', '/employers/postingOptions', NULL, 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)')113
3COMMIT113