Warning (2): file_put_contents() [function.file-put-contents]: Only 0 of 62 bytes written, possibly out of free disk space [CORE/cake/basics.php, line 1153]
Context |
Code$path = "models/default_ustruckco_list"
$data = "a:2:{i:0;s:17:"magnik_categories";i:1;s:15:"magnik_products";}"
$expires = 1219940997
$target = "cache"
$now = 1219940967
$filename = "/home/ustruckco/public_html/store/app/tmp/cache/models/default_ustruckco_list"
$timediff = 30
$filetime = false
}
}
} elseif (is_writable(dirname($filename))) {
file_put_contents($filename, $data);
}
file_put_contents - [internal], line ??
cache - CORE/cake/basics.php, line 1153
DboSource::listSources() - CORE/cake/libs/model/datasources/dbo_source.php, line 152
DboMysql::listSources() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 155
AppModel::__construct() - CORE/app/app_model.php, line 78
Product::__construct() - CORE/app/models/product.php, line 33
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_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 33
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 33
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): file_put_contents() [function.file-put-contents]: Only 0 of 4 bytes written, possibly out of free disk space [CORE/cake/basics.php, line 1153]
Context |
Code$path = "models/default_magnik_products"
$data = "b:0;"
$expires = 1219940982
$target = "cache"
$now = 1219940967
$filename = "/home/ustruckco/public_html/store/app/tmp/cache/models/default_magnik_products"
$timediff = 15
$filetime = false
}
}
} elseif (is_writable(dirname($filename))) {
file_put_contents($filename, $data);
}
file_put_contents - [internal], line ??
cache - CORE/cake/basics.php, line 1153
DataSource::__cacheDescription() - CORE/cake/libs/model/datasources/datasource.php, line 245
DboMysql::describe() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 191
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 33
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 36
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 37
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/ustruckco/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 37
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/ustruckco/public_html/store/cake/basics.php:934) [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 37
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 353
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 333
[main] - CORE/app/webroot/index.php, line 85