Code |
Context$url = "/admin/users/login"
$status = null
$exit = true
$c = "Auth"
$path = array(
"Auth"
)
$this = UsersController
UsersController::$name = "Users"
UsersController::$helpers = array(
"Html",
"Form",
"Javascript",
"Image"
)
UsersController::$layout = "admin"
UsersController::$components = array(
"Session",
"Auth"
)
UsersController::$here = "/admin/"
UsersController::$webroot = "/"
UsersController::$action = "admin_dashboard"
UsersController::$uses = false
UsersController::$params = array(
"pass" => array(),
"named" => array(),
"plugin" => null,
"controller" => "users",
"action" => "admin_dashboard",
"admin" => true,
"prefix" => "admin",
"form" => array(),
"url" => array(
"url" => "admin/"
),
"bare" => 0,
"webservices" => null
)
UsersController::$data = NULL
UsersController::$paginate = array(
"limit" => 20,
"page" => 1
)
UsersController::$viewPath = "users"
UsersController::$layoutPath = NULL
UsersController::$viewVars = array()
UsersController::$pageTitle = false
UsersController::$modelNames = array(
"User"
)
UsersController::$base = "[empty string]"
UsersController::$autoRender = false
UsersController::$autoLayout = true
UsersController::$view = "View"
UsersController::$ext = ".ctp"
UsersController::$__viewClass = NULL
UsersController::$output = NULL
UsersController::$plugin = NULL
UsersController::$cacheAction = false
UsersController::$persistModel = false
UsersController::$webservices = NULL
UsersController::$passedArgs = array()
UsersController::$_log = NULL
UsersController::$modelClass = "User"
UsersController::$modelKey = "user"
UsersController::$Session = SessionComponent
SessionComponent::$__active = true
SessionComponent::$__started = false
SessionComponent::$__bare = 0
SessionComponent::$valid = false
SessionComponent::$error = false
SessionComponent::$_userAgent = "05acd23c8473910711fff068e9b1e74d"
SessionComponent::$path = "/"
SessionComponent::$lastError = NULL
SessionComponent::$security = "med"
SessionComponent::$time = 1369425972
SessionComponent::$sessionTime = 1369461972
SessionComponent::$watchKeys = array()
SessionComponent::$id = NULL
SessionComponent::$_log = NULL
SessionComponent::$host = "www.brettcrenshaw.com"
SessionComponent::$cookieLifeTime = 788940000
SessionComponent::initialize()
SessionComponent::startup()
SessionComponent::activate()
SessionComponent::write()
SessionComponent::read()
SessionComponent::del()
SessionComponent::delete()
SessionComponent::check()
SessionComponent::error()
SessionComponent::setFlash()
SessionComponent::renew()
SessionComponent::valid()
SessionComponent::destroy()
SessionComponent::id()
SessionComponent::start()
SessionComponent::started()
SessionComponent::watch()
SessionComponent::ignore()
SessionComponent::Object()
SessionComponent::toString()
SessionComponent::requestAction()
SessionComponent::log()
SessionComponent::cakeError()
UsersController::$Auth = AuthComponent
AuthComponent::$_loggedIn = false
AuthComponent::$components = array(
"Session",
"RequestHandler"
)
AuthComponent::$authenticate = NULL
AuthComponent::$authorize = false
AuthComponent::$ajaxLogin = NULL
AuthComponent::$userModel = "User"
AuthComponent::$userScope = array()
AuthComponent::$fields = array(
"username" => "username",
"password" => "password"
)
AuthComponent::$sessionKey = "Auth.User"
AuthComponent::$actionPath = NULL
AuthComponent::$loginAction = "/admin/users/login"
AuthComponent::$loginRedirect = NULL
AuthComponent::$logoutRedirect = "/admin/users/login"
AuthComponent::$object = NULL
AuthComponent::$loginError = "Login failed. Invalid username or password."
AuthComponent::$authError = "You are not authorized to access that location."
AuthComponent::$autoRedirect = true
AuthComponent::$allowedActions = array(
"[empty string]"
)
AuthComponent::$actionMap = array(
"index" => "read",
"add" => "create",
"edit" => "update",
"view" => "read",
"remove" => "delete",
"create" => "create",
"read" => "read",
"update" => "update",
"delete" => "delete",
"admin_index" => "read",
"admin_add" => "create",
"admin_edit" => "update",
"admin_view" => "read",
"admin_remove" => "delete",
"admin_create" => "create",
"admin_read" => "read",
"admin_update" => "update",
"admin_delete" => "delete"
)
AuthComponent::$data = NULL
AuthComponent::$params = array(
"pass" => array(),
"named" => array(),
"plugin" => null,
"controller" => "users",
"action" => "admin_dashboard",
"admin" => true,
"prefix" => "admin",
"form" => array(),
"url" => array(
"url" => "admin/"
),
"bare" => 0,
"webservices" => null
)
AuthComponent::$_log = NULL
AuthComponent::$Session = SessionComponent
SessionComponent::$__active = true
SessionComponent::$__started = false
SessionComponent::$__bare = 0
SessionComponent::$valid = false
SessionComponent::$error = false
SessionComponent::$_userAgent = "05acd23c8473910711fff068e9b1e74d"
SessionComponent::$path = "/"
SessionComponent::$lastError = NULL
SessionComponent::$security = "med"
SessionComponent::$time = 1369425972
SessionComponent::$sessionTime = 1369461972
SessionComponent::$watchKeys = array()
SessionComponent::$id = NULL
SessionComponent::$_log = NULL
SessionComponent::$host = "www.brettcrenshaw.com"
SessionComponent::$cookieLifeTime = 788940000
SessionComponent::initialize()
SessionComponent::startup()
SessionComponent::activate()
SessionComponent::write()
SessionComponent::read()
SessionComponent::del()
SessionComponent::delete()
SessionComponent::check()
SessionComponent::error()
SessionComponent::setFlash()
SessionComponent::renew()
SessionComponent::valid()
SessionComponent::destroy()
SessionComponent::id()
SessionComponent::start()
SessionComponent::started()
SessionComponent::watch()
SessionComponent::ignore()
SessionComponent::Object()
SessionComponent::toString()
SessionComponent::requestAction()
SessionComponent::log()
SessionComponent::cakeError()
AuthComponent::$RequestHandler = RequestHandlerComponent
RequestHandlerComponent::$ajaxLayout = "ajax"
RequestHandlerComponent::$enabled = true
RequestHandlerComponent::$__responseTypeSet = NULL
RequestHandlerComponent::$params = array()
RequestHandlerComponent::$__requestContent = array(
"javascript" => "text/javascript",
"js" => "text/javascript",
"json" => "application/json",
"css" => "text/css",
"html" => array(
"text/html",
"*/*"
),
"text" => "text/plain",
"txt" => "text/plain",
"csv" => array(
"application/vnd.ms-excel",
"text/plain"
),
"form" => "application/x-www-form-urlencoded",
"file" => "multipart/form-data",
"xhtml" => array(
"application/xhtml+xml",
"application/xhtml",
"text/xhtml"
),
"xhtml-mobile" => "application/vnd.wap.xhtml+xml",
"xml" => array(
"application/xml",
"text/xml"
),
"rss" => "application/rss+xml",
"atom" => "application/atom+xml",
"amf" => "application/x-amf",
"wap" => array(
"text/vnd.wap.wml",
"text/vnd.wap.wmlscript",
"image/vnd.wap.wbmp"
),
"wml" => "text/vnd.wap.wml",
"wmlscript" => "text/vnd.wap.wmlscript",
"wbmp" => "image/vnd.wap.wbmp",
"pdf" => "application/pdf",
"zip" => "application/x-zip",
"tar" => "application/x-tar"
)
RequestHandlerComponent::$__acceptTypes = array(
"text/html",
"application/xhtml+xml",
"application/xml",
"*/*"
)
RequestHandlerComponent::$__renderType = NULL
RequestHandlerComponent::$ext = NULL
RequestHandlerComponent::$_log = NULL
RequestHandlerComponent::initialize()
RequestHandlerComponent::startup()
RequestHandlerComponent::beforeRedirect()
RequestHandlerComponent::isAjax()
RequestHandlerComponent::isSSL()
RequestHandlerComponent::isXml()
RequestHandlerComponent::isRss()
RequestHandlerComponent::isAtom()
RequestHandlerComponent::isMobile()
RequestHandlerComponent::isWap()
RequestHandlerComponent::isPost()
RequestHandlerComponent::isPut()
RequestHandlerComponent::isGet()
RequestHandlerComponent::isDelete()
RequestHandlerComponent::getAjaxVersion()
RequestHandlerComponent::setContent()
RequestHandlerComponent::getReferrer()
RequestHandlerComponent::getClientIP()
RequestHandlerComponent::accepts()
RequestHandlerComponent::requestedWith()
RequestHandlerComponent::prefers()
RequestHandlerComponent::renderAs()
RequestHandlerComponent::respondAs()
RequestHandlerComponent::responseType()
RequestHandlerComponent::mapType()
RequestHandlerComponent::Object()
RequestHandlerComponent::toString()
RequestHandlerComponent::requestAction()
RequestHandlerComponent::log()
RequestHandlerComponent::cakeError()
AuthComponent::initialize()
AuthComponent::startup()
AuthComponent::isAuthorized()
AuthComponent::allow()
AuthComponent::deny()
AuthComponent::mapActions()
AuthComponent::login()
AuthComponent::logout()
AuthComponent::user()
AuthComponent::redirect()
AuthComponent::validate()
AuthComponent::action()
AuthComponent::getModel()
AuthComponent::identify()
AuthComponent::hashPasswords()
AuthComponent::password()
AuthComponent::shutdown()
AuthComponent::Object()
AuthComponent::toString()
AuthComponent::requestAction()
AuthComponent::log()
AuthComponent::cakeError()
UsersController::$RequestHandler = RequestHandlerComponent
RequestHandlerComponent::$ajaxLayout = "ajax"
RequestHandlerComponent::$enabled = true
RequestHandlerComponent::$__responseTypeSet = NULL
RequestHandlerComponent::$params = array()
RequestHandlerComponent::$__requestContent = array(
"javascript" => "text/javascript",
"js" => "text/javascript",
"json" => "application/json",
"css" => "text/css",
"html" => array(
"text/html",
"*/*"
),
"text" => "text/plain",
"txt" => "text/plain",
"csv" => array(
"application/vnd.ms-excel",
"text/plain"
),
"form" => "application/x-www-form-urlencoded",
"file" => "multipart/form-data",
"xhtml" => array(
"application/xhtml+xml",
"application/xhtml",
"text/xhtml"
),
"xhtml-mobile" => "application/vnd.wap.xhtml+xml",
"xml" => array(
"application/xml",
"text/xml"
),
"rss" => "application/rss+xml",
"atom" => "application/atom+xml",
"amf" => "application/x-amf",
"wap" => array(
"text/vnd.wap.wml",
"text/vnd.wap.wmlscript",
"image/vnd.wap.wbmp"
),
"wml" => "text/vnd.wap.wml",
"wmlscript" => "text/vnd.wap.wmlscript",
"wbmp" => "image/vnd.wap.wbmp",
"pdf" => "application/pdf",
"zip" => "application/x-zip",
"tar" => "application/x-tar"
)
RequestHandlerComponent::$__acceptTypes = array(
"text/html",
"application/xhtml+xml",
"application/xml",
"*/*"
)
RequestHandlerComponent::$__renderType = NULL
RequestHandlerComponent::$ext = NULL
RequestHandlerComponent::$_log = NULL
RequestHandlerComponent::initialize()
RequestHandlerComponent::startup()
RequestHandlerComponent::beforeRedirect()
RequestHandlerComponent::isAjax()
RequestHandlerComponent::isSSL()
RequestHandlerComponent::isXml()
RequestHandlerComponent::isRss()
RequestHandlerComponent::isAtom()
RequestHandlerComponent::isMobile()
RequestHandlerComponent::isWap()
RequestHandlerComponent::isPost()
RequestHandlerComponent::isPut()
RequestHandlerComponent::isGet()
RequestHandlerComponent::isDelete()
RequestHandlerComponent::getAjaxVersion()
RequestHandlerComponent::setContent()
RequestHandlerComponent::getReferrer()
RequestHandlerComponent::getClientIP()
RequestHandlerComponent::accepts()
RequestHandlerComponent::requestedWith()
RequestHandlerComponent::prefers()
RequestHandlerComponent::renderAs()
RequestHandlerComponent::respondAs()
RequestHandlerComponent::responseType()
RequestHandlerComponent::mapType()
RequestHandlerComponent::Object()
RequestHandlerComponent::toString()
RequestHandlerComponent::requestAction()
RequestHandlerComponent::log()
RequestHandlerComponent::cakeError()
UsersController::$User = User
User::$name = "User"
User::$validate = array(
"username" => "/.+/",
"password" => "/.+/",
"first_name" => "/.+/",
"last_name" => "/.+/",
"email" => "/.+/"
)
User::$useDbConfig = "default"
User::$useTable = "users"
User::$displayField = "id"
User::$id = false
User::$data = array()
User::$table = "users"
User::$primaryKey = "id"
User::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11,
"key" => "primary",
"extra" => "auto_increment"
),
"username" => array(
"type" => "string",
"null" => false,
"default" => "[empty string]",
"length" => 50
),
"password" => array(
"type" => "string",
"null" => false,
"default" => "[empty string]",
"length" => 50
),
"first_name" => array(
"type" => "string",
"null" => false,
"default" => "[empty string]",
"length" => 50
),
"last_name" => array(
"type" => "string",
"null" => false,
"default" => "[empty string]",
"length" => 50
),
"email" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 50
),
"disabled" => array(
"type" => "boolean",
"null" => true,
"default" => null,
"length" => 1
),
"created" => array(
"type" => "datetime",
"null" => true,
"default" => null,
"length" => null
)
)
User::$validationErrors = array()
User::$tablePrefix = NULL
User::$alias = "User"
User::$tableToModel = array(
"users" => "User"
)
User::$logTransactions = false
User::$transactional = false
User::$cacheQueries = false
User::$belongsTo = array()
User::$hasOne = array()
User::$hasMany = array()
User::$hasAndBelongsToMany = array()
User::$actsAs = NULL
User::$behaviors = array()
User::$whitelist = array()
User::$cacheSources = true
User::$findQueryType = NULL
User::$__behaviorMethods = array()
User::$recursive = 1
User::$order = NULL
User::$__exists = NULL
User::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
User::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
User::$__backAssociation = array()
User::$__insertID = NULL
User::$__numRows = NULL
User::$__affectedRows = NULL
User::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
User::$_log = NULL
User::call__()
User::bind()
User::bindModel()
User::unbindModel()
User::setSource()
User::set()
User::deconstruct()
User::schema()
User::loadInfo()
User::getColumnTypes()
User::getColumnType()
User::hasField()
User::create()
User::read()
User::field()
User::saveField()
User::save()
User::updateCounterCache()
User::saveAll()
User::updateAll()
User::remove()
User::del()
User::delete()
User::deleteAll()
User::exists()
User::hasAny()
User::find()
User::findAll()
User::execute()
User::findCount()
User::isUnique()
User::findAllThreaded()
User::findNeighbours()
User::query()
User::validates()
User::invalidFields()
User::invalidate()
User::isForeignKey()
User::getDisplayField()
User::generateList()
User::escapeField()
User::getID()
User::normalizeFindParams()
User::getLastInsertID()
User::getInsertID()
User::setInsertID()
User::getNumRows()
User::getAffectedRows()
User::setDataSource()
User::getDataSource()
User::getAssociated()
User::joinModel()
User::beforeFind()
User::afterFind()
User::beforeSave()
User::afterSave()
User::beforeDelete()
User::afterDelete()
User::beforeValidate()
User::onError()
User::overload()
User::Object()
User::toString()
User::requestAction()
User::log()
User::cakeError()
UsersController::beforeFilter()
UsersController::login()
UsersController::logout()
UsersController::admin_login()
UsersController::admin_dashboard()
UsersController::admin_index()
UsersController::admin_view()
UsersController::admin_add()
UsersController::admin_edit()
UsersController::admin_delete()
UsersController::constructClasses()
UsersController::loadModel()
UsersController::redirect()
UsersController::set()
UsersController::setAction()
UsersController::isAuthorized()
UsersController::validate()
UsersController::validateErrors()
UsersController::render()
UsersController::referer()
UsersController::disableCache()
UsersController::flash()
UsersController::postConditions()
UsersController::cleanUpFields()
UsersController::paginate()
UsersController::beforeRender()
UsersController::afterFilter()
UsersController::Object()
UsersController::toString()
UsersController::requestAction()
UsersController::log()
UsersController::cakeError()
Warning: implode() [
function.implode]: Invalid arguments passed in
/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/debugger.php on line
497
Strict Standards: Non-static method Configure::read() should not be called statically in
/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/basics.php on line
378
Strict Standards: Non-static method Configure::getInstance() should not be called statically in
/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/configure.php on line
301
Strict Standards: Non-static method Configure::read() should not be called statically in
/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/basics.php on line
378
Strict Standards: Non-static method Configure::getInstance() should not be called statically in
/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/configure.php on line
301
header - [internal], line ??
Controller::redirect() - CORE/cake/libs/controller/controller.php, line 546
AuthComponent::startup() - CORE/cake/libs/controller/components/auth.php, line 314
Dispatcher::start() - CORE/cake/dispatcher.php, line 319
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 226
[main] - APP/webroot/index.php, line 84
Code |
Context$key = "dir_map"
$value = array(
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/model" => array(
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/model",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/model/datasources",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/model/datasources/dbo",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/model/behaviors"
),
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/model/behaviors" => array(
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/model/behaviors"
),
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/controller" => array(
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/controller",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/controller/components"
),
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/controller/components" => array(
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/controller/components"
),
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/view" => array(
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/view",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/view/layouts",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/view/layouts/email",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/view/layouts/email/text",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/view/layouts/email/html",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/view/layouts/rss",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/view/layouts/xml",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/view/layouts/js",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/view/scaffolds",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/view/pages",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/view/errors",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/view/elements",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/view/elements/email",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/view/elements/email/text",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/view/elements/email/html",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/view/helpers"
),
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/view/helpers" => array(
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/view/helpers"
),
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs" => array(
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/controller",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/controller/components",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/view",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/view/layouts",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/view/layouts/email",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/view/layouts/email/text",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/view/layouts/email/html",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/view/layouts/rss",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/view/layouts/xml",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/view/layouts/js",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/view/scaffolds",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/view/pages",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/view/errors",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/view/elements",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/view/elements/email",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/view/elements/email/text",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/view/elements/email/html",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/view/helpers",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/model",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/model/datasources",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/model/datasources/dbo",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/model/behaviors",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/cache"
),
"/var/www/vhosts/brettcrenshaw.com/httpdocs/app/controllers" => array(
"/var/www/vhosts/brettcrenshaw.com/httpdocs/app/controllers",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/app/controllers/components"
),
"/var/www/vhosts/brettcrenshaw.com/httpdocs/app/controllers/components" => array(
"/var/www/vhosts/brettcrenshaw.com/httpdocs/app/controllers/components"
),
"/var/www/vhosts/brettcrenshaw.com/httpdocs/app/models" => array(
"/var/www/vhosts/brettcrenshaw.com/httpdocs/app/models",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/app/models/datasources",
"/var/www/vhosts/brettcrenshaw.com/httpdocs/app/models/behaviors"
),
"/var/www/vhosts/brettcrenshaw.com/httpdocs/app/models/behaviors" => array(
"/var/www/vhosts/brettcrenshaw.com/httpdocs/app/models/behaviors"
),
"/var/www/vhosts/brettcrenshaw.com/httpdocs/app/views/helpers" => array(
"/var/www/vhosts/brettcrenshaw.com/httpdocs/app/views/helpers"
)
)
$duration = 3600
$_this = Cache
Cache::$_Engine = array(
"File" => FileEngine
FileEngine::$__File = File
File::$Folder = Folder
Folder::$path = "/var/www/vhosts/brettcrenshaw.com/httpdocs/app/tmp/cache/persistent/"
Folder::$sort = false
Folder::$mode = 493
Folder::$__messages = array()
Folder::$__errors = false
Folder::$__directories = NULL
Folder::$__files = NULL
Folder::$_log = NULL
Folder::pwd()
Folder::cd()
Folder::read()
Folder::find()
Folder::findRecursive()
Folder::isWindowsPath()
Folder::isAbsolute()
Folder::normalizePath()
Folder::correctSlashFor()
Folder::slashTerm()
Folder::addPathElement()
Folder::inCakePath()
Folder::inPath()
Folder::chmod()
Folder::tree()
Folder::create()
Folder::dirsize()
Folder::delete()
Folder::copy()
Folder::move()
Folder::messages()
Folder::errors()
Folder::ls()
Folder::mkdir()
Folder::cp()
Folder::mv()
Folder::rm()
Folder::realpath()
Folder::isSlashTerm()
Folder::chmodr()
Folder::mkdirr()
Folder::Object()
Folder::toString()
Folder::requestAction()
Folder::log()
Folder::cakeError()
File::$name = "cake_core_core_paths"
File::$info = array()
File::$handle = NULL
File::$lock = NULL
File::$_log = NULL
File::create()
File::open()
File::read()
File::offset()
File::prepare()
File::write()
File::append()
File::close()
File::delete()
File::info()
File::ext()
File::name()
File::safe()
File::md5()
File::pwd()
File::exists()
File::perms()
File::size()
File::writable()
File::executable()
File::readable()
File::owner()
File::group()
File::lastAccess()
File::lastChange()
File::Folder()
File::getFullPath()
File::getName()
File::filename()
File::getExt()
File::getMd5()
File::getSize()
File::getOwner()
File::getGroup()
File::getChmod()
File::getFolder()
File::Object()
File::toString()
File::requestAction()
File::log()
File::cakeError()
FileEngine::$settings = array(
"path" => "/var/www/vhosts/brettcrenshaw.com/httpdocs/app/tmp/cache/persistent/",
"prefix" => "cake_core_",
"lock" => false,
"serialize" => true,
"duration" => 3600,
"probability" => 100,
"engine" => "File"
)
FileEngine::$__active = true
FileEngine::$__init = true
FileEngine::$_log = NULL
FileEngine::init()
FileEngine::gc()
FileEngine::write()
FileEngine::read()
FileEngine::delete()
FileEngine::clear()
FileEngine::settings()
FileEngine::Object()
FileEngine::toString()
FileEngine::requestAction()
FileEngine::log()
FileEngine::cakeError()
)
Cache::$__config = array(
"default" => array(
"path" => "/var/www/vhosts/brettcrenshaw.com/httpdocs/app/tmp/cache/",
"prefix" => "cake_",
"lock" => false,
"serialize" => true,
"duration" => 3600,
"probability" => 100,
"engine" => "File"
),
"_cake_core_" => array(
"path" => "/var/www/vhosts/brettcrenshaw.com/httpdocs/app/tmp/cache/persistent/",
"prefix" => "cake_core_",
"lock" => false,
"serialize" => true,
"duration" => 3600,
"probability" => 100,
"engine" => "File"
)
)
Cache::$__name = "_cake_core_"
Cache::$_log = NULL
Cache::getInstance()
Cache::config()
Cache::engine()
Cache::gc()
Cache::write()
Cache::read()
Cache::delete()
Cache::clear()
Cache::isInitialized()
Cache::settings()
Cache::Object()
Cache::toString()
Cache::requestAction()
Cache::log()
Cache::cakeError()
$config = array(
"engine" => "File",
"settings" => array(
"path" => "/var/www/vhosts/brettcrenshaw.com/httpdocs/app/tmp/cache/persistent/",
"prefix" => "cake_core_",
"lock" => false,
"serialize" => true,
"duration" => 3600,
"probability" => 100,
"engine" => "File"
)
)
$engine = "File"
$settings = array(
"path" => "/var/www/vhosts/brettcrenshaw.com/httpdocs/app/tmp/cache/persistent/",
"prefix" => "cake_core_",
"lock" => false,
"serialize" => true,
"duration" => 3600,
"probability" => 100,
"engine" => "File"
)
Warning: implode() [
function.implode]: Invalid arguments passed in
/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/debugger.php on line
497
Strict Standards: Non-static method Configure::read() should not be called statically in
/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/basics.php on line
378
Strict Standards: Non-static method Configure::getInstance() should not be called statically in
/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/configure.php on line
301
Strict Standards: Non-static method Configure::read() should not be called statically in
/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/basics.php on line
378
Strict Standards: Non-static method Configure::getInstance() should not be called statically in
/var/www/vhosts/brettcrenshaw.com/httpdocs/cake/libs/configure.php on line
301
strtotime - [internal], line ??
Cache::write() - CORE/cake/libs/cache.php, line 223
App::__destruct() - CORE/cake/libs/configure.php, line 1159
[main] - [internal], line ??