private function __generateApiResponseCodes() { $this->apiResponseCodesArr = array( API_CODE_INVALID_API_CALL => 'Invalid api method.',
AppController::__generateApiResponseCodes() - APP/Controller/AppController.php, line 319
AppController::beforeFilter() - APP/Controller/AppController.php, line 108
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 248
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 674
ExceptionRenderer::_getController() - CORE/Cake/Error/ExceptionRenderer.php, line 157
ExceptionRenderer::__construct() - CORE/Cake/Error/ExceptionRenderer.php, line 95
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 122
[main] - [internal], line ??
Notice (8): Use of undefined constant API_CODE_BLANK_PUBLIC_KEY - assumed 'API_CODE_BLANK_PUBLIC_KEY' [APP/Controller/AppController.php, line 320]
$this->apiResponseCodesArr = array( API_CODE_INVALID_API_CALL => 'Invalid api method.', API_CODE_BLANK_PUBLIC_KEY => 'Please provide your public key.',
AppController::__generateApiResponseCodes() - APP/Controller/AppController.php, line 320
AppController::beforeFilter() - APP/Controller/AppController.php, line 108
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 248
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 674
ExceptionRenderer::_getController() - CORE/Cake/Error/ExceptionRenderer.php, line 157
ExceptionRenderer::__construct() - CORE/Cake/Error/ExceptionRenderer.php, line 95
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 122
[main] - [internal], line ??
Notice (8): Use of undefined constant API_CODE_INVALID_PUBLIC_KEY - assumed 'API_CODE_INVALID_PUBLIC_KEY' [APP/Controller/AppController.php, line 321]
API_CODE_INVALID_API_CALL => 'Invalid api method.', API_CODE_BLANK_PUBLIC_KEY => 'Please provide your public key.', API_CODE_INVALID_PUBLIC_KEY => 'Public key is not valid.',
AppController::__generateApiResponseCodes() - APP/Controller/AppController.php, line 321
AppController::beforeFilter() - APP/Controller/AppController.php, line 108
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 248
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 674
ExceptionRenderer::_getController() - CORE/Cake/Error/ExceptionRenderer.php, line 157
ExceptionRenderer::__construct() - CORE/Cake/Error/ExceptionRenderer.php, line 95
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 122
[main] - [internal], line ??
Notice (8): Use of undefined constant API_CODE_PUBLIC_KEY_FAIL - assumed 'API_CODE_PUBLIC_KEY_FAIL' [APP/Controller/AppController.php, line 322]
API_CODE_BLANK_PUBLIC_KEY => 'Please provide your public key.', API_CODE_INVALID_PUBLIC_KEY => 'Public key is not valid.', API_CODE_PUBLIC_KEY_FAIL => 'An error occured while generating access key. Please try again.',
AppController::__generateApiResponseCodes() - APP/Controller/AppController.php, line 322
AppController::beforeFilter() - APP/Controller/AppController.php, line 108
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 248
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 674
ExceptionRenderer::_getController() - CORE/Cake/Error/ExceptionRenderer.php, line 157
ExceptionRenderer::__construct() - CORE/Cake/Error/ExceptionRenderer.php, line 95
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 122
[main] - [internal], line ??
Notice (8): Use of undefined constant API_CODE_MISSING_ACCESS_KEY - assumed 'API_CODE_MISSING_ACCESS_KEY' [APP/Controller/AppController.php, line 323]
API_CODE_INVALID_PUBLIC_KEY => 'Public key is not valid.', API_CODE_PUBLIC_KEY_FAIL => 'An error occured while generating access key. Please try again.', API_CODE_MISSING_ACCESS_KEY => 'Access key is invalid or missing. A valid access key is required to access this api.',
AppController::__generateApiResponseCodes() - APP/Controller/AppController.php, line 323
AppController::beforeFilter() - APP/Controller/AppController.php, line 108
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 248
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 674
ExceptionRenderer::_getController() - CORE/Cake/Error/ExceptionRenderer.php, line 157
ExceptionRenderer::__construct() - CORE/Cake/Error/ExceptionRenderer.php, line 95
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 122
[main] - [internal], line ??
Notice (8): Use of undefined constant API_CODE_NO_POST - assumed 'API_CODE_NO_POST' [APP/Controller/AppController.php, line 324]
API_CODE_PUBLIC_KEY_FAIL => 'An error occured while generating access key. Please try again.', API_CODE_MISSING_ACCESS_KEY => 'Access key is invalid or missing. A valid access key is required to access this api.', API_CODE_NO_POST => 'You must post data to this api.',
AppController::__generateApiResponseCodes() - APP/Controller/AppController.php, line 324
AppController::beforeFilter() - APP/Controller/AppController.php, line 108
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 248
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 674
ExceptionRenderer::_getController() - CORE/Cake/Error/ExceptionRenderer.php, line 157
ExceptionRenderer::__construct() - CORE/Cake/Error/ExceptionRenderer.php, line 95
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 122
[main] - [internal], line ??
Notice (8): Use of undefined constant API_CODE_LOGIN_SUCCESS - assumed 'API_CODE_LOGIN_SUCCESS' [APP/Controller/AppController.php, line 325]
API_CODE_MISSING_ACCESS_KEY => 'Access key is invalid or missing. A valid access key is required to access this api.', API_CODE_NO_POST => 'You must post data to this api.', API_CODE_LOGIN_SUCCESS => 'Login success.',
AppController::__generateApiResponseCodes() - APP/Controller/AppController.php, line 325
AppController::beforeFilter() - APP/Controller/AppController.php, line 108
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 248
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 674
ExceptionRenderer::_getController() - CORE/Cake/Error/ExceptionRenderer.php, line 157
ExceptionRenderer::__construct() - CORE/Cake/Error/ExceptionRenderer.php, line 95
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 122
[main] - [internal], line ??
Notice (8): Use of undefined constant API_CODE_LOGIN_FAILED - assumed 'API_CODE_LOGIN_FAILED' [APP/Controller/AppController.php, line 326]
API_CODE_NO_POST => 'You must post data to this api.', API_CODE_LOGIN_SUCCESS => 'Login success.', API_CODE_LOGIN_FAILED => 'Login failed.',
AppController::__generateApiResponseCodes() - APP/Controller/AppController.php, line 326
AppController::beforeFilter() - APP/Controller/AppController.php, line 108
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 248
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 674
ExceptionRenderer::_getController() - CORE/Cake/Error/ExceptionRenderer.php, line 157
ExceptionRenderer::__construct() - CORE/Cake/Error/ExceptionRenderer.php, line 95
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 122
[main] - [internal], line ??
Notice (8): Use of undefined constant API_CODE_LOGOUT_SUCCESS - assumed 'API_CODE_LOGOUT_SUCCESS' [APP/Controller/AppController.php, line 327]
AppController::__generateApiResponseCodes() - APP/Controller/AppController.php, line 327
AppController::beforeFilter() - APP/Controller/AppController.php, line 108
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 248
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 674
ExceptionRenderer::_getController() - CORE/Cake/Error/ExceptionRenderer.php, line 157
ExceptionRenderer::__construct() - CORE/Cake/Error/ExceptionRenderer.php, line 95
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 122
[main] - [internal], line ??
Notice (8): Use of undefined constant API_CODE_LOGOUT_FAILED - assumed 'API_CODE_LOGOUT_FAILED' [APP/Controller/AppController.php, line 328]
AppController::__generateApiResponseCodes() - APP/Controller/AppController.php, line 328
AppController::beforeFilter() - APP/Controller/AppController.php, line 108
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 248
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 674
ExceptionRenderer::_getController() - CORE/Cake/Error/ExceptionRenderer.php, line 157
ExceptionRenderer::__construct() - CORE/Cake/Error/ExceptionRenderer.php, line 95
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 122
[main] - [internal], line ??
Notice (8): Use of undefined constant API_CODE_LONGLAT_SUCCESS - assumed 'API_CODE_LONGLAT_SUCCESS' [APP/Controller/AppController.php, line 329]
API_CODE_LOGOUT_SUCCESS => 'Logout success.', API_CODE_LOGOUT_FAILED => 'Logout failed.', API_CODE_LONGLAT_SUCCESS => 'Longitute and Latitude updated successfully.',
AppController::__generateApiResponseCodes() - APP/Controller/AppController.php, line 329
AppController::beforeFilter() - APP/Controller/AppController.php, line 108
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 248
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 674
ExceptionRenderer::_getController() - CORE/Cake/Error/ExceptionRenderer.php, line 157
ExceptionRenderer::__construct() - CORE/Cake/Error/ExceptionRenderer.php, line 95
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 122
[main] - [internal], line ??
Notice (8): Use of undefined constant API_CODE_LONGLAT_FAILED - assumed 'API_CODE_LONGLAT_FAILED' [APP/Controller/AppController.php, line 330]
API_CODE_LOGOUT_FAILED => 'Logout failed.', API_CODE_LONGLAT_SUCCESS => 'Longitute and Latitude updated successfully.', API_CODE_LONGLAT_FAILED => 'Longitute and Latitude failed to update.',
AppController::__generateApiResponseCodes() - APP/Controller/AppController.php, line 330
AppController::beforeFilter() - APP/Controller/AppController.php, line 108
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 248
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 674
ExceptionRenderer::_getController() - CORE/Cake/Error/ExceptionRenderer.php, line 157
ExceptionRenderer::__construct() - CORE/Cake/Error/ExceptionRenderer.php, line 95
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 122
[main] - [internal], line ??
Notice (8): Use of undefined constant API_CODE_REGISTER_SUCCESS - assumed 'API_CODE_REGISTER_SUCCESS' [APP/Controller/AppController.php, line 331]
API_CODE_LONGLAT_SUCCESS => 'Longitute and Latitude updated successfully.', API_CODE_LONGLAT_FAILED => 'Longitute and Latitude failed to update.', API_CODE_REGISTER_SUCCESS => 'Registration success.',
AppController::__generateApiResponseCodes() - APP/Controller/AppController.php, line 331
AppController::beforeFilter() - APP/Controller/AppController.php, line 108
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 248
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 674
ExceptionRenderer::_getController() - CORE/Cake/Error/ExceptionRenderer.php, line 157
ExceptionRenderer::__construct() - CORE/Cake/Error/ExceptionRenderer.php, line 95
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 122
[main] - [internal], line ??
Notice (8): Use of undefined constant API_CODE_REGISTER_FAILED - assumed 'API_CODE_REGISTER_FAILED' [APP/Controller/AppController.php, line 332]
API_CODE_LONGLAT_FAILED => 'Longitute and Latitude failed to update.', API_CODE_REGISTER_SUCCESS => 'Registration success.', API_CODE_REGISTER_FAILED => 'Registration failed.',
AppController::__generateApiResponseCodes() - APP/Controller/AppController.php, line 332
AppController::beforeFilter() - APP/Controller/AppController.php, line 108
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 248
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 674
ExceptionRenderer::_getController() - CORE/Cake/Error/ExceptionRenderer.php, line 157
ExceptionRenderer::__construct() - CORE/Cake/Error/ExceptionRenderer.php, line 95
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 122
[main] - [internal], line ??
Notice (8): Use of undefined constant API_CODE_RESET_PASSWORD_SUCCESS - assumed 'API_CODE_RESET_PASSWORD_SUCCESS' [APP/Controller/AppController.php, line 333]
AppController::__generateApiResponseCodes() - APP/Controller/AppController.php, line 333
AppController::beforeFilter() - APP/Controller/AppController.php, line 108
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 248
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 674
ExceptionRenderer::_getController() - CORE/Cake/Error/ExceptionRenderer.php, line 157
ExceptionRenderer::__construct() - CORE/Cake/Error/ExceptionRenderer.php, line 95
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 122
[main] - [internal], line ??
Notice (8): Use of undefined constant API_CODE_RESET_PASSWORD_FAILED - assumed 'API_CODE_RESET_PASSWORD_FAILED' [APP/Controller/AppController.php, line 334]
AppController::__generateApiResponseCodes() - APP/Controller/AppController.php, line 334
AppController::beforeFilter() - APP/Controller/AppController.php, line 108
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 248
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 674
ExceptionRenderer::_getController() - CORE/Cake/Error/ExceptionRenderer.php, line 157
ExceptionRenderer::__construct() - CORE/Cake/Error/ExceptionRenderer.php, line 95
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 122
[main] - [internal], line ??
Notice (8): Use of undefined constant API_CODE_DATA_VALIDATION_ERROR - assumed 'API_CODE_DATA_VALIDATION_ERROR' [APP/Controller/AppController.php, line 335]
AppController::__generateApiResponseCodes() - APP/Controller/AppController.php, line 335
AppController::beforeFilter() - APP/Controller/AppController.php, line 108
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 248
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 674
ExceptionRenderer::_getController() - CORE/Cake/Error/ExceptionRenderer.php, line 157
ExceptionRenderer::__construct() - CORE/Cake/Error/ExceptionRenderer.php, line 95
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 122
[main] - [internal], line ??
Notice (8): Use of undefined constant API_CODE_INVALID_LOCATION - assumed 'API_CODE_INVALID_LOCATION' [APP/Controller/AppController.php, line 336]
AppController::__generateApiResponseCodes() - APP/Controller/AppController.php, line 336
AppController::beforeFilter() - APP/Controller/AppController.php, line 108
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 248
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 674
ExceptionRenderer::_getController() - CORE/Cake/Error/ExceptionRenderer.php, line 157
ExceptionRenderer::__construct() - CORE/Cake/Error/ExceptionRenderer.php, line 95
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 122
[main] - [internal], line ??
Notice (8): Use of undefined constant API_CODE_INVALID_POSTAL_CODE - assumed 'API_CODE_INVALID_POSTAL_CODE' [APP/Controller/AppController.php, line 337]
API_CODE_DATA_VALIDATION_ERROR => 'Data validation errors.', API_CODE_INVALID_LOCATION => 'Location is invalid.', API_CODE_INVALID_POSTAL_CODE => 'Postal code in the specified location is invalid.',
AppController::__generateApiResponseCodes() - APP/Controller/AppController.php, line 337
AppController::beforeFilter() - APP/Controller/AppController.php, line 108
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 248
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 674
ExceptionRenderer::_getController() - CORE/Cake/Error/ExceptionRenderer.php, line 157
ExceptionRenderer::__construct() - CORE/Cake/Error/ExceptionRenderer.php, line 95
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 122
[main] - [internal], line ??
Notice (8): Use of undefined constant API_CODE_UPDATE_TAG_SUCCESS - assumed 'API_CODE_UPDATE_TAG_SUCCESS' [APP/Controller/AppController.php, line 338]
API_CODE_INVALID_LOCATION => 'Location is invalid.', API_CODE_INVALID_POSTAL_CODE => 'Postal code in the specified location is invalid.', API_CODE_UPDATE_TAG_SUCCESS => 'Tags updated.',
AppController::__generateApiResponseCodes() - APP/Controller/AppController.php, line 338
AppController::beforeFilter() - APP/Controller/AppController.php, line 108
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 248
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 674
ExceptionRenderer::_getController() - CORE/Cake/Error/ExceptionRenderer.php, line 157
ExceptionRenderer::__construct() - CORE/Cake/Error/ExceptionRenderer.php, line 95
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 122
[main] - [internal], line ??
Notice (8): Use of undefined constant API_CODE_UPDATE_TAG_FAILED - assumed 'API_CODE_UPDATE_TAG_FAILED' [APP/Controller/AppController.php, line 339]
API_CODE_INVALID_POSTAL_CODE => 'Postal code in the specified location is invalid.', API_CODE_UPDATE_TAG_SUCCESS => 'Tags updated.', API_CODE_UPDATE_TAG_FAILED => 'An error occured while saving tags.',
AppController::__generateApiResponseCodes() - APP/Controller/AppController.php, line 339
AppController::beforeFilter() - APP/Controller/AppController.php, line 108
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 248
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 674
ExceptionRenderer::_getController() - CORE/Cake/Error/ExceptionRenderer.php, line 157
ExceptionRenderer::__construct() - CORE/Cake/Error/ExceptionRenderer.php, line 95
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 122
[main] - [internal], line ??
Notice (8): Use of undefined constant API_CODE_UPDATE_TAG_BEFORE_TIME_ERROR - assumed 'API_CODE_UPDATE_TAG_BEFORE_TIME_ERROR' [APP/Controller/AppController.php, line 340]
API_CODE_UPDATE_TAG_SUCCESS => 'Tags updated.', API_CODE_UPDATE_TAG_FAILED => 'An error occured while saving tags.', API_CODE_UPDATE_TAG_BEFORE_TIME_ERROR => 'As a lite user, you can update tags only once in 12 hours.'
AppController::__generateApiResponseCodes() - APP/Controller/AppController.php, line 340
AppController::beforeFilter() - APP/Controller/AppController.php, line 108
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 248
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 674
ExceptionRenderer::_getController() - CORE/Cake/Error/ExceptionRenderer.php, line 157
ExceptionRenderer::__construct() - CORE/Cake/Error/ExceptionRenderer.php, line 95
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 122
[main] - [internal], line ??
Notice (8): Use of undefined constant GM_FROM_EMAIL_ADDRESS - assumed 'GM_FROM_EMAIL_ADDRESS' [CORE/Cake/Network/Email/CakeEmail.php, line 1133]
throw new ConfigureException(__d('cake_dev', '%s not found.', APP . 'Config' . DS . 'email.php'));} $configs = new EmailConfig();
$config = 'default'
CakeEmail::_applyConfig() - CORE/Cake/Network/Email/CakeEmail.php, line 1133
CakeEmail::config() - CORE/Cake/Network/Email/CakeEmail.php, line 1050
CakeEmail::__construct() - CORE/Cake/Network/Email/CakeEmail.php, line 337
AppController::__setEmailSettings() - APP/Controller/AppController.php, line 252
AppController::beforeFilter() - APP/Controller/AppController.php, line 111
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 248
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 674
ExceptionRenderer::_getController() - CORE/Cake/Error/ExceptionRenderer.php, line 157
ExceptionRenderer::__construct() - CORE/Cake/Error/ExceptionRenderer.php, line 95
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 122
[main] - [internal], line ??
Notice (8): Use of undefined constant GM_FROM_EMAIL_NAME - assumed 'GM_FROM_EMAIL_NAME' [CORE/Cake/Network/Email/CakeEmail.php, line 1133]
throw new ConfigureException(__d('cake_dev', '%s not found.', APP . 'Config' . DS . 'email.php'));} $configs = new EmailConfig();
$config = 'default'
CakeEmail::_applyConfig() - CORE/Cake/Network/Email/CakeEmail.php, line 1133
CakeEmail::config() - CORE/Cake/Network/Email/CakeEmail.php, line 1050
CakeEmail::__construct() - CORE/Cake/Network/Email/CakeEmail.php, line 337
AppController::__setEmailSettings() - APP/Controller/AppController.php, line 252
AppController::beforeFilter() - APP/Controller/AppController.php, line 111
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 248
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 674
ExceptionRenderer::_getController() - CORE/Cake/Error/ExceptionRenderer.php, line 157
ExceptionRenderer::__construct() - CORE/Cake/Error/ExceptionRenderer.php, line 95
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 122
[main] - [internal], line ??
Notice (8): Use of undefined constant API_CODE_INVALID_API_CALL - assumed 'API_CODE_INVALID_API_CALL' [APP/Controller/AppController.php, line 131]
AppController::beforeRender() - APP/Controller/AppController.php, line 131
AppController::render() - APP/Controller/AppController.php, line 356
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 276
ExceptionRenderer::error400() - CORE/Cake/Error/ExceptionRenderer.php, line 222
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 178
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 123
[main] - [internal], line ??
Notice (8): Use of undefined constant GM_DATABASE_DATASOURCE - assumed 'GM_DATABASE_DATASOURCE' [CORE/Cake/Model/ConnectionManager.php, line 71]
ConnectionManager::_init() - CORE/Cake/Model/ConnectionManager.php, line 71
ConnectionManager::getDataSource() - CORE/Cake/Model/ConnectionManager.php, line 85
Model::setDataSource() - CORE/Cake/Model/Model.php, line 3225
Model::setSource() - CORE/Cake/Model/Model.php, line 1107
Model::getDataSource() - CORE/Cake/Model/Model.php, line 3247
Model::schema() - CORE/Cake/Model/Model.php, line 1318
Model::_setAliasData() - CORE/Cake/Model/Model.php, line 1193
Model::set() - CORE/Cake/Model/Model.php, line 1156
Model::save() - CORE/Cake/Model/Model.php, line 1632
AppController::logApiRequest() - APP/Controller/AppController.php, line 308
AppController::afterFilter() - APP/Controller/AppController.php, line 118
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 277
ExceptionRenderer::error400() - CORE/Cake/Error/ExceptionRenderer.php, line 222
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 178
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 123
[main] - [internal], line ??
Notice (8): Use of undefined constant GM_DATABASE_PERSISTENT - assumed 'GM_DATABASE_PERSISTENT' [CORE/Cake/Model/ConnectionManager.php, line 71]
ConnectionManager::_init() - CORE/Cake/Model/ConnectionManager.php, line 71
ConnectionManager::getDataSource() - CORE/Cake/Model/ConnectionManager.php, line 85
Model::setDataSource() - CORE/Cake/Model/Model.php, line 3225
Model::setSource() - CORE/Cake/Model/Model.php, line 1107
Model::getDataSource() - CORE/Cake/Model/Model.php, line 3247
Model::schema() - CORE/Cake/Model/Model.php, line 1318
Model::_setAliasData() - CORE/Cake/Model/Model.php, line 1193
Model::set() - CORE/Cake/Model/Model.php, line 1156
Model::save() - CORE/Cake/Model/Model.php, line 1632
AppController::logApiRequest() - APP/Controller/AppController.php, line 308
AppController::afterFilter() - APP/Controller/AppController.php, line 118
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 277
ExceptionRenderer::error400() - CORE/Cake/Error/ExceptionRenderer.php, line 222
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 178
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 123
[main] - [internal], line ??
Notice (8): Use of undefined constant GM_DATABASE_HOST - assumed 'GM_DATABASE_HOST' [CORE/Cake/Model/ConnectionManager.php, line 71]
ConnectionManager::_init() - CORE/Cake/Model/ConnectionManager.php, line 71
ConnectionManager::getDataSource() - CORE/Cake/Model/ConnectionManager.php, line 85
Model::setDataSource() - CORE/Cake/Model/Model.php, line 3225
Model::setSource() - CORE/Cake/Model/Model.php, line 1107
Model::getDataSource() - CORE/Cake/Model/Model.php, line 3247
Model::schema() - CORE/Cake/Model/Model.php, line 1318
Model::_setAliasData() - CORE/Cake/Model/Model.php, line 1193
Model::set() - CORE/Cake/Model/Model.php, line 1156
Model::save() - CORE/Cake/Model/Model.php, line 1632
AppController::logApiRequest() - APP/Controller/AppController.php, line 308
AppController::afterFilter() - APP/Controller/AppController.php, line 118
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 277
ExceptionRenderer::error400() - CORE/Cake/Error/ExceptionRenderer.php, line 222
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 178
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 123
[main] - [internal], line ??
Notice (8): Use of undefined constant GM_DATABASE_USER - assumed 'GM_DATABASE_USER' [CORE/Cake/Model/ConnectionManager.php, line 71]
ConnectionManager::_init() - CORE/Cake/Model/ConnectionManager.php, line 71
ConnectionManager::getDataSource() - CORE/Cake/Model/ConnectionManager.php, line 85
Model::setDataSource() - CORE/Cake/Model/Model.php, line 3225
Model::setSource() - CORE/Cake/Model/Model.php, line 1107
Model::getDataSource() - CORE/Cake/Model/Model.php, line 3247
Model::schema() - CORE/Cake/Model/Model.php, line 1318
Model::_setAliasData() - CORE/Cake/Model/Model.php, line 1193
Model::set() - CORE/Cake/Model/Model.php, line 1156
Model::save() - CORE/Cake/Model/Model.php, line 1632
AppController::logApiRequest() - APP/Controller/AppController.php, line 308
AppController::afterFilter() - APP/Controller/AppController.php, line 118
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 277
ExceptionRenderer::error400() - CORE/Cake/Error/ExceptionRenderer.php, line 222
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 178
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 123
[main] - [internal], line ??
Notice (8): Use of undefined constant GM_DATABASE_PASSWORD - assumed 'GM_DATABASE_PASSWORD' [CORE/Cake/Model/ConnectionManager.php, line 71]
ConnectionManager::_init() - CORE/Cake/Model/ConnectionManager.php, line 71
ConnectionManager::getDataSource() - CORE/Cake/Model/ConnectionManager.php, line 85
Model::setDataSource() - CORE/Cake/Model/Model.php, line 3225
Model::setSource() - CORE/Cake/Model/Model.php, line 1107
Model::getDataSource() - CORE/Cake/Model/Model.php, line 3247
Model::schema() - CORE/Cake/Model/Model.php, line 1318
Model::_setAliasData() - CORE/Cake/Model/Model.php, line 1193
Model::set() - CORE/Cake/Model/Model.php, line 1156
Model::save() - CORE/Cake/Model/Model.php, line 1632
AppController::logApiRequest() - APP/Controller/AppController.php, line 308
AppController::afterFilter() - APP/Controller/AppController.php, line 118
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 277
ExceptionRenderer::error400() - CORE/Cake/Error/ExceptionRenderer.php, line 222
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 178
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 123
[main] - [internal], line ??
Notice (8): Use of undefined constant GM_DATABASE_NAME - assumed 'GM_DATABASE_NAME' [CORE/Cake/Model/ConnectionManager.php, line 71]
ConnectionManager::_init() - CORE/Cake/Model/ConnectionManager.php, line 71
ConnectionManager::getDataSource() - CORE/Cake/Model/ConnectionManager.php, line 85
Model::setDataSource() - CORE/Cake/Model/Model.php, line 3225
Model::setSource() - CORE/Cake/Model/Model.php, line 1107
Model::getDataSource() - CORE/Cake/Model/Model.php, line 3247
Model::schema() - CORE/Cake/Model/Model.php, line 1318
Model::_setAliasData() - CORE/Cake/Model/Model.php, line 1193
Model::set() - CORE/Cake/Model/Model.php, line 1156
Model::save() - CORE/Cake/Model/Model.php, line 1632
AppController::logApiRequest() - APP/Controller/AppController.php, line 308
AppController::afterFilter() - APP/Controller/AppController.php, line 118
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 277
ExceptionRenderer::error400() - CORE/Cake/Error/ExceptionRenderer.php, line 222
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 178
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 123
[main] - [internal], line ??
Notice (8): Use of undefined constant GM_DATABASE_PREFIX - assumed 'GM_DATABASE_PREFIX' [CORE/Cake/Model/ConnectionManager.php, line 71]
ConnectionManager::_init() - CORE/Cake/Model/ConnectionManager.php, line 71
ConnectionManager::getDataSource() - CORE/Cake/Model/ConnectionManager.php, line 85
Model::setDataSource() - CORE/Cake/Model/Model.php, line 3225
Model::setSource() - CORE/Cake/Model/Model.php, line 1107
Model::getDataSource() - CORE/Cake/Model/Model.php, line 3247
Model::schema() - CORE/Cake/Model/Model.php, line 1318
Model::_setAliasData() - CORE/Cake/Model/Model.php, line 1193
Model::set() - CORE/Cake/Model/Model.php, line 1156
Model::save() - CORE/Cake/Model/Model.php, line 1632
AppController::logApiRequest() - APP/Controller/AppController.php, line 308
AppController::afterFilter() - APP/Controller/AppController.php, line 118
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 277
ExceptionRenderer::error400() - CORE/Cake/Error/ExceptionRenderer.php, line 222
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 178
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 123
[main] - [internal], line ??
Notice (8): Use of undefined constant GM_DATABASE_ENCODING - assumed 'GM_DATABASE_ENCODING' [CORE/Cake/Model/ConnectionManager.php, line 71]
ConnectionManager::_init() - CORE/Cake/Model/ConnectionManager.php, line 71
ConnectionManager::getDataSource() - CORE/Cake/Model/ConnectionManager.php, line 85
Model::setDataSource() - CORE/Cake/Model/Model.php, line 3225
Model::setSource() - CORE/Cake/Model/Model.php, line 1107
Model::getDataSource() - CORE/Cake/Model/Model.php, line 3247
Model::schema() - CORE/Cake/Model/Model.php, line 1318
Model::_setAliasData() - CORE/Cake/Model/Model.php, line 1193
Model::set() - CORE/Cake/Model/Model.php, line 1156
Model::save() - CORE/Cake/Model/Model.php, line 1632
AppController::logApiRequest() - APP/Controller/AppController.php, line 308
AppController::afterFilter() - APP/Controller/AppController.php, line 118
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 277
ExceptionRenderer::error400() - CORE/Cake/Error/ExceptionRenderer.php, line 222
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 178
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 123
[main] - [internal], line ??
CakePHP: the rapid development php framework:
Errors/
$siteConfigurationArr['GM_SYNC_PRIVATE_KEY'] = "51f384f4-0b08-4bf2-9372-1b10e830ed26";/* Loads configurations for different hosts */require "gm_hosts_config.php";