Warning (512): SQL Error: 1030: Got error 28 from storage engine [CORE/cake/libs/model/datasources/dbo_source.php, line 684]Code |
Context $out = null;
if ($error) {
trigger_error('<span style="color:Red;text-align:left"><b>' . __('SQL Error:', true) . "</b> {$this->error}</span>", E_USER_WARNING);
$sql = "SHOW FULL COLUMNS FROM `employees`"
$error = "1030: Got error 28 from storage engine"
$out = null
DboSource::showQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 684
DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 266
DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 410
DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 287
DboMysqlBase::describe() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 125
Model::schema() - CORE/cake/libs/model/model.php, line 929
Model::setSource() - CORE/cake/libs/model/model.php, line 780
Model::__construct() - CORE/cake/libs/model/model.php, line 474
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 142
Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 637
Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 502
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 186
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 84
Query: SHOW FULL COLUMNS FROM `employees`
Warning (2): Invalid argument supplied for foreach() [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 127]Code |
Context $cols = $this->query('SHOW FULL COLUMNS FROM ' . $this->fullTableName($model));
foreach ($cols as $column) {
$model = Employee
Employee::$primaryKey = "EmployeeID"
Employee::$displayField = "employee"
Employee::$validate = array
Employee::$belongsTo = array
Employee::$hasMany = array
Employee::$actsAs = array
Employee::$recursive = -1
Employee::$useDbConfig = "default"
Employee::$useTable = "employees"
Employee::$id = NULL
Employee::$data = array
Employee::$table = "employees"
Employee::$_schema = NULL
Employee::$validationErrors = array
Employee::$tablePrefix = ""
Employee::$name = "Employee"
Employee::$alias = "Employee"
Employee::$tableToModel = array
Employee::$logTransactions = false
Employee::$cacheQueries = false
Employee::$hasOne = array
Employee::$hasAndBelongsToMany = array
Employee::$Behaviors = BehaviorCollection object
Employee::$whitelist = array
Employee::$cacheSources = true
Employee::$findQueryType = NULL
Employee::$order = NULL
Employee::$virtualFields = array
Employee::$__associationKeys = array
Employee::$__associations = array
Employee::$__backAssociation = array
Employee::$__insertID = NULL
Employee::$__numRows = NULL
Employee::$__affectedRows = NULL
Employee::$_findMethods = array
$cache = null
$fields = false
$cols = false
DboMysqlBase::describe() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 127
Model::schema() - CORE/cake/libs/model/model.php, line 929
Model::setSource() - CORE/cake/libs/model/model.php, line 780
Model::__construct() - CORE/cake/libs/model/model.php, line 474
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 142
Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 637
Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 502
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 186
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 84
Query: SHOW FULL COLUMNS FROM `employee_inventories`
Query: SHOW FULL COLUMNS FROM `inventory`
Query: SHOW FULL COLUMNS FROM `ticketinventories`
Query: SHOW FULL COLUMNS FROM `tickets`
Query: SHOW FULL COLUMNS FROM `customers`
Query: SHOW FULL COLUMNS FROM `customer_contacts`
Query: SHOW FULL COLUMNS FROM `customer_ips`
Query: SHOW FULL COLUMNS FROM `customer_ips`
Query: SHOW FULL COLUMNS FROM `customer_ips`
Query: SHOW FULL COLUMNS FROM `customer_ips`
Query: SHOW FULL COLUMNS FROM `customer_userpass`
Query: SHOW FULL COLUMNS FROM `customer_software`
Query: SHOW FULL COLUMNS FROM `customers`
Query: SHOW FULL COLUMNS FROM `statuscodes`
Query: SHOW FULL COLUMNS FROM `contractors`
Query: SHOW FULL COLUMNS FROM `contractors`
Query: SHOW FULL COLUMNS FROM `contractors`
Query: SHOW FULL COLUMNS FROM `contractors`
Query: SHOW FULL COLUMNS FROM `tickets`
Query: SHOW FULL COLUMNS FROM `ticketactions`
Query: SHOW FULL COLUMNS FROM `ticket_notes`
Query: SHOW FULL COLUMNS FROM `mileages`
Query: SHOW FULL COLUMNS FROM `tickets`
Query: SHOW FULL COLUMNS FROM `variables`
Warning (2): Cannot modify header information - headers already sent by (output started at /usr/local/cakeportal1.3/cake/libs/debugger.php:686) [CORE/cake/libs/controller/controller.php, line 742]Code |
Context$status = "Location: http://ts.shawnsterncomputer.com/employees/login"
header - [internal], line ??
Controller::header() - CORE/cake/libs/controller/controller.php, line 742
Controller::redirect() - CORE/cake/libs/controller/controller.php, line 721
AuthComponent::startup() - CORE/cake/libs/controller/components/auth.php, line 395
Component::triggerCallback() - CORE/cake/libs/controller/component.php, line 186
Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 523
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 84