Warning (512): SQL Error: 1030: Got error 28 from storage engine [CORE/cake/libs/model/datasources/dbo_source.php, line 514]
$sql = "DESCRIBE `tutorials`" $error = "1030: Got error 28 from storage engine" $out = null
$out = null;if ($error) {trigger_error("<span style = \"color:Red;text-align:left\"><b>SQL Error:</b> {$this->error}</span>", E_USER_WARNING);
DboSource::showQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 514 DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 201 DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 337 DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 221 DboMysql::describe() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 445 Model::schema() - CORE/cake/libs/model/model.php, line 872 Model::setSource() - CORE/cake/libs/model/model.php, line 752 Model::__construct() - CORE/cake/libs/model/model.php, line 409 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 134 Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 478 Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 423 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 224 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211 [main] - APP/webroot/index.php, line 88
Query: DESCRIBE `tutorials`
Warning (2): Invalid argument supplied for foreach() [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 447]
$model = Tutorial Tutorial::$name = "Tutorial" Tutorial::$belongsTo = array Tutorial::$useDbConfig = "default" Tutorial::$useTable = "tutorials" Tutorial::$displayField = NULL Tutorial::$id = "blend_and_mask_yourself_a_great_poster_26" Tutorial::$data = array Tutorial::$table = "tutorials" Tutorial::$primaryKey = "id" Tutorial::$_schema = NULL Tutorial::$validate = array Tutorial::$validationErrors = array Tutorial::$tablePrefix = "" Tutorial::$alias = "Tutorial" Tutorial::$tableToModel = array Tutorial::$logTransactions = false Tutorial::$transactional = false Tutorial::$cacheQueries = false Tutorial::$hasOne = array Tutorial::$hasMany = array Tutorial::$hasAndBelongsToMany = array Tutorial::$actsAs = NULL Tutorial::$Behaviors = BehaviorCollection object Tutorial::$whitelist = array Tutorial::$cacheSources = true Tutorial::$findQueryType = NULL Tutorial::$recursive = 1 Tutorial::$order = NULL Tutorial::$__exists = NULL Tutorial::$__associationKeys = array Tutorial::$__associations = array Tutorial::$__backAssociation = array Tutorial::$__insertID = NULL Tutorial::$__numRows = NULL Tutorial::$__affectedRows = NULL Tutorial::$_findMethods = array Tutorial::$_log = NULL $cache = null $fields = false $cols = false
$cols = $this->query('DESCRIBE ' . $this->fullTableName($model));foreach ($cols as $column) {
DboMysql::describe() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 447 Model::schema() - CORE/cake/libs/model/model.php, line 872 Model::setSource() - CORE/cake/libs/model/model.php, line 752 Model::__construct() - CORE/cake/libs/model/model.php, line 409 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 134 Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 478 Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 423 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 224 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211 [main] - APP/webroot/index.php, line 88
Query: DESCRIBE `tutorials`
Query: DESCRIBE `tutorials`
Query: DESCRIBE `tutorials`
Query: DESCRIBE `users`
Query: DESCRIBE `users`
Query: DESCRIBE `users`
Query: DESCRIBE `users`
Query: DESCRIBE `articles`
Query: DESCRIBE `articles`
Query: DESCRIBE `articles`
Query: DESCRIBE `articles`
Query: DESCRIBE `tutorials`
Warning (2): array_keys() [function.array-keys]: The first argument should be an array [CORE/cake/libs/model/datasources/dbo_source.php, line 1656]
$this = DboMysql DboMysql::$description = "MySQL DBO Driver" DboMysql::$_baseConfig = array DboMysql::$startQuote = "`" DboMysql::$endQuote = "`" DboMysql::$_useAlias = true DboMysql::$_commands = array DboMysql::$columns = array DboMysql::$index = array DboMysql::$alias = "AS " DboMysql::$fieldCache = array DboMysql::$__bypass = false DboMysql::$__sqlOps = array DboMysql::$connected = true DboMysql::$fullDebug = false DboMysql::$error = "1030: Got error 28 from storage engine" DboMysql::$affected = NULL DboMysql::$numRows = NULL DboMysql::$took = 0 DboMysql::$_result = false DboMysql::$_queriesCnt = 0 DboMysql::$_queriesTime = NULL DboMysql::$_queriesLog = array DboMysql::$_queriesLogMax = 200 DboMysql::$_queryCache = array DboMysql::$__descriptions = array DboMysql::$_sources = array DboMysql::$connection = resource DboMysql::$config = array DboMysql::$configKeyName = "default" DboMysql::$_transactionStarted = false DboMysql::$cacheSources = true DboMysql::$_log = NULL DboMysql::$__booleans = array $model = Tutorial Tutorial::$name = "Tutorial" Tutorial::$belongsTo = array Tutorial::$useDbConfig = "default" Tutorial::$useTable = "tutorials" Tutorial::$displayField = false Tutorial::$id = "blend_and_mask_yourself_a_great_poster_26" Tutorial::$data = array Tutorial::$table = "tutorials" Tutorial::$primaryKey = "id" Tutorial::$_schema = false Tutorial::$validate = array Tutorial::$validationErrors = array Tutorial::$tablePrefix = "" Tutorial::$alias = "Tutorial" Tutorial::$tableToModel = array Tutorial::$logTransactions = false Tutorial::$transactional = false Tutorial::$cacheQueries = false Tutorial::$hasOne = array Tutorial::$hasMany = array Tutorial::$hasAndBelongsToMany = array Tutorial::$actsAs = NULL Tutorial::$Behaviors = BehaviorCollection object Tutorial::$whitelist = array Tutorial::$cacheSources = true Tutorial::$findQueryType = "first" Tutorial::$recursive = 1 Tutorial::$order = NULL Tutorial::$__exists = NULL Tutorial::$__associationKeys = array Tutorial::$__associations = array Tutorial::$__backAssociation = array Tutorial::$__insertID = NULL Tutorial::$__numRows = NULL Tutorial::$__affectedRows = NULL Tutorial::$_findMethods = array Tutorial::$_log = NULL Tutorial::$User = User object $alias = "Tutorial" $fields = array() $quote = true
array_keys - [internal], line ?? DboSource::fields() - CORE/cake/libs/model/datasources/dbo_source.php, line 1656 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 616 Model::find() - CORE/cake/libs/model/model.php, line 1956 DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 283 Model::call__() - CORE/cake/libs/model/model.php, line 436 Overloadable::__call() - CORE/cake/libs/overloadable_php5.php, line 52 Tutorial::findBySlug() - [internal], line ?? TutorialsController::view_top_bar() - APP/controllers/tutorials_controller.php, line 366 Object::dispatchMethod() - CORE/cake/libs/object.php, line 117 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 245 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211 [main] - APP/webroot/index.php, line 88
Warning (2): array_filter() [function.array-filter]: The first argument should be an array [CORE/cake/libs/model/datasources/dbo_source.php, line 1660]
$this = DboMysql DboMysql::$description = "MySQL DBO Driver" DboMysql::$_baseConfig = array DboMysql::$startQuote = "`" DboMysql::$endQuote = "`" DboMysql::$_useAlias = true DboMysql::$_commands = array DboMysql::$columns = array DboMysql::$index = array DboMysql::$alias = "AS " DboMysql::$fieldCache = array DboMysql::$__bypass = false DboMysql::$__sqlOps = array DboMysql::$connected = true DboMysql::$fullDebug = false DboMysql::$error = "1030: Got error 28 from storage engine" DboMysql::$affected = NULL DboMysql::$numRows = NULL DboMysql::$took = 0 DboMysql::$_result = false DboMysql::$_queriesCnt = 0 DboMysql::$_queriesTime = NULL DboMysql::$_queriesLog = array DboMysql::$_queriesLogMax = 200 DboMysql::$_queryCache = array DboMysql::$__descriptions = array DboMysql::$_sources = array DboMysql::$connection = resource DboMysql::$config = array DboMysql::$configKeyName = "default" DboMysql::$_transactionStarted = false DboMysql::$cacheSources = true DboMysql::$_log = NULL DboMysql::$__booleans = array $model = Tutorial Tutorial::$name = "Tutorial" Tutorial::$belongsTo = array Tutorial::$useDbConfig = "default" Tutorial::$useTable = "tutorials" Tutorial::$displayField = false Tutorial::$id = "blend_and_mask_yourself_a_great_poster_26" Tutorial::$data = array Tutorial::$table = "tutorials" Tutorial::$primaryKey = "id" Tutorial::$_schema = false Tutorial::$validate = array Tutorial::$validationErrors = array Tutorial::$tablePrefix = "" Tutorial::$alias = "Tutorial" Tutorial::$tableToModel = array Tutorial::$logTransactions = false Tutorial::$transactional = false Tutorial::$cacheQueries = false Tutorial::$hasOne = array Tutorial::$hasMany = array Tutorial::$hasAndBelongsToMany = array Tutorial::$actsAs = NULL Tutorial::$Behaviors = BehaviorCollection object Tutorial::$whitelist = array Tutorial::$cacheSources = true Tutorial::$findQueryType = "first" Tutorial::$recursive = 1 Tutorial::$order = NULL Tutorial::$__exists = NULL Tutorial::$__associationKeys = array Tutorial::$__associations = array Tutorial::$__backAssociation = array Tutorial::$__insertID = NULL Tutorial::$__numRows = NULL Tutorial::$__affectedRows = NULL Tutorial::$_findMethods = array Tutorial::$_log = NULL Tutorial::$User = User object $alias = "Tutorial" $fields = null $quote = true
array_filter - [internal], line ?? DboSource::fields() - CORE/cake/libs/model/datasources/dbo_source.php, line 1660 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 616 Model::find() - CORE/cake/libs/model/model.php, line 1956 DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 283 Model::call__() - CORE/cake/libs/model/model.php, line 436 Overloadable::__call() - CORE/cake/libs/overloadable_php5.php, line 52 Tutorial::findBySlug() - [internal], line ?? TutorialsController::view_top_bar() - APP/controllers/tutorials_controller.php, line 366 Object::dispatchMethod() - CORE/cake/libs/object.php, line 117 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 245 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211 [main] - APP/webroot/index.php, line 88
Warning (2): array_values() [function.array-values]: The argument should be an array [CORE/cake/libs/model/datasources/dbo_source.php, line 1660]
$this = DboMysql DboMysql::$description = "MySQL DBO Driver" DboMysql::$_baseConfig = array DboMysql::$startQuote = "`" DboMysql::$endQuote = "`" DboMysql::$_useAlias = true DboMysql::$_commands = array DboMysql::$columns = array DboMysql::$index = array DboMysql::$alias = "AS " DboMysql::$fieldCache = array DboMysql::$__bypass = false DboMysql::$__sqlOps = array DboMysql::$connected = true DboMysql::$fullDebug = false DboMysql::$error = "1030: Got error 28 from storage engine" DboMysql::$affected = NULL DboMysql::$numRows = NULL DboMysql::$took = 0 DboMysql::$_result = false DboMysql::$_queriesCnt = 0 DboMysql::$_queriesTime = NULL DboMysql::$_queriesLog = array DboMysql::$_queriesLogMax = 200 DboMysql::$_queryCache = array DboMysql::$__descriptions = array DboMysql::$_sources = array DboMysql::$connection = resource DboMysql::$config = array DboMysql::$configKeyName = "default" DboMysql::$_transactionStarted = false DboMysql::$cacheSources = true DboMysql::$_log = NULL DboMysql::$__booleans = array $model = Tutorial Tutorial::$name = "Tutorial" Tutorial::$belongsTo = array Tutorial::$useDbConfig = "default" Tutorial::$useTable = "tutorials" Tutorial::$displayField = false Tutorial::$id = "blend_and_mask_yourself_a_great_poster_26" Tutorial::$data = array Tutorial::$table = "tutorials" Tutorial::$primaryKey = "id" Tutorial::$_schema = false Tutorial::$validate = array Tutorial::$validationErrors = array Tutorial::$tablePrefix = "" Tutorial::$alias = "Tutorial" Tutorial::$tableToModel = array Tutorial::$logTransactions = false Tutorial::$transactional = false Tutorial::$cacheQueries = false Tutorial::$hasOne = array Tutorial::$hasMany = array Tutorial::$hasAndBelongsToMany = array Tutorial::$actsAs = NULL Tutorial::$Behaviors = BehaviorCollection object Tutorial::$whitelist = array Tutorial::$cacheSources = true Tutorial::$findQueryType = "first" Tutorial::$recursive = 1 Tutorial::$order = NULL Tutorial::$__exists = NULL Tutorial::$__associationKeys = array Tutorial::$__associations = array Tutorial::$__backAssociation = array Tutorial::$__insertID = NULL Tutorial::$__numRows = NULL Tutorial::$__affectedRows = NULL Tutorial::$_findMethods = array Tutorial::$_log = NULL Tutorial::$User = User object $alias = "Tutorial" $fields = null $quote = true
array_values - [internal], line ?? DboSource::fields() - CORE/cake/libs/model/datasources/dbo_source.php, line 1660 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 616 Model::find() - CORE/cake/libs/model/model.php, line 1956 DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 283 Model::call__() - CORE/cake/libs/model/model.php, line 436 Overloadable::__call() - CORE/cake/libs/overloadable_php5.php, line 52 Tutorial::findBySlug() - [internal], line ?? TutorialsController::view_top_bar() - APP/controllers/tutorials_controller.php, line 366 Object::dispatchMethod() - CORE/cake/libs/object.php, line 117 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 245 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211 [main] - APP/webroot/index.php, line 88
Warning (2): array_unique() [function.array-unique]: The argument should be an array [CORE/cake/libs/model/datasources/dbo_source.php, line 1720]
$this = DboMysql DboMysql::$description = "MySQL DBO Driver" DboMysql::$_baseConfig = array DboMysql::$startQuote = "`" DboMysql::$endQuote = "`" DboMysql::$_useAlias = true DboMysql::$_commands = array DboMysql::$columns = array DboMysql::$index = array DboMysql::$alias = "AS " DboMysql::$fieldCache = array DboMysql::$__bypass = false DboMysql::$__sqlOps = array DboMysql::$connected = true DboMysql::$fullDebug = false DboMysql::$error = "1030: Got error 28 from storage engine" DboMysql::$affected = NULL DboMysql::$numRows = NULL DboMysql::$took = 0 DboMysql::$_result = false DboMysql::$_queriesCnt = 0 DboMysql::$_queriesTime = NULL DboMysql::$_queriesLog = array DboMysql::$_queriesLogMax = 200 DboMysql::$_queryCache = array DboMysql::$__descriptions = array DboMysql::$_sources = array DboMysql::$connection = resource DboMysql::$config = array DboMysql::$configKeyName = "default" DboMysql::$_transactionStarted = false DboMysql::$cacheSources = true DboMysql::$_log = NULL DboMysql::$__booleans = array $model = Tutorial Tutorial::$name = "Tutorial" Tutorial::$belongsTo = array Tutorial::$useDbConfig = "default" Tutorial::$useTable = "tutorials" Tutorial::$displayField = false Tutorial::$id = "blend_and_mask_yourself_a_great_poster_26" Tutorial::$data = array Tutorial::$table = "tutorials" Tutorial::$primaryKey = "id" Tutorial::$_schema = false Tutorial::$validate = array Tutorial::$validationErrors = array Tutorial::$tablePrefix = "" Tutorial::$alias = "Tutorial" Tutorial::$tableToModel = array Tutorial::$logTransactions = false Tutorial::$transactional = false Tutorial::$cacheQueries = false Tutorial::$hasOne = array Tutorial::$hasMany = array Tutorial::$hasAndBelongsToMany = array Tutorial::$actsAs = NULL Tutorial::$Behaviors = BehaviorCollection object Tutorial::$whitelist = array Tutorial::$cacheSources = true Tutorial::$findQueryType = "first" Tutorial::$recursive = 1 Tutorial::$order = NULL Tutorial::$__exists = NULL Tutorial::$__associationKeys = array Tutorial::$__associations = array Tutorial::$__backAssociation = array Tutorial::$__insertID = NULL Tutorial::$__numRows = NULL Tutorial::$__affectedRows = NULL Tutorial::$_findMethods = array Tutorial::$_log = NULL Tutorial::$User = User object $alias = "Tutorial" $fields = null $quote = true $count = 0
array_unique - [internal], line ?? DboSource::fields() - CORE/cake/libs/model/datasources/dbo_source.php, line 1720 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 616 Model::find() - CORE/cake/libs/model/model.php, line 1956 DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 283 Model::call__() - CORE/cake/libs/model/model.php, line 436 Overloadable::__call() - CORE/cake/libs/overloadable_php5.php, line 52 Tutorial::findBySlug() - [internal], line ?? TutorialsController::view_top_bar() - APP/controllers/tutorials_controller.php, line 366 Object::dispatchMethod() - CORE/cake/libs/object.php, line 117 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 245 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211 [main] - APP/webroot/index.php, line 88
Query: DESCRIBE `tutorials`
Query: DESCRIBE `users`
Warning (2): array_merge() [function.array-merge]: Argument #1 is not an array [CORE/cake/libs/model/datasources/dbo_source.php, line 1107]
$model = Tutorial Tutorial::$name = "Tutorial" Tutorial::$belongsTo = array Tutorial::$useDbConfig = "default" Tutorial::$useTable = "tutorials" Tutorial::$displayField = false Tutorial::$id = "blend_and_mask_yourself_a_great_poster_26" Tutorial::$data = array Tutorial::$table = "tutorials" Tutorial::$primaryKey = "id" Tutorial::$_schema = false Tutorial::$validate = array Tutorial::$validationErrors = array Tutorial::$tablePrefix = "" Tutorial::$alias = "Tutorial" Tutorial::$tableToModel = array Tutorial::$logTransactions = false Tutorial::$transactional = false Tutorial::$cacheQueries = false Tutorial::$hasOne = array Tutorial::$hasMany = array Tutorial::$hasAndBelongsToMany = array Tutorial::$actsAs = NULL Tutorial::$Behaviors = BehaviorCollection object Tutorial::$whitelist = array Tutorial::$cacheSources = true Tutorial::$findQueryType = "first" Tutorial::$recursive = 1 Tutorial::$order = NULL Tutorial::$__exists = NULL Tutorial::$__associationKeys = array Tutorial::$__associations = array Tutorial::$__backAssociation = array Tutorial::$__insertID = NULL Tutorial::$__numRows = NULL Tutorial::$__affectedRows = NULL Tutorial::$_findMethods = array Tutorial::$_log = NULL Tutorial::$User = User object $linkModel = User User::$validate = array User::$hasMany = array User::$useDbConfig = "default" User::$useTable = "users" User::$displayField = false User::$id = false User::$data = array User::$table = "users" User::$primaryKey = "id" User::$_schema = false User::$validationErrors = array User::$tablePrefix = "" User::$name = "User" User::$alias = "User" User::$tableToModel = array User::$logTransactions = false User::$transactional = false User::$cacheQueries = false User::$belongsTo = array User::$hasOne = array User::$hasAndBelongsToMany = array User::$actsAs = NULL User::$Behaviors = BehaviorCollection object User::$whitelist = array User::$cacheSources = true User::$findQueryType = NULL User::$recursive = 1 User::$order = NULL User::$__exists = NULL User::$__associationKeys = array User::$__associations = array User::$__backAssociation = array User::$__insertID = NULL User::$__numRows = NULL User::$__affectedRows = NULL User::$_findMethods = array User::$_log = NULL User::$Article = Article object User::$Tutorial = Tutorial object $type = "belongsTo" $association = "User" $assocData = array( "className" => "User", "foreignKey" => "user_id", "conditions" => array(), "fields" => array(), "order" => array(), "counterCache" => "", "joins" => array(), "limit" => null, "offset" => array(), "group" => array() ) $queryData = array( "conditions" => array( "Tutorial.slug" => "blend_and_mask_yourself_a_great_poster_26" ), "fields" => false, "joins" => array(), "limit" => 1, "offset" => array(), "order" => array( null ), "page" => 1, "group" => array(), "callbacks" => true, "recursive" => null ) $external = false $resultSet = null $alias = "User" $self = false $fields = false $conditions = array( "Tutorial.user_id" => stdClass stdClass::$type = "identifier" stdClass::$value = "User.id" ) $join = array( "table" => "`users`", "alias" => "User", "type" => "LEFT", "conditions" => "`Tutorial`.`user_id` = `User`.`id`" )
array_merge - [internal], line ?? DboSource::generateAssociationQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 1107 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 626 Model::find() - CORE/cake/libs/model/model.php, line 1956 DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 283 Model::call__() - CORE/cake/libs/model/model.php, line 436 Overloadable::__call() - CORE/cake/libs/overloadable_php5.php, line 52 Tutorial::findBySlug() - [internal], line ?? TutorialsController::view_top_bar() - APP/controllers/tutorials_controller.php, line 366 Object::dispatchMethod() - CORE/cake/libs/object.php, line 117 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 245 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211 [main] - APP/webroot/index.php, line 88
Warning (2): array_merge() [function.array-merge]: Argument #2 is not an array [CORE/cake/libs/model/datasources/dbo_source.php, line 1107]
$model = Tutorial Tutorial::$name = "Tutorial" Tutorial::$belongsTo = array Tutorial::$useDbConfig = "default" Tutorial::$useTable = "tutorials" Tutorial::$displayField = false Tutorial::$id = "blend_and_mask_yourself_a_great_poster_26" Tutorial::$data = array Tutorial::$table = "tutorials" Tutorial::$primaryKey = "id" Tutorial::$_schema = false Tutorial::$validate = array Tutorial::$validationErrors = array Tutorial::$tablePrefix = "" Tutorial::$alias = "Tutorial" Tutorial::$tableToModel = array Tutorial::$logTransactions = false Tutorial::$transactional = false Tutorial::$cacheQueries = false Tutorial::$hasOne = array Tutorial::$hasMany = array Tutorial::$hasAndBelongsToMany = array Tutorial::$actsAs = NULL Tutorial::$Behaviors = BehaviorCollection object Tutorial::$whitelist = array Tutorial::$cacheSources = true Tutorial::$findQueryType = "first" Tutorial::$recursive = 1 Tutorial::$order = NULL Tutorial::$__exists = NULL Tutorial::$__associationKeys = array Tutorial::$__associations = array Tutorial::$__backAssociation = array Tutorial::$__insertID = NULL Tutorial::$__numRows = NULL Tutorial::$__affectedRows = NULL Tutorial::$_findMethods = array Tutorial::$_log = NULL Tutorial::$User = User object $linkModel = User User::$validate = array User::$hasMany = array User::$useDbConfig = "default" User::$useTable = "users" User::$displayField = false User::$id = false User::$data = array User::$table = "users" User::$primaryKey = "id" User::$_schema = false User::$validationErrors = array User::$tablePrefix = "" User::$name = "User" User::$alias = "User" User::$tableToModel = array User::$logTransactions = false User::$transactional = false User::$cacheQueries = false User::$belongsTo = array User::$hasOne = array User::$hasAndBelongsToMany = array User::$actsAs = NULL User::$Behaviors = BehaviorCollection object User::$whitelist = array User::$cacheSources = true User::$findQueryType = NULL User::$recursive = 1 User::$order = NULL User::$__exists = NULL User::$__associationKeys = array User::$__associations = array User::$__backAssociation = array User::$__insertID = NULL User::$__numRows = NULL User::$__affectedRows = NULL User::$_findMethods = array User::$_log = NULL User::$Article = Article object User::$Tutorial = Tutorial object $type = "belongsTo" $association = "User" $assocData = array( "className" => "User", "foreignKey" => "user_id", "conditions" => array(), "fields" => array(), "order" => array(), "counterCache" => "", "joins" => array(), "limit" => null, "offset" => array(), "group" => array() ) $queryData = array( "conditions" => array( "Tutorial.slug" => "blend_and_mask_yourself_a_great_poster_26" ), "fields" => false, "joins" => array(), "limit" => 1, "offset" => array(), "order" => array( null ), "page" => 1, "group" => array(), "callbacks" => true, "recursive" => null ) $external = false $resultSet = null $alias = "User" $self = false $fields = false $conditions = array( "Tutorial.user_id" => stdClass stdClass::$type = "identifier" stdClass::$value = "User.id" ) $join = array( "table" => "`users`", "alias" => "User", "type" => "LEFT", "conditions" => "`Tutorial`.`user_id` = `User`.`id`" )
array_merge - [internal], line ?? DboSource::generateAssociationQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 1107 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 626 Model::find() - CORE/cake/libs/model/model.php, line 1956 DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 283 Model::call__() - CORE/cake/libs/model/model.php, line 436 Overloadable::__call() - CORE/cake/libs/overloadable_php5.php, line 52 Tutorial::findBySlug() - [internal], line ?? TutorialsController::view_top_bar() - APP/controllers/tutorials_controller.php, line 366 Object::dispatchMethod() - CORE/cake/libs/object.php, line 117 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 245 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211 [main] - APP/webroot/index.php, line 88
Query: DESCRIBE `tutorials`
Warning (2): array_unique() [function.array-unique]: The argument should be an array [CORE/cake/libs/model/datasources/dbo_source.php, line 1046]
$model = Tutorial Tutorial::$name = "Tutorial" Tutorial::$belongsTo = array Tutorial::$useDbConfig = "default" Tutorial::$useTable = "tutorials" Tutorial::$displayField = false Tutorial::$id = "blend_and_mask_yourself_a_great_poster_26" Tutorial::$data = array Tutorial::$table = "tutorials" Tutorial::$primaryKey = "id" Tutorial::$_schema = false Tutorial::$validate = array Tutorial::$validationErrors = array Tutorial::$tablePrefix = "" Tutorial::$alias = "Tutorial" Tutorial::$tableToModel = array Tutorial::$logTransactions = false Tutorial::$transactional = false Tutorial::$cacheQueries = false Tutorial::$hasOne = array Tutorial::$hasMany = array Tutorial::$hasAndBelongsToMany = array Tutorial::$actsAs = NULL Tutorial::$Behaviors = BehaviorCollection object Tutorial::$whitelist = array Tutorial::$cacheSources = true Tutorial::$findQueryType = "first" Tutorial::$recursive = 1 Tutorial::$order = NULL Tutorial::$__exists = NULL Tutorial::$__associationKeys = array Tutorial::$__associations = array Tutorial::$__backAssociation = array Tutorial::$__insertID = NULL Tutorial::$__numRows = NULL Tutorial::$__affectedRows = NULL Tutorial::$_findMethods = array Tutorial::$_log = NULL Tutorial::$User = User object $linkModel = null $type = null $association = null $assocData = array( "conditions" => array(), "fields" => array(), "joins" => array(), "order" => array(), "limit" => array(), "offset" => array(), "group" => array() ) $queryData = array( "conditions" => array( "Tutorial.slug" => "blend_and_mask_yourself_a_great_poster_26" ), "fields" => false, "joins" => array( array() ), "limit" => 1, "offset" => array(), "order" => array( null ), "page" => 1, "group" => array(), "callbacks" => true, "recursive" => null ) $external = false $resultSet = null
array_unique - [internal], line ?? DboSource::generateAssociationQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 1046 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 634 Model::find() - CORE/cake/libs/model/model.php, line 1956 DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 283 Model::call__() - CORE/cake/libs/model/model.php, line 436 Overloadable::__call() - CORE/cake/libs/overloadable_php5.php, line 52 Tutorial::findBySlug() - [internal], line ?? TutorialsController::view_top_bar() - APP/controllers/tutorials_controller.php, line 366 Object::dispatchMethod() - CORE/cake/libs/object.php, line 117 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 245 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211 [main] - APP/webroot/index.php, line 88
Query: DESCRIBE `tutorials`
Warning (2): join() [function.join]: Invalid arguments passed [CORE/cake/libs/model/datasources/dbo_source.php, line 1259]
$query = array( "offset" => array(), "joins" => array( "LEFT JOIN `users` AS `User` ON (`Tutorial`.`user_id` = `User`.`id`)" ), "fields" => false, "table" => "`tutorials`", "alias" => "Tutorial", "limit" => 1, "conditions" => array( "Tutorial.slug" => "blend_and_mask_yourself_a_great_poster_26" ), "order" => array( null ), "group" => array() ) $model = Tutorial Tutorial::$name = "Tutorial" Tutorial::$belongsTo = array Tutorial::$useDbConfig = "default" Tutorial::$useTable = "tutorials" Tutorial::$displayField = false Tutorial::$id = "blend_and_mask_yourself_a_great_poster_26" Tutorial::$data = array Tutorial::$table = "tutorials" Tutorial::$primaryKey = "id" Tutorial::$_schema = false Tutorial::$validate = array Tutorial::$validationErrors = array Tutorial::$tablePrefix = "" Tutorial::$alias = "Tutorial" Tutorial::$tableToModel = array Tutorial::$logTransactions = false Tutorial::$transactional = false Tutorial::$cacheQueries = false Tutorial::$hasOne = array Tutorial::$hasMany = array Tutorial::$hasAndBelongsToMany = array Tutorial::$actsAs = NULL Tutorial::$Behaviors = BehaviorCollection object Tutorial::$whitelist = array Tutorial::$cacheSources = true Tutorial::$findQueryType = "first" Tutorial::$recursive = 1 Tutorial::$order = NULL Tutorial::$__exists = NULL Tutorial::$__associationKeys = array Tutorial::$__associations = array Tutorial::$__backAssociation = array Tutorial::$__insertID = NULL Tutorial::$__numRows = NULL Tutorial::$__affectedRows = NULL Tutorial::$_findMethods = array Tutorial::$_log = NULL Tutorial::$User = User object $count = 1 $i = 1
join - [internal], line ?? DboSource::buildStatement() - CORE/cake/libs/model/datasources/dbo_source.php, line 1259 DboSource::generateAssociationQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 1057 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 634 Model::find() - CORE/cake/libs/model/model.php, line 1956 DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 283 Model::call__() - CORE/cake/libs/model/model.php, line 436 Overloadable::__call() - CORE/cake/libs/overloadable_php5.php, line 52 Tutorial::findBySlug() - [internal], line ?? TutorialsController::view_top_bar() - APP/controllers/tutorials_controller.php, line 366 Object::dispatchMethod() - CORE/cake/libs/object.php, line 117 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 245 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211 [main] - APP/webroot/index.php, line 88
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 'FROM `tutorials` AS `Tutorial` LEFT JOIN `users` AS `User` ON (`Tutorial`.`user_' at line 1 [CORE/cake/libs/model/datasources/dbo_source.php, line 514]
$sql = "SELECT FROM `tutorials` AS `Tutorial` LEFT JOIN `users` AS `User` ON (`Tutorial`.`user_id` = `User`.`id`) WHERE `Tutorial`.`slug` = 'blend_and_mask_yourself_a_great_poster_26' LIMIT 1" $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 'FROM `tutorials` AS `Tutorial` LEFT JOIN `users` AS `User` ON (`Tutorial`.`user_' at line 1" $out = null
$out = null;if ($error) {trigger_error("<span style = \"color:Red;text-align:left\"><b>SQL Error:</b> {$this->error}</span>", E_USER_WARNING);
DboSource::showQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 514 DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 201 DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 337 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 636 Model::find() - CORE/cake/libs/model/model.php, line 1956 DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 283 Model::call__() - CORE/cake/libs/model/model.php, line 436 Overloadable::__call() - CORE/cake/libs/overloadable_php5.php, line 52 Tutorial::findBySlug() - [internal], line ?? TutorialsController::view_top_bar() - APP/controllers/tutorials_controller.php, line 366 Object::dispatchMethod() - CORE/cake/libs/object.php, line 117 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 245 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211 [main] - APP/webroot/index.php, line 88
Query: SELECT FROM `tutorials` AS `Tutorial` LEFT JOIN `users` AS `User` ON (`Tutorial`.`user_id` = `User`.`id`) WHERE `Tutorial`.`slug` = 'blend_and_mask_yourself_a_great_poster_26' LIMIT 1
Notice (8): Undefined variable: ratingInfo [APP/views/ratings/index.thtml, line 5]
$___viewFn = "/home/tutotro9/public_html/app/views/ratings/index.thtml" $___dataForView = array( "fullURL" => "http://www.tutorialmagazine.com/" ) $loadHelpers = true $cached = false $loadedHelpers = array( "RfRating" => RfRatingHelper RfRatingHelper::$helpers = array RfRatingHelper::$_voteUrl = "/ratings/vote/" RfRatingHelper::$_hints = array RfRatingHelper::$_showHints = true RfRatingHelper::$base = "" RfRatingHelper::$webroot = "/" RfRatingHelper::$themeWeb = NULL RfRatingHelper::$here = "/ratings/index/" RfRatingHelper::$params = array RfRatingHelper::$action = "index" RfRatingHelper::$plugin = NULL RfRatingHelper::$data = NULL RfRatingHelper::$namedArgs = NULL RfRatingHelper::$argSeparator = NULL RfRatingHelper::$validationErrors = NULL RfRatingHelper::$tags = array RfRatingHelper::$__tainted = NULL RfRatingHelper::$__cleaned = NULL RfRatingHelper::$_log = NULL RfRatingHelper::$Ajax = AjaxHelper object, "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 = "/ratings/index/" AjaxHelper::$params = array AjaxHelper::$action = "index" AjaxHelper::$plugin = NULL AjaxHelper::$data = NULL 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, "Html" => HtmlHelper HtmlHelper::$tags = array HtmlHelper::$base = "" HtmlHelper::$here = "/ratings/index/" HtmlHelper::$params = array HtmlHelper::$action = "index" HtmlHelper::$data = NULL 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, "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 = "/ratings/index/" JavascriptHelper::$params = array JavascriptHelper::$action = "index" JavascriptHelper::$plugin = NULL JavascriptHelper::$data = NULL JavascriptHelper::$namedArgs = NULL JavascriptHelper::$argSeparator = NULL JavascriptHelper::$validationErrors = NULL JavascriptHelper::$__tainted = NULL JavascriptHelper::$__cleaned = NULL JavascriptHelper::$_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 = "/ratings/index/" FormHelper::$params = array FormHelper::$action = "index" FormHelper::$plugin = NULL FormHelper::$data = NULL 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 = "a1389f4f780a9ac526a5bdf25a06b0f0" SessionHelper::$path = "/" SessionHelper::$lastError = NULL SessionHelper::$security = NULL SessionHelper::$time = 1283469154 SessionHelper::$sessionTime = false SessionHelper::$watchKeys = array SessionHelper::$id = NULL SessionHelper::$_log = NULL SessionHelper::$base = "" SessionHelper::$webroot = "/" SessionHelper::$here = "/ratings/index/" SessionHelper::$params = array SessionHelper::$action = "index" SessionHelper::$data = NULL SessionHelper::$themeWeb = NULL SessionHelper::$plugin = NULL ) $helper = "Session" $camelBackedHelper = "session" $rfRating = RfRatingHelper RfRatingHelper::$helpers = array RfRatingHelper::$_voteUrl = "/ratings/vote/" RfRatingHelper::$_hints = array RfRatingHelper::$_showHints = true RfRatingHelper::$base = "" RfRatingHelper::$webroot = "/" RfRatingHelper::$themeWeb = NULL RfRatingHelper::$here = "/ratings/index/" RfRatingHelper::$params = array RfRatingHelper::$action = "index" RfRatingHelper::$plugin = NULL RfRatingHelper::$data = NULL RfRatingHelper::$namedArgs = NULL RfRatingHelper::$argSeparator = NULL RfRatingHelper::$validationErrors = NULL RfRatingHelper::$tags = array RfRatingHelper::$__tainted = NULL RfRatingHelper::$__cleaned = NULL RfRatingHelper::$_log = NULL RfRatingHelper::$Ajax = AjaxHelper object $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 = "/ratings/index/" AjaxHelper::$params = array AjaxHelper::$action = "index" AjaxHelper::$plugin = NULL AjaxHelper::$data = NULL 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 $html = HtmlHelper HtmlHelper::$tags = array HtmlHelper::$base = "" HtmlHelper::$here = "/ratings/index/" HtmlHelper::$params = array HtmlHelper::$action = "index" HtmlHelper::$data = NULL 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 $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 = "/ratings/index/" JavascriptHelper::$params = array JavascriptHelper::$action = "index" JavascriptHelper::$plugin = NULL JavascriptHelper::$data = NULL JavascriptHelper::$namedArgs = NULL JavascriptHelper::$argSeparator = NULL JavascriptHelper::$validationErrors = NULL JavascriptHelper::$__tainted = NULL JavascriptHelper::$__cleaned = NULL JavascriptHelper::$_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 = "/ratings/index/" FormHelper::$params = array FormHelper::$action = "index" FormHelper::$plugin = NULL FormHelper::$data = NULL 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 = "a1389f4f780a9ac526a5bdf25a06b0f0" SessionHelper::$path = "/" SessionHelper::$lastError = NULL SessionHelper::$security = NULL SessionHelper::$time = 1283469154 SessionHelper::$sessionTime = false SessionHelper::$watchKeys = array SessionHelper::$id = NULL SessionHelper::$_log = NULL SessionHelper::$base = "" SessionHelper::$webroot = "/" SessionHelper::$here = "/ratings/index/" SessionHelper::$params = array SessionHelper::$action = "index" SessionHelper::$data = NULL SessionHelper::$themeWeb = NULL SessionHelper::$plugin = NULL $fullURL = "http://www.tutorialmagazine.com/"
* use rfRating helper to output display*/echo $rfRating->ratingBar($ratingInfo);
include - APP/views/ratings/index.thtml, line 5 View::_render() - CORE/cake/libs/view/view.php, line 662 View::render() - CORE/cake/libs/view/view.php, line 376 Controller::render() - CORE/cake/libs/controller/controller.php, line 774 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 248 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211 Object::requestAction() - CORE/cake/libs/object.php, line 100 include - APP/views/tutorials/view_top_bar.ctp, line 3 View::_render() - CORE/cake/libs/view/view.php, line 662 View::render() - CORE/cake/libs/view/view.php, line 376 Controller::render() - CORE/cake/libs/controller/controller.php, line 774 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 248 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211 [main] - APP/webroot/index.php, line 88