Notice (8): Use of undefined constant DB_HOST - assumed 'DB_HOST' [CORE/cake/libs/model/connection_manager.php, line 66]
function __construct() {if (class_exists('DATABASE_CONFIG')) {$this->config =& new DATABASE_CONFIG();
ConnectionManager::__construct() - CORE/cake/libs/model/connection_manager.php, line 66 ConnectionManager::getInstance() - CORE/cake/libs/model/connection_manager.php, line 80 ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 94 Model::setDataSource() - CORE/cake/libs/model/model.php, line 2725 Model::__construct() - CORE/cake/libs/model/model.php, line 431 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 140 Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 510 Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 464 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 [main] - APP/webroot/index.php, line 83
Notice (8): Use of undefined constant DB_USER - assumed 'DB_USER' [CORE/cake/libs/model/connection_manager.php, line 66]
function __construct() {if (class_exists('DATABASE_CONFIG')) {$this->config =& new DATABASE_CONFIG();
ConnectionManager::__construct() - CORE/cake/libs/model/connection_manager.php, line 66 ConnectionManager::getInstance() - CORE/cake/libs/model/connection_manager.php, line 80 ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 94 Model::setDataSource() - CORE/cake/libs/model/model.php, line 2725 Model::__construct() - CORE/cake/libs/model/model.php, line 431 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 140 Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 510 Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 464 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 [main] - APP/webroot/index.php, line 83
Notice (8): Use of undefined constant DB_PASS - assumed 'DB_PASS' [CORE/cake/libs/model/connection_manager.php, line 66]
function __construct() {if (class_exists('DATABASE_CONFIG')) {$this->config =& new DATABASE_CONFIG();
ConnectionManager::__construct() - CORE/cake/libs/model/connection_manager.php, line 66 ConnectionManager::getInstance() - CORE/cake/libs/model/connection_manager.php, line 80 ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 94 Model::setDataSource() - CORE/cake/libs/model/model.php, line 2725 Model::__construct() - CORE/cake/libs/model/model.php, line 431 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 140 Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 510 Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 464 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 [main] - APP/webroot/index.php, line 83
Notice (8): Use of undefined constant DB_NAME - assumed 'DB_NAME' [CORE/cake/libs/model/connection_manager.php, line 66]
function __construct() {if (class_exists('DATABASE_CONFIG')) {$this->config =& new DATABASE_CONFIG();
ConnectionManager::__construct() - CORE/cake/libs/model/connection_manager.php, line 66 ConnectionManager::getInstance() - CORE/cake/libs/model/connection_manager.php, line 80 ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 94 Model::setDataSource() - CORE/cake/libs/model/model.php, line 2725 Model::__construct() - CORE/cake/libs/model/model.php, line 431 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 140 Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 510 Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 464 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 [main] - APP/webroot/index.php, line 83
Warning (2): mysql_pconnect() [function.mysql-pconnect]: Unknown MySQL server host 'DB_HOST' (1) [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 457]
$config = array( "persistent" => true, "host" => "DB_HOST", "login" => "DB_USER", "password" => "DB_PASS", "database" => "DB_NAME", "port" => "3306", "connect" => "mysql_connect", "driver" => "mysql", "prefix" => "" )
mysql_pconnect - [internal], line ?? DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 457 DboSource::__construct() - CORE/cake/libs/model/datasources/dbo_source.php, line 98 ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 106 Model::setDataSource() - CORE/cake/libs/model/model.php, line 2725 Model::__construct() - CORE/cake/libs/model/model.php, line 431 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 140 Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 510 Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 464 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 [main] - APP/webroot/index.php, line 83
Warning (2): mysql_select_db(): supplied argument is not a valid MySQL-Link resource [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 460]
$config = array( "persistent" => true, "host" => "DB_HOST", "login" => "DB_USER", "password" => "DB_PASS", "database" => "DB_NAME", "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 460 DboSource::__construct() - CORE/cake/libs/model/datasources/dbo_source.php, line 98 ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 106 Model::setDataSource() - CORE/cake/libs/model/model.php, line 2725 Model::__construct() - CORE/cake/libs/model/model.php, line 431 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 140 Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 510 Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 464 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 [main] - APP/webroot/index.php, line 83
Warning (2): mysql_get_server_info(): supplied argument is not a valid MySQL-Link resource [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 468]
$config = array( "persistent" => true, "host" => "DB_HOST", "login" => "DB_USER", "password" => "DB_PASS", "database" => "DB_NAME", "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 468 DboSource::__construct() - CORE/cake/libs/model/datasources/dbo_source.php, line 98 ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 106 Model::setDataSource() - CORE/cake/libs/model/model.php, line 2725 Model::__construct() - CORE/cake/libs/model/model.php, line 431 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 140 Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 510 Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 464 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 [main] - APP/webroot/index.php, line 83
Warning (2): mysql_query(): supplied argument is not a valid MySQL-Link resource [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 500]
$sql = "SHOW TABLES FROM `DB_NAME`;"
mysql_query - [internal], line ?? DboMysql::_execute() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 500 DboMysql::listSources() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 512 Model::setSource() - CORE/cake/libs/model/model.php, line 774 Model::__construct() - CORE/cake/libs/model/model.php, line 439 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 140 Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 510 Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 464 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 [main] - APP/webroot/index.php, line 83
Warning (2): mysql_query(): supplied argument is not a valid MySQL-Link resource [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 500]
$sql = "SHOW TABLES FROM `DB_NAME`;"
}echo $_this->_output($level, $error, $code, $helpCode, $description, $file, $line, $context);
Debugger::handleError() - CORE/cake/libs/debugger.php, line 214 mysql_query - [internal], line ?? DboMysql::_execute() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 500 DboMysql::listSources() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 512 Model::setSource() - CORE/cake/libs/model/model.php, line 774 Model::__construct() - CORE/cake/libs/model/model.php, line 439 AppController::beforeRender() - APP/app_controller.php, line 104 Controller::render() - CORE/cake/libs/controller/controller.php, line 763 ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 373 ErrorHandler::missingTable() - CORE/cake/libs/error.php, line 224 Object::dispatchMethod() - CORE/cake/libs/object.php, line 118 ErrorHandler::__construct() - CORE/cake/libs/error.php, line 118 Object::cakeError() - CORE/cake/libs/object.php, line 203 Model::setSource() - CORE/cake/libs/model/model.php, line 779 Model::__construct() - CORE/cake/libs/model/model.php, line 439 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 140 Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 510 Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 464
$___viewFn = "/home/acpweb/festivalguide.acpinfo.org/code/app/views/layouts/default.ctp" $___dataForView = array( "model" => "Listing", "table" => "listings", "title_for_layout" => "Missing Database Table", "content_for_layout" => "<h2>Missing Database Table</h2> <p class="error"> <strong>Error: </strong> Database table <em>listings</em> for model <em>Listing</em> was not found.</p> <p class="notice"> <strong>Notice: </strong> If you want to customize this error message, create app/views/errors/missing_table.ctp</p>", "scripts_for_layout" => "", "cakeDebug" => "", "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 = "" SessionHelper::$path = "/" SessionHelper::$lastError = NULL SessionHelper::$security = "low" SessionHelper::$time = 1327706160 SessionHelper::$sessionTime = 1328066160 SessionHelper::$watchKeys = array SessionHelper::$id = NULL SessionHelper::$_log = NULL 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() $model = "Listing" $table = "listings" $title_for_layout = "Missing Database Table" $content_for_layout = "<h2>Missing Database Table</h2> <p class="error"> <strong>Error: </strong> Database table <em>listings</em> for model <em>Listing</em> was not found.</p> <p class="notice"> <strong>Notice: </strong> If you want to customize this error message, create app/views/errors/missing_table.ctp</p>" $scripts_for_layout = "" $cakeDebug = "" $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 = "" SessionHelper::$path = "/" SessionHelper::$lastError = NULL SessionHelper::$security = "low" SessionHelper::$time = 1327706160 SessionHelper::$sessionTime = 1328066160 SessionHelper::$watchKeys = array SessionHelper::$id = NULL SessionHelper::$_log = NULL SessionHelper::$base = NULL SessionHelper::$webroot = NULL SessionHelper::$here = NULL SessionHelper::$params = array SessionHelper::$action = NULL SessionHelper::$data = array SessionHelper::$themeWeb = NULL SessionHelper::$plugin = NULL
}echo $_this->_output($level, $error, $code, $helpCode, $description, $file, $line, $context);
Debugger::handleError() - CORE/cake/libs/debugger.php, line 214 include - APP/views/layouts/default.ctp, line 14 View::_render() - CORE/cake/libs/view/view.php, line 666 View::renderLayout() - CORE/cake/libs/view/view.php, line 454 View::render() - CORE/cake/libs/view/view.php, line 388 Controller::render() - CORE/cake/libs/controller/controller.php, line 806 ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 373 ErrorHandler::missingTable() - CORE/cake/libs/error.php, line 224 Object::dispatchMethod() - CORE/cake/libs/object.php, line 118 ErrorHandler::__construct() - CORE/cake/libs/error.php, line 118 Object::cakeError() - CORE/cake/libs/object.php, line 203 Model::setSource() - CORE/cake/libs/model/model.php, line 779 Model::__construct() - CORE/cake/libs/model/model.php, line 439 AppController::beforeRender() - APP/app_controller.php, line 104 Controller::render() - CORE/cake/libs/controller/controller.php, line 763 ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 373 ErrorHandler::missingTable() - CORE/cake/libs/error.php, line 224 Object::dispatchMethod() - CORE/cake/libs/object.php, line 118
Error: Database table listings for model Listing was not found.
Notice: If you want to customize this error message, create app/views/errors/missing_table.ctp
For a comprehensive look at this year's festival, please download the ACP 2011 Festival Guide pdf, view the online Festival Guide, and keep an eye out for the printed guide, available the week of Sept. 12th!
Notice (8): Use of undefined constant DEV - assumed 'DEV' [APP/views/elements/google/analytics.ctp, line 1]
$___viewFn = "/home/acpweb/festivalguide.acpinfo.org/code/app/views/elements/google/analytics.ctp" $___dataForView = array( "model" => "Listing", "table" => "listings", "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 = "" SessionHelper::$path = "/" SessionHelper::$lastError = NULL SessionHelper::$security = "low" SessionHelper::$time = 1327706160 SessionHelper::$sessionTime = 1328066160 SessionHelper::$watchKeys = array SessionHelper::$id = NULL SessionHelper::$_log = NULL 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 = false $loadedHelpers = array() $model = "Listing" $table = "listings" $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 = "" SessionHelper::$path = "/" SessionHelper::$lastError = NULL SessionHelper::$security = "low" SessionHelper::$time = 1327706160 SessionHelper::$sessionTime = 1328066160 SessionHelper::$watchKeys = array SessionHelper::$id = NULL SessionHelper::$_log = NULL SessionHelper::$base = NULL SessionHelper::$webroot = NULL SessionHelper::$here = NULL SessionHelper::$params = array SessionHelper::$action = NULL SessionHelper::$data = array SessionHelper::$themeWeb = NULL SessionHelper::$plugin = NULL
}echo $_this->_output($level, $error, $code, $helpCode, $description, $file, $line, $context);
Debugger::handleError() - CORE/cake/libs/debugger.php, line 214 include - APP/views/elements/google/analytics.ctp, line 1 View::_render() - CORE/cake/libs/view/view.php, line 666 View::element() - CORE/cake/libs/view/view.php, line 343 include - APP/views/layouts/default.ctp, line 79 View::_render() - CORE/cake/libs/view/view.php, line 666 View::renderLayout() - CORE/cake/libs/view/view.php, line 454 View::render() - CORE/cake/libs/view/view.php, line 388 Controller::render() - CORE/cake/libs/controller/controller.php, line 806 ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 373 ErrorHandler::missingTable() - CORE/cake/libs/error.php, line 224 Object::dispatchMethod() - CORE/cake/libs/object.php, line 118 ErrorHandler::__construct() - CORE/cake/libs/error.php, line 118 Object::cakeError() - CORE/cake/libs/object.php, line 203 Model::setSource() - CORE/cake/libs/model/model.php, line 779 Model::__construct() - CORE/cake/libs/model/model.php, line 439 AppController::beforeRender() - APP/app_controller.php, line 104 Controller::render() - CORE/cake/libs/controller/controller.php, line 763
Array ( )
Array ( )
| Message | Start Time (ms) | End Time (ms) | Duration (ms) |
|---|---|---|---|
| Core Processing (Derived) | 0 | 77 | 77 |
| Component initialization and startup | 77 | 119 | 0 |
| Component initialization and startup #2 | 83 | 119 | 0 |










































