Query: DESCRIBE `magnik_products`
Warning (512): SQL Error: 1030: Got error 122 from storage engine [CORE/cake/libs/model/datasources/dbo_source.php, line 463]
Context |
Code$sql = "DESCRIBE `magnik_products`"
$error = "1030: Got error 122 from storage engine"
if (($this->debug || $error) && Configure::read() > 0) {
e("<p style = \"text-align:left\"><b>Query:</b> {$sql} ");
if ($error) {
trigger_error("<span style = \"color:Red;text-align:left\"><b>SQL Error:</b> {$this->error}</span>", E_USER_WARNING);
} else {
DboSource::showQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 463
DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 289
DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 331
DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 183
DboMysql::describe() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 173
Model::loadInfo() - CORE/cake/libs/model/model.php, line 784
Model::setSource() - CORE/cake/libs/model/model.php, line 719
Model::__construct() - CORE/cake/libs/model/model.php, line 350
AppModel::__construct() - CORE/app/app_model.php, line 96
Product::__construct() - CORE/app/models/product.php, line 27
Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 373
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 305
[main] - CORE/app/webroot/index.php, line 85
Warning (2): Invalid argument supplied for foreach() [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 175]
Context |
Code$model = Product object
$cache = null
$fields = false
$cols = false
$fields = false;
$cols = $this->query('DESCRIBE ' . $this->fullTableName($model));
foreach ($cols as $column) {
$colKey = array_keys($column);
DboMysql::describe() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 175
Model::loadInfo() - CORE/cake/libs/model/model.php, line 784
Model::setSource() - CORE/cake/libs/model/model.php, line 719
Model::__construct() - CORE/cake/libs/model/model.php, line 350
AppModel::__construct() - CORE/app/app_model.php, line 96
Product::__construct() - CORE/app/models/product.php, line 27
Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 373
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 305
[main] - CORE/app/webroot/index.php, line 85
Query: DESCRIBE `magnik_categories`
Query: DESCRIBE `magnik_categories`
Query: DESCRIBE `magnik_categories`
Query: SELECT `Category`.`, `Category`.`id` FROM `magnik_categories` AS `Category` WHERE parent_id=0
Warning (512): SQL Error: 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '`.`id` FROM `magnik_categories` AS `Category` WHERE parent_id=0' at line 1 [CORE/cake/libs/model/datasources/dbo_source.php, line 463]
Context |
Code$sql = "SELECT `Category`.`, `Category`.`id` FROM `magnik_categories` AS `Category` WHERE parent_id=0 "
$error = "1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '`.`id` FROM `magnik_categories` AS `Category` WHERE parent_id=0' at line 1"
if (($this->debug || $error) && Configure::read() > 0) {
e("<p style = \"text-align:left\"><b>Query:</b> {$sql} ");
if ($error) {
trigger_error("<span style = \"color:Red;text-align:left\"><b>SQL Error:</b> {$this->error}</span>", E_USER_WARNING);
} else {
DboSource::showQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 463
DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 289
DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 331
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 593
Model::findAll() - CORE/cake/libs/model/model.php, line 1379
ProductsController::display() - CORE/app/controllers/products_controller.php, line 30
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 353
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 333
[main] - CORE/app/webroot/index.php, line 85
Warning (2): session_write_close() [function.session-write-close]: write failed: Disk quota exceeded (122) [CORE/cake/libs/controller/controller.php, line 451]
Context |
Code$url = "/admin/"
$status = null
$exit = false
}
if (function_exists('session_write_close')) {
session_write_close();
}
session_write_close - [internal], line ??
Controller::redirect() - CORE/cake/libs/controller/controller.php, line 451
ProductsController::display() - CORE/app/controllers/products_controller.php, line 31
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 353
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 333
[main] - CORE/app/webroot/index.php, line 85
Warning (2): session_write_close() [function.session-write-close]: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/home/usbookco/public_html/store/app/tmp/sessions) [CORE/cake/libs/controller/controller.php, line 451]
Context |
Code$url = "/admin/"
$status = null
$exit = false
}
if (function_exists('session_write_close')) {
session_write_close();
}
session_write_close - [internal], line ??
Controller::redirect() - CORE/cake/libs/controller/controller.php, line 451
ProductsController::display() - CORE/app/controllers/products_controller.php, line 31
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 353
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 333
[main] - CORE/app/webroot/index.php, line 85
Warning (2): Cannot modify header information - headers already sent by (output started at /home/usbookco/public_html/store/cake/basics.php:893) [CORE/cake/libs/controller/controller.php, line 511]
Context |
Code$url = "/admin/"
$status = null
$exit = false
header($status);
}
if ($url !== null) {
header('Location: ' . Router::url($url, true));
}
header - [internal], line ??
Controller::redirect() - CORE/cake/libs/controller/controller.php, line 511
ProductsController::display() - CORE/app/controllers/products_controller.php, line 31
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 353
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 333
[main] - CORE/app/webroot/index.php, line 85