Notice (8): Undefined property: Email::$enabled [CORE/cake/libs/controller/component.php, line 145]
Code |
Context$controller = EmailsController
EmailsController::$name = "Emails"
EmailsController::$helpers = array
EmailsController::$components = array
EmailsController::$uses = array
EmailsController::$here = "/pp/emails/join"
EmailsController::$webroot = "/pp/"
EmailsController::$action = "join"
EmailsController::$params = array
EmailsController::$data = NULL
EmailsController::$paginate = array
EmailsController::$viewPath = "emails"
EmailsController::$layoutPath = NULL
EmailsController::$viewVars = array
EmailsController::$pageTitle = false
EmailsController::$modelNames = array
EmailsController::$base = "/pp"
EmailsController::$layout = "default"
EmailsController::$autoRender = false
EmailsController::$autoLayout = true
EmailsController::$Component = Component object
EmailsController::$view = "View"
EmailsController::$ext = ".ctp"
EmailsController::$output = NULL
EmailsController::$plugin = NULL
EmailsController::$cacheAction = false
EmailsController::$persistModel = false
EmailsController::$passedArgs = array
EmailsController::$scaffold = false
EmailsController::$methods = array
EmailsController::$modelClass = "Email"
EmailsController::$modelKey = "email"
EmailsController::$validationErrors = NULL
EmailsController::$_log = NULL
EmailsController::$Session = SessionComponent object
EmailsController::$Auth = AuthComponent object
EmailsController::$Cookie = CookieComponent object
EmailsController::$RequestHandler = RequestHandlerComponent object
EmailsController::$Audioup = AudioupComponent object
EmailsController::$fileManager = fileManagerComponent object
EmailsController::$Email = Email object
EmailsController::$Config = Config object
$url = "/users/login"
$status = null
$exit = true
$response = array(
null
)
$name = "Email"
$component = Email
Email::$name = "Email"
Email::$validate = array
Email::$useDbConfig = "default"
Email::$useTable = "emails"
Email::$displayField = "id"
Email::$id = NULL
Email::$data = array
Email::$table = "emails"
Email::$primaryKey = "id"
Email::$_schema = array
Email::$validationErrors = array
Email::$tablePrefix = ""
Email::$alias = "Email"
Email::$tableToModel = array
Email::$logTransactions = false
Email::$transactional = false
Email::$cacheQueries = false
Email::$belongsTo = array
Email::$hasOne = array
Email::$hasMany = array
Email::$hasAndBelongsToMany = array
Email::$actsAs = NULL
Email::$Behaviors = BehaviorCollection object
Email::$whitelist = array
Email::$cacheSources = true
Email::$findQueryType = NULL
Email::$recursive = 1
Email::$order = NULL
Email::$__exists = NULL
Email::$__associationKeys = array
Email::$__associations = array
Email::$__backAssociation = array
Email::$__insertID = NULL
Email::$__numRows = NULL
Email::$__affectedRows = NULL
Email::$_findMethods = array
Email::$_log = NULL
$resp = null
$component =& $this->_loaded[$name];
if ($component->enabled === true && method_exists($component, 'beforeRedirect')) {
Component::beforeRedirect() - CORE/cake/libs/controller/component.php, line 145
Controller::redirect() - CORE/cake/libs/controller/controller.php, line 542
AuthComponent::startup() - CORE/cake/libs/controller/components/auth.php, line 349
Component::startup() - CORE/cake/libs/controller/component.php, line 112
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 210
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
[main] - CORE/public_html/pp/index.php, line 60
Warning (2): Cannot modify header information - headers already sent by (output started at /home/tgmacs/cake/basics.php:109) [CORE/cake/libs/controller/controller.php, line 644]
Code |
Context$status = "Location: http://www.tgmacs.com/pp/users/login"
header - [internal], line ??
Controller::header() - CORE/cake/libs/controller/controller.php, line 644
Controller::redirect() - CORE/cake/libs/controller/controller.php, line 625
AuthComponent::startup() - CORE/cake/libs/controller/components/auth.php, line 349
Component::startup() - CORE/cake/libs/controller/component.php, line 112
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 210
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
[main] - CORE/public_html/pp/index.php, line 60