Warning (2): mysql_connect() [function.mysql-connect]: Too many connections [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 453]
$config = array( "persistent" => false, "host" => "localhost", "login" => "marilyn6_commerc", "password" => "Commerce1", "database" => "marilyn6_commerce", "port" => "3306", "connect" => "mysql_pconnect", "driver" => "mysql", "prefix" => "" )
mysql_connect - [internal], line ?? DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 453 DboSource::__construct() - CORE/cake/libs/model/datasources/dbo_source.php, line 97 ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 105 Model::setDataSource() - CORE/cake/libs/model/model.php, line 2739 Model::__construct() - CORE/cake/libs/model/model.php, line 430 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 139 Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 509 Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 463 CakeErrorController::__construct() - CORE/cake/libs/error.php, line 53 ErrorHandler::__construct() - CORE/cake/libs/error.php, line 88 AppError::__construct() - APP/app_error.php, line 6 Object::cakeError() - CORE/cake/libs/object.php, line 200 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 135 [main] - ROOT/index.php, line 180
Warning (2): mysql_select_db() expects parameter 2 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 459]
$config = array( "persistent" => false, "host" => "localhost", "login" => "marilyn6_commerc", "password" => "Commerce1", "database" => "marilyn6_commerce", "port" => "3306", "connect" => "mysql_connect", "driver" => "mysql", "prefix" => "" )
mysql_select_db - [internal], line ?? DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 459 DboSource::__construct() - CORE/cake/libs/model/datasources/dbo_source.php, line 97 ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 105 Model::setDataSource() - CORE/cake/libs/model/model.php, line 2739 Model::__construct() - CORE/cake/libs/model/model.php, line 430 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 139 Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 509 Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 463 CakeErrorController::__construct() - CORE/cake/libs/error.php, line 53 ErrorHandler::__construct() - CORE/cake/libs/error.php, line 88 AppError::__construct() - APP/app_error.php, line 6 Object::cakeError() - CORE/cake/libs/object.php, line 200 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 135 [main] - ROOT/index.php, line 180
Warning (2): mysql_get_server_info() expects parameter 1 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 467]
$config = array( "persistent" => false, "host" => "localhost", "login" => "marilyn6_commerc", "password" => "Commerce1", "database" => "marilyn6_commerce", "port" => "3306", "connect" => "mysql_connect", "driver" => "mysql", "prefix" => "" )
mysql_get_server_info - [internal], line ?? DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 467 DboSource::__construct() - CORE/cake/libs/model/datasources/dbo_source.php, line 97 ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 105 Model::setDataSource() - CORE/cake/libs/model/model.php, line 2739 Model::__construct() - CORE/cake/libs/model/model.php, line 430 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 139 Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 509 Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 463 CakeErrorController::__construct() - CORE/cake/libs/error.php, line 53 ErrorHandler::__construct() - CORE/cake/libs/error.php, line 88 AppError::__construct() - APP/app_error.php, line 6 Object::cakeError() - CORE/cake/libs/object.php, line 200 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 135 [main] - ROOT/index.php, line 180
Warning (2): mysql_query() expects parameter 2 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 499]
$sql = "SELECT `Setting`.`id`, `Setting`.`website_name`, `Setting`.`welcome_message`, `Setting`.`contact_form_email`, `Setting`.`front_end_pagination_limit`, `Setting`.`back_end_pagination_limit`, `Setting`.`phone_1`, `Setting`.`phone_2`, `Setting`.`mobile`, `Setting`.`fax`, `Setting`.`email_address_1`, `Setting`.`email_address_2`, `Setting`.`address_line_1`, `Setting`.`address_line_2`, `Setting`.`city`, `Setting`.`state_province`, `Setting`.`country`, `Setting`.`zip_postal_code`, `Setting`.`region` FROM `settings` AS `Setting` WHERE `Setting`.`id` = 1 LIMIT 1"
mysql_query - [internal], line ?? DboMysql::_execute() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 499 DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 189 DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 337 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 654 Model::find() - CORE/cake/libs/model/model.php, line 2045 AppController::beforeFilter() - APP/controllers/app_controller.php, line 8 ResourceCategoriesController::beforeFilter() - APP/controllers/resource_categories_controller.php, line 8 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 208 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 193 Object::requestAction() - CORE/cake/libs/object.php, line 100 include - APP/views/layouts/default.ctp, line 122 View::_render() - CORE/cake/libs/view/view.php, line 665 View::renderLayout() - CORE/cake/libs/view/view.php, line 453 View::render() - CORE/cake/libs/view/view.php, line 387 Controller::render() - CORE/cake/libs/controller/controller.php, line 808 AppError::_outputMessage() - APP/app_error.php, line 10 ErrorHandler::missingController() - CORE/cake/libs/error.php, line 173
Warning (2): mysql_errno() expects parameter 1 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 575]
mysql_errno - [internal], line ?? DboMysql::lastError() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 575 DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 193 DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 337 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 654 Model::find() - CORE/cake/libs/model/model.php, line 2045 AppController::beforeFilter() - APP/controllers/app_controller.php, line 8 ResourceCategoriesController::beforeFilter() - APP/controllers/resource_categories_controller.php, line 8 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 208 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 193 Object::requestAction() - CORE/cake/libs/object.php, line 100 include - APP/views/layouts/default.ctp, line 122 View::_render() - CORE/cake/libs/view/view.php, line 665 View::renderLayout() - CORE/cake/libs/view/view.php, line 453 View::render() - CORE/cake/libs/view/view.php, line 387 Controller::render() - CORE/cake/libs/controller/controller.php, line 808 AppError::_outputMessage() - APP/app_error.php, line 10 ErrorHandler::missingController() - CORE/cake/libs/error.php, line 173
Warning (2): Invalid argument supplied for foreach() [APP/views/layouts/default.ctp, line 124]
$___viewFn = "/home2/marilyn6/public_html/commerce/app/views/layouts/default.ctp"
$___dataForView = array(
"controller" => "SitemapController",
"controllerName" => "Sitemap",
"title_for_layout" => "Missing Controller",
"content_for_layout" => "<h2>Missing Controller</h2>
<p class="error">
<strong>Error: </strong>
<em>SitemapController</em> could not be found.</p>
<p class="error">
<strong>Error: </strong>
Create the class <em>SitemapController</em> below in file: app/controllers/sitemap_controller.php</p>
<pre>
<?php
class SitemapController extends AppController {
var $name = 'Sitemap';
}
?>
</pre>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/views/errors/missing_controller.ctp</p>",
"scripts_for_layout" => "",
"cakeDebug" => "<div id="cakeControllerDump">
<h2>Controller dump:</h2>
<pre>
CakeErrorController Object
(
[name] => CakeError
[uses] => Array
(
[0] => Setting
)
[components] => Array
(
[0] => Auth
[1] => Session
[2] => RequestHandler
)
[helpers] => Array
(
[0] => Html
[1] => Form
[2] => Javascript
[3] => Ajax
[4] => Text
)
[here] =>
[webroot] => /
[action] =>
[params] => Array
(
[plugin] =>
[controller] => sitemap
[action] => index
[pass] => Array
(
)
[named] => Array
(
)
[url] => Array
(
[ext] => xml
[url] => sitemap.xml
)
[form] => Array
(
)
[models] => Array
(
[0] => Setting
)
)
[data] => Array
(
)
[paginate] => Array
(
[limit] => 20
[page] => 1
)
[viewPath] => errors
[layoutPath] =>
[viewVars] => Array
(
[controller] => SitemapController
[controllerName] => Sitemap
[cakeDebug] => CakeErrorController Object
*RECURSION*
)
[pageTitle] => Missing Controller
[modelNames] => Array
(
[0] => Setting
)
[base] =>
[layout] => default
[autoRender] =>
[autoLayout] => 1
[Component] => Component Object
(
[__controllerVars] => Array
(
[plugin] =>
[name] => CakeError
[base] =>
)
[_loaded] => Array
(
[Session] => SessionComponent Object
(
[__active] => 1
[__bare] => 0
[valid] =>
[error] =>
[_userAgent] => 7e1fa12b475288bb87ce0a35cd6feaaa
[path] => /
[lastError] =>
[security] => medium
[time] => 1773670532
[sessionTime] => 1773682532
[watchKeys] => Array
(
)
[id] =>
[host] => www.commerce.gov.lc
[_log] =>
[enabled] => 1
)
[Auth] => AuthComponent Object
(
[_loggedIn] =>
[components] => Array
(
[0] => Session
[1] => RequestHandler
)
[authenticate] =>
[authorize] =>
[ajaxLogin] =>
[userModel] => User
[userScope] => Array
(
)
[fields] => Array
(
[username] => username
[password] => password
)
[sessionKey] =>
[actionPath] =>
[loginAction] =>
[loginRedirect] =>
[logoutRedirect] =>
[object] =>
[loginError] =>
[authError] =>
[autoRedirect] => 1
[allowedActions] => Array
(
)
[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
)
[data] => Array
(
)
[params] => Array
(
[plugin] =>
[controller] => sitemap
[action] => index
[pass] => Array
(
)
[named] => Array
(
)
[url] => Array
(
[ext] => xml
[url] => sitemap.xml
)
[form] => Array
(
)
)
[_methods] => Array
(
[3] => parseurl
[4] => findprev
[5] => findnext
[6] => findprevyear
[7] => findnextyear
[8] => getmission
)
[_log] =>
[enabled] => 1
[Session] => SessionComponent Object
(
[__active] => 1
[__bare] => 0
[valid] =>
[error] =>
[_userAgent] => 7e1fa12b475288bb87ce0a35cd6feaaa
[path] => /
[lastError] =>
[security] => medium
[time] => 1773670532
[sessionTime] => 1773682532
[watchKeys] => Array
(
)
[id] =>
[host] => www.commerce.gov.lc
[_log] =>
[enabled] => 1
)
[RequestHandler] => RequestHandlerComponent Object
(
[ajaxLayout] => ajax
[enabled] => 1
[__responseTypeSet] =>
[params] => Array
(
)
[__requestContent] => Array
(
[javascript] => text/javascript
[js] => text/javascript
[json] => application/json
[css] => text/css
[html] => Array
(
[0] => text/html
[1] => */*
)
[text] => text/plain
[txt] => text/plain
[csv] => Array
(
[0] => application/vnd.ms-excel
[1] => text/plain
)
[form] => application/x-www-form-urlencoded
[file] => multipart/form-data
[xhtml] => Array
(
[0] => application/xhtml+xml
[1] => application/xhtml
[2] => text/xhtml
)
[xhtml-mobile] => application/vnd.wap.xhtml+xml
[xml] => Array
(
[0] => application/xml
[1] => text/xml
)
[rss] => application/rss+xml
[atom] => application/atom+xml
[amf] => application/x-amf
[wap] => Array
(
[0] => text/vnd.wap.wml
[1] => text/vnd.wap.wmlscript
[2] => 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
)
[__acceptTypes] => Array
(
[0] => */*
)
[__renderType] =>
[ext] => xml
[__typesInitialized] =>
[_log] =>
)
)
[RequestHandler] => RequestHandlerComponent Object
(
[ajaxLayout] => ajax
[enabled] => 1
[__responseTypeSet] =>
[params] => Array
(
)
[__requestContent] => Array
(
[javascript] => text/javascript
[js] => text/javascript
[json] => application/json
[css] => text/css
[html] => Array
(
[0] => text/html
[1] => */*
)
[text] => text/plain
[txt] => text/plain
[csv] => Array
(
[0] => application/vnd.ms-excel
[1] => text/plain
)
[form] => application/x-www-form-urlencoded
[file] => multipart/form-data
[xhtml] => Array
(
[0] => application/xhtml+xml
[1] => application/xhtml
[2] => text/xhtml
)
[xhtml-mobile] => application/vnd.wap.xhtml+xml
[xml] => Array
(
[0] => application/xml
[1] => text/xml
)
[rss] => application/rss+xml
[atom] => application/atom+xml
[amf] => application/x-amf
[wap] => Array
(
[0] => text/vnd.wap.wml
[1] => text/vnd.wap.wmlscript
[2] => 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
)
[__acceptTypes] => Array
(
[0] => */*
)
[__renderType] =>
[ext] => xml
[__typesInitialized] =>
[_log] =>
)
)
[_primary] => Array
(
[0] => Session
[1] => Auth
[2] => RequestHandler
)
[__settings] => Array
(
)
[_log] =>
)
[view] => View
[ext] => .ctp
[output] =>
[plugin] =>
[cacheAction] =>
[persistModel] =>
[passedArgs] => Array
(
)
[scaffold] =>
[methods] => Array
(
[3] => parseurl
[4] => findprev
[5] => findnext
[6] => findprevyear
[7] => findnextyear
[8] => getmission
)
[modelClass] => Setting
[modelKey] => cake_error
[validationErrors] =>
[_log] =>
[Session] => SessionComponent Object
(
[__active] => 1
[__bare] => 0
[valid] =>
[error] =>
[_userAgent] => 7e1fa12b475288bb87ce0a35cd6feaaa
[path] => /
[lastError] =>
[security] => medium
[time] => 1773670532
[sessionTime] => 1773682532
[watchKeys] => Array
(
)
[id] =>
[host] => www.commerce.gov.lc
[_log] =>
[enabled] => 1
)
[Auth] => AuthComponent Object
(
[_loggedIn] =>
[components] => Array
(
[0] => Session
[1] => RequestHandler
)
[authenticate] =>
[authorize] =>
[ajaxLogin] =>
[userModel] => User
[userScope] => Array
(
)
[fields] => Array
(
[username] => username
[password] => password
)
[sessionKey] =>
[actionPath] =>
[loginAction] =>
[loginRedirect] =>
[logoutRedirect] =>
[object] =>
[loginError] =>
[authError] =>
[autoRedirect] => 1
[allowedActions] => Array
(
)
[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
)
[data] => Array
(
)
[params] => Array
(
[plugin] =>
[controller] => sitemap
[action] => index
[pass] => Array
(
)
[named] => Array
(
)
[url] => Array
(
[ext] => xml
[url] => sitemap.xml
)
[form] => Array
(
)
)
[_methods] => Array
(
[3] => parseurl
[4] => findprev
[5] => findnext
[6] => findprevyear
[7] => findnextyear
[8] => getmission
)
[_log] =>
[enabled] => 1
[Session] => SessionComponent Object
(
[__active] => 1
[__bare] => 0
[valid] =>
[error] =>
[_userAgent] => 7e1fa12b475288bb87ce0a35cd6feaaa
[path] => /
[lastError] =>
[security] => medium
[time] => 1773670532
[sessionTime] => 1773682532
[watchKeys] => Array
(
)
[id] =>
[host] => www.commerce.gov.lc
[_log] =>
[enabled] => 1
)
[RequestHandler] => RequestHandlerComponent Object
(
[ajaxLayout] => ajax
[enabled] => 1
[__responseTypeSet] =>
[params] => Array
(
)
[__requestContent] => Array
(
[javascript] => text/javascript
[js] => text/javascript
[json] => application/json
[css] => text/css
[html] => Array
(
[0] => text/html
[1] => */*
)
[text] => text/plain
[txt] => text/plain
[csv] => Array
(
[0] => application/vnd.ms-excel
[1] => text/plain
)
[form] => application/x-www-form-urlencoded
[file] => multipart/form-data
[xhtml] => Array
(
[0] => application/xhtml+xml
[1] => application/xhtml
[2] => text/xhtml
)
[xhtml-mobile] => application/vnd.wap.xhtml+xml
[xml] => Array
(
[0] => application/xml
[1] => text/xml
)
[rss] => application/rss+xml
[atom] => application/atom+xml
[amf] => application/x-amf
[wap] => Array
(
[0] => text/vnd.wap.wml
[1] => text/vnd.wap.wmlscript
[2] => 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
)
[__acceptTypes] => Array
(
[0] => */*
)
[__renderType] =>
[ext] => xml
[__typesInitialized] =>
[_log] =>
)
)
[RequestHandler] => RequestHandlerComponent Object
(
[ajaxLayout] => ajax
[enabled] => 1
[__responseTypeSet] =>
[params] => Array
(
)
[__requestContent] => Array
(
[javascript] => text/javascript
[js] => text/javascript
[json] => application/json
[css] => text/css
[html] => Array
(
[0] => text/html
[1] => */*
)
[text] => text/plain
[txt] => text/plain
[csv] => Array
(
[0] => application/vnd.ms-excel
[1] => text/plain
)
[form] => application/x-www-form-urlencoded
[file] => multipart/form-data
[xhtml] => Array
(
[0] => application/xhtml+xml
[1] => application/xhtml
[2] => text/xhtml
)
[xhtml-mobile] => application/vnd.wap.xhtml+xml
[xml] => Array
(
[0] => application/xml
[1] => text/xml
)
[rss] => application/rss+xml
[atom] => application/atom+xml
[amf] => application/x-amf
[wap] => Array
(
[0] => text/vnd.wap.wml
[1] => text/vnd.wap.wmlscript
[2] => 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
)
[__acceptTypes] => Array
(
[0] => */*
)
[__renderType] =>
[ext] => xml
[__typesInitialized] =>
[_log] =>
)
[Setting] => Setting Object
(
[name] => Setting
[useDbConfig] => default
[useTable] => settings
[displayField] => id
[id] =>
[data] => Array
(
)
[table] => settings
[primaryKey] => id
[_schema] => Array
(
[id] => Array
(
[type] => integer
[null] =>
[default] =>
[length] => 4
[key] => primary
)
[website_name] => Array
(
[type] => string
[null] => 1
[default] =>
[length] => 255
)
[welcome_message] => Array
(
[type] => text
[null] => 1
[default] =>
[length] =>
)
[contact_form_email] => Array
(
[type] => string
[null] =>
[default] =>
[length] => 255
)
[front_end_pagination_limit] => Array
(
[type] => integer
[null] =>
[default] => 5
[length] => 2
)
[back_end_pagination_limit] => Array
(
[type] => integer
[null] =>
[default] => 10
[length] => 2
)
[phone_1] => Array
(
[type] => string
[null] => 1
[default] =>
[length] => 15
)
[phone_2] => Array
(
[type] => string
[null] => 1
[default] =>
[length] => 15
)
[mobile] => Array
(
[type] => string
[null] => 1
[default] =>
[length] => 15
)
[fax] => Array
(
[type] => string
[null] => 1
[default] =>
[length] => 15
)
[email_address_1] => Array
(
[type] => string
[null] => 1
[default] =>
[length] => 255
)
[email_address_2] => Array
(
[type] => string
[null] => 1
[default] =>
[length] => 255
)
[address_line_1] => Array
(
[type] => string
[null] =>
[default] =>
[length] => 255
)
[address_line_2] => Array
(
[type] => string
[null] => 1
[default] =>
[length] => 255
)
[city] => Array
(
[type] => string
[null] =>
[default] =>
[length] => 255
)
[state_province] => Array
(
[type] => string
[null] => 1
[default] =>
[length] => 255
)
[country] => Array
(
[type] => string
[null] => 1
[default] =>
[length] => 255
)
[zip_postal_code] => Array
(
[type] => string
[null] => 1
[default] =>
[length] => 255
)
[region] => Array
(
[type] => string
[null] => 1
[default] =>
[length] => 255
)
)
[validate] => Array
(
)
[validationErrors] => Array
(
)
[tablePrefix] =>
[alias] => Setting
[tableToModel] => Array
(
[settings] => Setting
)
[logTransactions] =>
[transactional] =>
[cacheQueries] =>
[belongsTo] => Array
(
)
[hasOne] => Array
(
)
[hasMany] => Array
(
)
[hasAndBelongsToMany] => Array
(
)
[actsAs] =>
[Behaviors] => BehaviorCollection Object
(
[modelName] => Setting
[_attached] => Array
(
)
[_disabled] => Array
(
)
[__methods] => Array
(
)
[__mappedMethods] => Array
(
)
[_log] =>
)
[whitelist] => Array
(
)
[cacheSources] => 1
[findQueryType] =>
[recursive] => 1
[order] =>
[__exists] =>
[__associationKeys] => Array
(
[belongsTo] => Array
(
[0] => className
[1] => foreignKey
[2] => conditions
[3] => fields
[4] => order
[5] => counterCache
)
[hasOne] => Array
(
[0] => className
[1] => foreignKey
[2] => conditions
[3] => fields
[4] => order
[5] => dependent
)
[hasMany] => Array
(
[0] => className
[1] => foreignKey
[2] => conditions
[3] => fields
[4] => order
[5] => limit
[6] => offset
[7] => dependent
[8] => exclusive
[9] => finderQuery
[10] => counterQuery
)
[hasAndBelongsToMany] => Array
(
[0] => className
[1] => joinTable
[2] => with
[3] => foreignKey
[4] => associationForeignKey
[5] => conditions
[6] => fields
[7] => order
[8] => limit
[9] => offset
[10] => unique
[11] => finderQuery
[12] => deleteQuery
[13] => insertQuery
)
)
[__associations] => Array
(
[0] => belongsTo
[1] => hasOne
[2] => hasMany
[3] => hasAndBelongsToMany
)
[__backAssociation] => Array
(
)
[__insertID] =>
[__numRows] =>
[__affectedRows] =>
[_findMethods] => Array
(
[all] => 1
[first] => 1
[count] => 1
[neighbors] => 1
[list] => 1
[threaded] => 1
)
[_log] =>
)
)
</pre>
</div>",
"html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = NULL
HtmlHelper::$params = array
HtmlHelper::$action = NULL
HtmlHelper::$data = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL,
"form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = NULL
FormHelper::$params = array
FormHelper::$action = NULL
FormHelper::$plugin = NULL
FormHelper::$data = array
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object,
"javascript" => JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = NULL
JavascriptHelper::$params = array
JavascriptHelper::$action = NULL
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = array
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL,
"ajax" => AjaxHelper
AjaxHelper::$helpers = array
AjaxHelper::$Html = HtmlHelper object
AjaxHelper::$Javascript = JavascriptHelper object
AjaxHelper::$callbacks = array
AjaxHelper::$ajaxOptions = array
AjaxHelper::$dragOptions = array
AjaxHelper::$dropOptions = array
AjaxHelper::$sortOptions = array
AjaxHelper::$sliderOptions = array
AjaxHelper::$editorOptions = array
AjaxHelper::$autoCompleteOptions = array
AjaxHelper::$__ajaxBuffer = array
AjaxHelper::$base = ""
AjaxHelper::$webroot = "/"
AjaxHelper::$themeWeb = NULL
AjaxHelper::$here = NULL
AjaxHelper::$params = array
AjaxHelper::$action = NULL
AjaxHelper::$plugin = NULL
AjaxHelper::$data = array
AjaxHelper::$namedArgs = NULL
AjaxHelper::$argSeparator = NULL
AjaxHelper::$validationErrors = NULL
AjaxHelper::$tags = array
AjaxHelper::$__tainted = NULL
AjaxHelper::$__cleaned = NULL
AjaxHelper::$_log = NULL
AjaxHelper::$Form = FormHelper object,
"text" => TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$themeWeb = NULL
TextHelper::$here = NULL
TextHelper::$params = array
TextHelper::$action = NULL
TextHelper::$plugin = NULL
TextHelper::$data = array
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
TextHelper::$_log = NULL,
"session" => SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "7e1fa12b475288bb87ce0a35cd6feaaa"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = NULL
SessionHelper::$time = 1773670532
SessionHelper::$sessionTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$_log = NULL
SessionHelper::$cookieLifeTime = 788940000
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = NULL
SessionHelper::$params = array
SessionHelper::$action = NULL
SessionHelper::$data = array
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
)
$loadHelpers = false
$cached = true
$loadedHelpers = array()
$controller = "SitemapController"
$controllerName = "Sitemap"
$title_for_layout = "Missing Controller"
$content_for_layout = "<h2>Missing Controller</h2>
<p class="error">
<strong>Error: </strong>
<em>SitemapController</em> could not be found.</p>
<p class="error">
<strong>Error: </strong>
Create the class <em>SitemapController</em> below in file: app/controllers/sitemap_controller.php</p>
<pre>
<?php
class SitemapController extends AppController {
var $name = 'Sitemap';
}
?>
</pre>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/views/errors/missing_controller.ctp</p>"
$scripts_for_layout = ""
$cakeDebug = "<div id="cakeControllerDump">
<h2>Controller dump:</h2>
<pre>
CakeErrorController Object
(
[name] => CakeError
[uses] => Array
(
[0] => Setting
)
[components] => Array
(
[0] => Auth
[1] => Session
[2] => RequestHandler
)
[helpers] => Array
(
[0] => Html
[1] => Form
[2] => Javascript
[3] => Ajax
[4] => Text
)
[here] =>
[webroot] => /
[action] =>
[params] => Array
(
[plugin] =>
[controller] => sitemap
[action] => index
[pass] => Array
(
)
[named] => Array
(
)
[url] => Array
(
[ext] => xml
[url] => sitemap.xml
)
[form] => Array
(
)
[models] => Array
(
[0] => Setting
)
)
[data] => Array
(
)
[paginate] => Array
(
[limit] => 20
[page] => 1
)
[viewPath] => errors
[layoutPath] =>
[viewVars] => Array
(
[controller] => SitemapController
[controllerName] => Sitemap
[cakeDebug] => CakeErrorController Object
*RECURSION*
)
[pageTitle] => Missing Controller
[modelNames] => Array
(
[0] => Setting
)
[base] =>
[layout] => default
[autoRender] =>
[autoLayout] => 1
[Component] => Component Object
(
[__controllerVars] => Array
(
[plugin] =>
[name] => CakeError
[base] =>
)
[_loaded] => Array
(
[Session] => SessionComponent Object
(
[__active] => 1
[__bare] => 0
[valid] =>
[error] =>
[_userAgent] => 7e1fa12b475288bb87ce0a35cd6feaaa
[path] => /
[lastError] =>
[security] => medium
[time] => 1773670532
[sessionTime] => 1773682532
[watchKeys] => Array
(
)
[id] =>
[host] => www.commerce.gov.lc
[_log] =>
[enabled] => 1
)
[Auth] => AuthComponent Object
(
[_loggedIn] =>
[components] => Array
(
[0] => Session
[1] => RequestHandler
)
[authenticate] =>
[authorize] =>
[ajaxLogin] =>
[userModel] => User
[userScope] => Array
(
)
[fields] => Array
(
[username] => username
[password] => password
)
[sessionKey] =>
[actionPath] =>
[loginAction] =>
[loginRedirect] =>
[logoutRedirect] =>
[object] =>
[loginError] =>
[authError] =>
[autoRedirect] => 1
[allowedActions] => Array
(
)
[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
)
[data] => Array
(
)
[params] => Array
(
[plugin] =>
[controller] => sitemap
[action] => index
[pass] => Array
(
)
[named] => Array
(
)
[url] => Array
(
[ext] => xml
[url] => sitemap.xml
)
[form] => Array
(
)
)
[_methods] => Array
(
[3] => parseurl
[4] => findprev
[5] => findnext
[6] => findprevyear
[7] => findnextyear
[8] => getmission
)
[_log] =>
[enabled] => 1
[Session] => SessionComponent Object
(
[__active] => 1
[__bare] => 0
[valid] =>
[error] =>
[_userAgent] => 7e1fa12b475288bb87ce0a35cd6feaaa
[path] => /
[lastError] =>
[security] => medium
[time] => 1773670532
[sessionTime] => 1773682532
[watchKeys] => Array
(
)
[id] =>
[host] => www.commerce.gov.lc
[_log] =>
[enabled] => 1
)
[RequestHandler] => RequestHandlerComponent Object
(
[ajaxLayout] => ajax
[enabled] => 1
[__responseTypeSet] =>
[params] => Array
(
)
[__requestContent] => Array
(
[javascript] => text/javascript
[js] => text/javascript
[json] => application/json
[css] => text/css
[html] => Array
(
[0] => text/html
[1] => */*
)
[text] => text/plain
[txt] => text/plain
[csv] => Array
(
[0] => application/vnd.ms-excel
[1] => text/plain
)
[form] => application/x-www-form-urlencoded
[file] => multipart/form-data
[xhtml] => Array
(
[0] => application/xhtml+xml
[1] => application/xhtml
[2] => text/xhtml
)
[xhtml-mobile] => application/vnd.wap.xhtml+xml
[xml] => Array
(
[0] => application/xml
[1] => text/xml
)
[rss] => application/rss+xml
[atom] => application/atom+xml
[amf] => application/x-amf
[wap] => Array
(
[0] => text/vnd.wap.wml
[1] => text/vnd.wap.wmlscript
[2] => 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
)
[__acceptTypes] => Array
(
[0] => */*
)
[__renderType] =>
[ext] => xml
[__typesInitialized] =>
[_log] =>
)
)
[RequestHandler] => RequestHandlerComponent Object
(
[ajaxLayout] => ajax
[enabled] => 1
[__responseTypeSet] =>
[params] => Array
(
)
[__requestContent] => Array
(
[javascript] => text/javascript
[js] => text/javascript
[json] => application/json
[css] => text/css
[html] => Array
(
[0] => text/html
[1] => */*
)
[text] => text/plain
[txt] => text/plain
[csv] => Array
(
[0] => application/vnd.ms-excel
[1] => text/plain
)
[form] => application/x-www-form-urlencoded
[file] => multipart/form-data
[xhtml] => Array
(
[0] => application/xhtml+xml
[1] => application/xhtml
[2] => text/xhtml
)
[xhtml-mobile] => application/vnd.wap.xhtml+xml
[xml] => Array
(
[0] => application/xml
[1] => text/xml
)
[rss] => application/rss+xml
[atom] => application/atom+xml
[amf] => application/x-amf
[wap] => Array
(
[0] => text/vnd.wap.wml
[1] => text/vnd.wap.wmlscript
[2] => 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
)
[__acceptTypes] => Array
(
[0] => */*
)
[__renderType] =>
[ext] => xml
[__typesInitialized] =>
[_log] =>
)
)
[_primary] => Array
(
[0] => Session
[1] => Auth
[2] => RequestHandler
)
[__settings] => Array
(
)
[_log] =>
)
[view] => View
[ext] => .ctp
[output] =>
[plugin] =>
[cacheAction] =>
[persistModel] =>
[passedArgs] => Array
(
)
[scaffold] =>
[methods] => Array
(
[3] => parseurl
[4] => findprev
[5] => findnext
[6] => findprevyear
[7] => findnextyear
[8] => getmission
)
[modelClass] => Setting
[modelKey] => cake_error
[validationErrors] =>
[_log] =>
[Session] => SessionComponent Object
(
[__active] => 1
[__bare] => 0
[valid] =>
[error] =>
[_userAgent] => 7e1fa12b475288bb87ce0a35cd6feaaa
[path] => /
[lastError] =>
[security] => medium
[time] => 1773670532
[sessionTime] => 1773682532
[watchKeys] => Array
(
)
[id] =>
[host] => www.commerce.gov.lc
[_log] =>
[enabled] => 1
)
[Auth] => AuthComponent Object
(
[_loggedIn] =>
[components] => Array
(
[0] => Session
[1] => RequestHandler
)
[authenticate] =>
[authorize] =>
[ajaxLogin] =>
[userModel] => User
[userScope] => Array
(
)
[fields] => Array
(
[username] => username
[password] => password
)
[sessionKey] =>
[actionPath] =>
[loginAction] =>
[loginRedirect] =>
[logoutRedirect] =>
[object] =>
[loginError] =>
[authError] =>
[autoRedirect] => 1
[allowedActions] => Array
(
)
[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
)
[data] => Array
(
)
[params] => Array
(
[plugin] =>
[controller] => sitemap
[action] => index
[pass] => Array
(
)
[named] => Array
(
)
[url] => Array
(
[ext] => xml
[url] => sitemap.xml
)
[form] => Array
(
)
)
[_methods] => Array
(
[3] => parseurl
[4] => findprev
[5] => findnext
[6] => findprevyear
[7] => findnextyear
[8] => getmission
)
[_log] =>
[enabled] => 1
[Session] => SessionComponent Object
(
[__active] => 1
[__bare] => 0
[valid] =>
[error] =>
[_userAgent] => 7e1fa12b475288bb87ce0a35cd6feaaa
[path] => /
[lastError] =>
[security] => medium
[time] => 1773670532
[sessionTime] => 1773682532
[watchKeys] => Array
(
)
[id] =>
[host] => www.commerce.gov.lc
[_log] =>
[enabled] => 1
)
[RequestHandler] => RequestHandlerComponent Object
(
[ajaxLayout] => ajax
[enabled] => 1
[__responseTypeSet] =>
[params] => Array
(
)
[__requestContent] => Array
(
[javascript] => text/javascript
[js] => text/javascript
[json] => application/json
[css] => text/css
[html] => Array
(
[0] => text/html
[1] => */*
)
[text] => text/plain
[txt] => text/plain
[csv] => Array
(
[0] => application/vnd.ms-excel
[1] => text/plain
)
[form] => application/x-www-form-urlencoded
[file] => multipart/form-data
[xhtml] => Array
(
[0] => application/xhtml+xml
[1] => application/xhtml
[2] => text/xhtml
)
[xhtml-mobile] => application/vnd.wap.xhtml+xml
[xml] => Array
(
[0] => application/xml
[1] => text/xml
)
[rss] => application/rss+xml
[atom] => application/atom+xml
[amf] => application/x-amf
[wap] => Array
(
[0] => text/vnd.wap.wml
[1] => text/vnd.wap.wmlscript
[2] => 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
)
[__acceptTypes] => Array
(
[0] => */*
)
[__renderType] =>
[ext] => xml
[__typesInitialized] =>
[_log] =>
)
)
[RequestHandler] => RequestHandlerComponent Object
(
[ajaxLayout] => ajax
[enabled] => 1
[__responseTypeSet] =>
[params] => Array
(
)
[__requestContent] => Array
(
[javascript] => text/javascript
[js] => text/javascript
[json] => application/json
[css] => text/css
[html] => Array
(
[0] => text/html
[1] => */*
)
[text] => text/plain
[txt] => text/plain
[csv] => Array
(
[0] => application/vnd.ms-excel
[1] => text/plain
)
[form] => application/x-www-form-urlencoded
[file] => multipart/form-data
[xhtml] => Array
(
[0] => application/xhtml+xml
[1] => application/xhtml
[2] => text/xhtml
)
[xhtml-mobile] => application/vnd.wap.xhtml+xml
[xml] => Array
(
[0] => application/xml
[1] => text/xml
)
[rss] => application/rss+xml
[atom] => application/atom+xml
[amf] => application/x-amf
[wap] => Array
(
[0] => text/vnd.wap.wml
[1] => text/vnd.wap.wmlscript
[2] => 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
)
[__acceptTypes] => Array
(
[0] => */*
)
[__renderType] =>
[ext] => xml
[__typesInitialized] =>
[_log] =>
)
[Setting] => Setting Object
(
[name] => Setting
[useDbConfig] => default
[useTable] => settings
[displayField] => id
[id] =>
[data] => Array
(
)
[table] => settings
[primaryKey] => id
[_schema] => Array
(
[id] => Array
(
[type] => integer
[null] =>
[default] =>
[length] => 4
[key] => primary
)
[website_name] => Array
(
[type] => string
[null] => 1
[default] =>
[length] => 255
)
[welcome_message] => Array
(
[type] => text
[null] => 1
[default] =>
[length] =>
)
[contact_form_email] => Array
(
[type] => string
[null] =>
[default] =>
[length] => 255
)
[front_end_pagination_limit] => Array
(
[type] => integer
[null] =>
[default] => 5
[length] => 2
)
[back_end_pagination_limit] => Array
(
[type] => integer
[null] =>
[default] => 10
[length] => 2
)
[phone_1] => Array
(
[type] => string
[null] => 1
[default] =>
[length] => 15
)
[phone_2] => Array
(
[type] => string
[null] => 1
[default] =>
[length] => 15
)
[mobile] => Array
(
[type] => string
[null] => 1
[default] =>
[length] => 15
)
[fax] => Array
(
[type] => string
[null] => 1
[default] =>
[length] => 15
)
[email_address_1] => Array
(
[type] => string
[null] => 1
[default] =>
[length] => 255
)
[email_address_2] => Array
(
[type] => string
[null] => 1
[default] =>
[length] => 255
)
[address_line_1] => Array
(
[type] => string
[null] =>
[default] =>
[length] => 255
)
[address_line_2] => Array
(
[type] => string
[null] => 1
[default] =>
[length] => 255
)
[city] => Array
(
[type] => string
[null] =>
[default] =>
[length] => 255
)
[state_province] => Array
(
[type] => string
[null] => 1
[default] =>
[length] => 255
)
[country] => Array
(
[type] => string
[null] => 1
[default] =>
[length] => 255
)
[zip_postal_code] => Array
(
[type] => string
[null] => 1
[default] =>
[length] => 255
)
[region] => Array
(
[type] => string
[null] => 1
[default] =>
[length] => 255
)
)
[validate] => Array
(
)
[validationErrors] => Array
(
)
[tablePrefix] =>
[alias] => Setting
[tableToModel] => Array
(
[settings] => Setting
)
[logTransactions] =>
[transactional] =>
[cacheQueries] =>
[belongsTo] => Array
(
)
[hasOne] => Array
(
)
[hasMany] => Array
(
)
[hasAndBelongsToMany] => Array
(
)
[actsAs] =>
[Behaviors] => BehaviorCollection Object
(
[modelName] => Setting
[_attached] => Array
(
)
[_disabled] => Array
(
)
[__methods] => Array
(
)
[__mappedMethods] => Array
(
)
[_log] =>
)
[whitelist] => Array
(
)
[cacheSources] => 1
[findQueryType] =>
[recursive] => 1
[order] =>
[__exists] =>
[__associationKeys] => Array
(
[belongsTo] => Array
(
[0] => className
[1] => foreignKey
[2] => conditions
[3] => fields
[4] => order
[5] => counterCache
)
[hasOne] => Array
(
[0] => className
[1] => foreignKey
[2] => conditions
[3] => fields
[4] => order
[5] => dependent
)
[hasMany] => Array
(
[0] => className
[1] => foreignKey
[2] => conditions
[3] => fields
[4] => order
[5] => limit
[6] => offset
[7] => dependent
[8] => exclusive
[9] => finderQuery
[10] => counterQuery
)
[hasAndBelongsToMany] => Array
(
[0] => className
[1] => joinTable
[2] => with
[3] => foreignKey
[4] => associationForeignKey
[5] => conditions
[6] => fields
[7] => order
[8] => limit
[9] => offset
[10] => unique
[11] => finderQuery
[12] => deleteQuery
[13] => insertQuery
)
)
[__associations] => Array
(
[0] => belongsTo
[1] => hasOne
[2] => hasMany
[3] => hasAndBelongsToMany
)
[__backAssociation] => Array
(
)
[__insertID] =>
[__numRows] =>
[__affectedRows] =>
[_findMethods] => Array
(
[all] => 1
[first] => 1
[count] => 1
[neighbors] => 1
[list] => 1
[threaded] => 1
)
[_log] =>
)
)
</pre>
</div>"
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = NULL
HtmlHelper::$params = array
HtmlHelper::$action = NULL
HtmlHelper::$data = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = NULL
FormHelper::$params = array
FormHelper::$action = NULL
FormHelper::$plugin = NULL
FormHelper::$data = array
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object
$javascript = JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = NULL
JavascriptHelper::$params = array
JavascriptHelper::$action = NULL
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = array
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL
$ajax = AjaxHelper
AjaxHelper::$helpers = array
AjaxHelper::$Html = HtmlHelper object
AjaxHelper::$Javascript = JavascriptHelper object
AjaxHelper::$callbacks = array
AjaxHelper::$ajaxOptions = array
AjaxHelper::$dragOptions = array
AjaxHelper::$dropOptions = array
AjaxHelper::$sortOptions = array
AjaxHelper::$sliderOptions = array
AjaxHelper::$editorOptions = array
AjaxHelper::$autoCompleteOptions = array
AjaxHelper::$__ajaxBuffer = array
AjaxHelper::$base = ""
AjaxHelper::$webroot = "/"
AjaxHelper::$themeWeb = NULL
AjaxHelper::$here = NULL
AjaxHelper::$params = array
AjaxHelper::$action = NULL
AjaxHelper::$plugin = NULL
AjaxHelper::$data = array
AjaxHelper::$namedArgs = NULL
AjaxHelper::$argSeparator = NULL
AjaxHelper::$validationErrors = NULL
AjaxHelper::$tags = array
AjaxHelper::$__tainted = NULL
AjaxHelper::$__cleaned = NULL
AjaxHelper::$_log = NULL
AjaxHelper::$Form = FormHelper object
$text = TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$themeWeb = NULL
TextHelper::$here = NULL
TextHelper::$params = array
TextHelper::$action = NULL
TextHelper::$plugin = NULL
TextHelper::$data = array
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
TextHelper::$_log = NULL
$session = SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "7e1fa12b475288bb87ce0a35cd6feaaa"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = NULL
SessionHelper::$time = 1773670532
SessionHelper::$sessionTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$_log = NULL
SessionHelper::$cookieLifeTime = 788940000
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = NULL
SessionHelper::$params = array
SessionHelper::$action = NULL
SessionHelper::$data = array
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
$resourceCats = false$resourceCats = $this->requestAction('ResourceCategories/index');echo '<ul>';foreach($resourceCats as $resourceCat){
include - APP/views/layouts/default.ctp, line 124 View::_render() - CORE/cake/libs/view/view.php, line 665 View::renderLayout() - CORE/cake/libs/view/view.php, line 453 View::render() - CORE/cake/libs/view/view.php, line 387 Controller::render() - CORE/cake/libs/controller/controller.php, line 808 AppError::_outputMessage() - APP/app_error.php, line 10 ErrorHandler::missingController() - CORE/cake/libs/error.php, line 173 Object::dispatchMethod() - CORE/cake/libs/object.php, line 117 ErrorHandler::__construct() - CORE/cake/libs/error.php, line 117 AppError::__construct() - APP/app_error.php, line 6 Object::cakeError() - CORE/cake/libs/object.php, line 200 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 135 [main] - ROOT/index.php, line 180
Warning (2): Invalid argument supplied for foreach() [CORE/cake/libs/model/model.php, line 2249]
$state = "after" $query = array( "conditions" => array( "Department.enabled" => 1 ), "fields" => null, "joins" => array(), "limit" => null, "offset" => null, "order" => array( "Department.title ASC" ), "page" => 1, "group" => null, "callbacks" => true ) $results = false $return = array() $idMap = array() $ids = false
$ids = Set::extract($results, '{n}.' . $this->alias . '.' . $this->primaryKey);foreach ($results as $result) {
Model::_findThreaded() - CORE/cake/libs/model/model.php, line 2249 Model::find() - CORE/cake/libs/model/model.php, line 2057 DepartmentsController::getDepartments() - APP/controllers/departments_controller.php, line 29 Object::dispatchMethod() - CORE/cake/libs/object.php, line 115 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 226 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 193 Object::requestAction() - CORE/cake/libs/object.php, line 100 include - APP/views/layouts/default.ctp, line 145 View::_render() - CORE/cake/libs/view/view.php, line 665 View::renderLayout() - CORE/cake/libs/view/view.php, line 453 View::render() - CORE/cake/libs/view/view.php, line 387 Controller::render() - CORE/cake/libs/controller/controller.php, line 808 AppError::_outputMessage() - APP/app_error.php, line 10 ErrorHandler::missingController() - CORE/cake/libs/error.php, line 173 Object::dispatchMethod() - CORE/cake/libs/object.php, line 117 ErrorHandler::__construct() - CORE/cake/libs/error.php, line 117 AppError::__construct() - APP/app_error.php, line 6 Object::cakeError() - CORE/cake/libs/object.php, line 200
Notice (8): Undefined variable: javascript [APP/views/layouts/default.ctp, line 12]
$___viewFn = "/home2/marilyn6/public_html/commerce/app/views/layouts/default.ctp"
$___dataForView = array(
"controller" => "SitemapController",
"controllerName" => "Sitemap",
"title_for_layout" => "Missing Controller",
"content_for_layout" => "<h2>Missing Controller</h2>
<p class="error">
<strong>Error: </strong>
<em>SitemapController</em> could not be found.</p>
<p class="error">
<strong>Error: </strong>
Create the class <em>SitemapController</em> below in file: app/controllers/sitemap_controller.php</p>
<pre>
<?php
class SitemapController extends AppController {
var $name = 'Sitemap';
}
?>
</pre>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/views/errors/missing_controller.ctp</p>",
"scripts_for_layout" => "",
"cakeDebug" => "<div id="cakeControllerDump">
<h2>Controller dump:</h2>
<pre>
Controller Object
(
[name] =>
[here] =>
[webroot] =>
[action] =>
[uses] =>
[helpers] => Array
(
[0] => Html
[1] => Form
)
[params] => Array
(
[models] => Array
(
)
)
[data] => Array
(
)
[paginate] => Array
(
[limit] => 20
[page] => 1
)
[viewPath] => errors
[layoutPath] =>
[viewVars] => Array
(
[controller] => SitemapController
[controllerName] => Sitemap
[cakeDebug] => Controller Object
*RECURSION*
)
[pageTitle] => Missing Controller
[modelNames] => Array
(
)
[base] =>
[layout] => default
[autoRender] =>
[autoLayout] => 1
[Component] => Component Object
(
[__controllerVars] => Array
(
[plugin] =>
[name] =>
[base] =>
)
[_loaded] => Array
(
)
[_primary] => Array
(
)
[__settings] => Array
(
)
[_log] =>
)
[components] => Array
(
)
[view] => View
[ext] => .ctp
[output] =>
[plugin] =>
[cacheAction] =>
[persistModel] =>
[passedArgs] => Array
(
)
[scaffold] =>
[methods] => Array
(
)
[modelClass] =>
[modelKey] =>
[validationErrors] =>
[_log] =>
)
</pre>
</div>",
"html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = NULL
HtmlHelper::$here = NULL
HtmlHelper::$params = array
HtmlHelper::$action = NULL
HtmlHelper::$data = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = NULL
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL,
"form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = NULL
FormHelper::$webroot = NULL
FormHelper::$themeWeb = NULL
FormHelper::$here = NULL
FormHelper::$params = array
FormHelper::$action = NULL
FormHelper::$plugin = NULL
FormHelper::$data = array
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object,
"session" => SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "7e1fa12b475288bb87ce0a35cd6feaaa"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1773670532
SessionHelper::$sessionTime = 1773682532
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$_log = NULL
SessionHelper::$cookieLifeTime = 604800
SessionHelper::$base = NULL
SessionHelper::$webroot = NULL
SessionHelper::$here = NULL
SessionHelper::$params = array
SessionHelper::$action = NULL
SessionHelper::$data = array
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
)
$loadHelpers = false
$cached = true
$loadedHelpers = array()
$controller = "SitemapController"
$controllerName = "Sitemap"
$title_for_layout = "Missing Controller"
$content_for_layout = "<h2>Missing Controller</h2>
<p class="error">
<strong>Error: </strong>
<em>SitemapController</em> could not be found.</p>
<p class="error">
<strong>Error: </strong>
Create the class <em>SitemapController</em> below in file: app/controllers/sitemap_controller.php</p>
<pre>
<?php
class SitemapController extends AppController {
var $name = 'Sitemap';
}
?>
</pre>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/views/errors/missing_controller.ctp</p>"
$scripts_for_layout = ""
$cakeDebug = "<div id="cakeControllerDump">
<h2>Controller dump:</h2>
<pre>
Controller Object
(
[name] =>
[here] =>
[webroot] =>
[action] =>
[uses] =>
[helpers] => Array
(
[0] => Html
[1] => Form
)
[params] => Array
(
[models] => Array
(
)
)
[data] => Array
(
)
[paginate] => Array
(
[limit] => 20
[page] => 1
)
[viewPath] => errors
[layoutPath] =>
[viewVars] => Array
(
[controller] => SitemapController
[controllerName] => Sitemap
[cakeDebug] => Controller Object
*RECURSION*
)
[pageTitle] => Missing Controller
[modelNames] => Array
(
)
[base] =>
[layout] => default
[autoRender] =>
[autoLayout] => 1
[Component] => Component Object
(
[__controllerVars] => Array
(
[plugin] =>
[name] =>
[base] =>
)
[_loaded] => Array
(
)
[_primary] => Array
(
)
[__settings] => Array
(
)
[_log] =>
)
[components] => Array
(
)
[view] => View
[ext] => .ctp
[output] =>
[plugin] =>
[cacheAction] =>
[persistModel] =>
[passedArgs] => Array
(
)
[scaffold] =>
[methods] => Array
(
)
[modelClass] =>
[modelKey] =>
[validationErrors] =>
[_log] =>
)
</pre>
</div>"
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = NULL
HtmlHelper::$here = NULL
HtmlHelper::$params = array
HtmlHelper::$action = NULL
HtmlHelper::$data = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = NULL
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = NULL
FormHelper::$webroot = NULL
FormHelper::$themeWeb = NULL
FormHelper::$here = NULL
FormHelper::$params = array
FormHelper::$action = NULL
FormHelper::$plugin = NULL
FormHelper::$data = array
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object
$session = SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "7e1fa12b475288bb87ce0a35cd6feaaa"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1773670532
SessionHelper::$sessionTime = 1773682532
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$_log = NULL
SessionHelper::$cookieLifeTime = 604800
SessionHelper::$base = NULL
SessionHelper::$webroot = NULL
SessionHelper::$here = NULL
SessionHelper::$params = array
SessionHelper::$action = NULL
SessionHelper::$data = array
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULLecho $html->meta('icon');echo $javascript->link('prototype');
include - APP/views/layouts/default.ctp, line 12 View::_render() - CORE/cake/libs/view/view.php, line 665 View::renderLayout() - CORE/cake/libs/view/view.php, line 453 View::render() - CORE/cake/libs/view/view.php, line 387 Controller::render() - CORE/cake/libs/controller/controller.php, line 808 AppError::_outputMessage() - APP/app_error.php, line 10 ErrorHandler::missingController() - CORE/cake/libs/error.php, line 173 Object::dispatchMethod() - CORE/cake/libs/object.php, line 117 ErrorHandler::__construct() - CORE/cake/libs/error.php, line 117 AppError::__construct() - APP/app_error.php, line 6 Object::cakeError() - CORE/cake/libs/object.php, line 200 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 135 Object::requestAction() - CORE/cake/libs/object.php, line 100 include - APP/views/elements/homesplash.ctp, line 17 View::_render() - CORE/cake/libs/view/view.php, line 665 View::element() - CORE/cake/libs/view/view.php, line 342 include - APP/views/layouts/default.ctp, line 184 View::_render() - CORE/cake/libs/view/view.php, line 665