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 '' at line 1 [CORE/cake/libs/model/datasources/dbo_source.php, line 525]
Code |
Context$sql = "DESCRIBE "
$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 '' 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 525
DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 201
DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 336
DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 220
DboMysql::describe() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 449
Model::schema() - CORE/cake/libs/model/model.php, line 900
DboSource::fields() - CORE/cake/libs/model/datasources/dbo_source.php, line 1671
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 627
Model::find() - CORE/cake/libs/model/model.php, line 1988
RouteComponent::initialize() - APP/controllers/components/route.php, line 22
Component::initialize() - CORE/cake/libs/controller/component.php, line 96
CakeErrorController::__construct() - CORE/cake/libs/error.php, line 55
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 89
Object::cakeError() - CORE/cake/libs/object.php, line 201
Model::setSource() - CORE/cake/libs/model/model.php, line 751
Model::__construct() - CORE/cake/libs/model/model.php, line 414
ReplicationAppModel::__construct() - APP/app_model.php, line 173
Query: DESCRIBE
Warning (2): Invalid argument supplied for foreach() [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 451]
Code |
Context$model = AppModel
AppModel::$persistModel = true
AppModel::$useDbConfig = "default"
AppModel::$useTable = "route_patterns"
AppModel::$displayField = NULL
AppModel::$id = false
AppModel::$data = array
AppModel::$table = false
AppModel::$primaryKey = "id"
AppModel::$_schema = NULL
AppModel::$validate = array
AppModel::$validationErrors = array
AppModel::$tablePrefix = ""
AppModel::$name = "RoutePattern"
AppModel::$alias = "RoutePattern"
AppModel::$tableToModel = array
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array
AppModel::$hasOne = array
AppModel::$hasMany = array
AppModel::$hasAndBelongsToMany = array
AppModel::$actsAs = NULL
AppModel::$Behaviors = BehaviorCollection object
AppModel::$whitelist = array
AppModel::$cacheSources = true
AppModel::$findQueryType = "all"
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array
AppModel::$__associations = array
AppModel::$__backAssociation = array
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$_findMethods = array
AppModel::$_log = NULL
AppModel::$useDbConfigMaster = "default"
AppModel::$useDbConfigSlave = "default"
$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 451
Model::schema() - CORE/cake/libs/model/model.php, line 900
DboSource::fields() - CORE/cake/libs/model/datasources/dbo_source.php, line 1671
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 627
Model::find() - CORE/cake/libs/model/model.php, line 1988
RouteComponent::initialize() - APP/controllers/components/route.php, line 22
Component::initialize() - CORE/cake/libs/controller/component.php, line 96
CakeErrorController::__construct() - CORE/cake/libs/error.php, line 55
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 89
Object::cakeError() - CORE/cake/libs/object.php, line 201
Model::setSource() - CORE/cake/libs/model/model.php, line 751
Model::__construct() - CORE/cake/libs/model/model.php, line 414
ReplicationAppModel::__construct() - APP/app_model.php, line 173
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 148
Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 507
AppController::loadModel() - APP/app_controller.php, line 193
RouteComponent::initialize() - APP/controllers/components/route.php, line 21
Component::initialize() - CORE/cake/libs/controller/component.php, line 96
Warning (2): array_keys() [function.array-keys]: The first argument should be an array [CORE/cake/libs/model/datasources/dbo_source.php, line 1671]
Code |
Context$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 = true
DboMysql::$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 '' at line 1"
DboMysql::$affected = NULL
DboMysql::$numRows = NULL
DboMysql::$took = 0
DboMysql::$_result = false
DboMysql::$_queriesCnt = 2
DboMysql::$_queriesTime = 1
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::$results = false
DboMysql::$map = array
DboMysql::$__booleans = array
$model = AppModel
AppModel::$persistModel = true
AppModel::$useDbConfig = "default"
AppModel::$useTable = "route_patterns"
AppModel::$displayField = NULL
AppModel::$id = false
AppModel::$data = array
AppModel::$table = false
AppModel::$primaryKey = "id"
AppModel::$_schema = false
AppModel::$validate = array
AppModel::$validationErrors = array
AppModel::$tablePrefix = ""
AppModel::$name = "RoutePattern"
AppModel::$alias = "RoutePattern"
AppModel::$tableToModel = array
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array
AppModel::$hasOne = array
AppModel::$hasMany = array
AppModel::$hasAndBelongsToMany = array
AppModel::$actsAs = NULL
AppModel::$Behaviors = BehaviorCollection object
AppModel::$whitelist = array
AppModel::$cacheSources = true
AppModel::$findQueryType = "all"
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array
AppModel::$__associations = array
AppModel::$__backAssociation = array
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$_findMethods = array
AppModel::$_log = NULL
AppModel::$useDbConfigMaster = "default"
AppModel::$useDbConfigSlave = "default"
$alias = "RoutePattern"
$fields = array()
$quote = true
array_keys - [internal], line ??
DboSource::fields() - CORE/cake/libs/model/datasources/dbo_source.php, line 1671
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 627
Model::find() - CORE/cake/libs/model/model.php, line 1988
RouteComponent::initialize() - APP/controllers/components/route.php, line 22
Component::initialize() - CORE/cake/libs/controller/component.php, line 96
CakeErrorController::__construct() - CORE/cake/libs/error.php, line 55
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 89
Object::cakeError() - CORE/cake/libs/object.php, line 201
Model::setSource() - CORE/cake/libs/model/model.php, line 751
Model::__construct() - CORE/cake/libs/model/model.php, line 414
ReplicationAppModel::__construct() - APP/app_model.php, line 173
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 148
Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 507
AppController::loadModel() - APP/app_controller.php, line 193
RouteComponent::initialize() - APP/controllers/components/route.php, line 21
Component::initialize() - CORE/cake/libs/controller/component.php, line 96
CakeErrorController::__construct() - CORE/cake/libs/error.php, line 55
Warning (2): array_filter() [function.array-filter]: The first argument should be an array [CORE/cake/libs/model/datasources/dbo_source.php, line 1675]
Code |
Context$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 = true
DboMysql::$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 '' at line 1"
DboMysql::$affected = NULL
DboMysql::$numRows = NULL
DboMysql::$took = 0
DboMysql::$_result = false
DboMysql::$_queriesCnt = 2
DboMysql::$_queriesTime = 1
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::$results = false
DboMysql::$map = array
DboMysql::$__booleans = array
$model = AppModel
AppModel::$persistModel = true
AppModel::$useDbConfig = "default"
AppModel::$useTable = "route_patterns"
AppModel::$displayField = NULL
AppModel::$id = false
AppModel::$data = array
AppModel::$table = false
AppModel::$primaryKey = "id"
AppModel::$_schema = false
AppModel::$validate = array
AppModel::$validationErrors = array
AppModel::$tablePrefix = ""
AppModel::$name = "RoutePattern"
AppModel::$alias = "RoutePattern"
AppModel::$tableToModel = array
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array
AppModel::$hasOne = array
AppModel::$hasMany = array
AppModel::$hasAndBelongsToMany = array
AppModel::$actsAs = NULL
AppModel::$Behaviors = BehaviorCollection object
AppModel::$whitelist = array
AppModel::$cacheSources = true
AppModel::$findQueryType = "all"
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array
AppModel::$__associations = array
AppModel::$__backAssociation = array
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$_findMethods = array
AppModel::$_log = NULL
AppModel::$useDbConfigMaster = "default"
AppModel::$useDbConfigSlave = "default"
$alias = "RoutePattern"
$fields = null
$quote = true
array_filter - [internal], line ??
DboSource::fields() - CORE/cake/libs/model/datasources/dbo_source.php, line 1675
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 627
Model::find() - CORE/cake/libs/model/model.php, line 1988
RouteComponent::initialize() - APP/controllers/components/route.php, line 22
Component::initialize() - CORE/cake/libs/controller/component.php, line 96
CakeErrorController::__construct() - CORE/cake/libs/error.php, line 55
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 89
Object::cakeError() - CORE/cake/libs/object.php, line 201
Model::setSource() - CORE/cake/libs/model/model.php, line 751
Model::__construct() - CORE/cake/libs/model/model.php, line 414
ReplicationAppModel::__construct() - APP/app_model.php, line 173
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 148
Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 507
AppController::loadModel() - APP/app_controller.php, line 193
RouteComponent::initialize() - APP/controllers/components/route.php, line 21
Component::initialize() - CORE/cake/libs/controller/component.php, line 96
CakeErrorController::__construct() - CORE/cake/libs/error.php, line 55
Warning (2): array_values() [function.array-values]: The argument should be an array [CORE/cake/libs/model/datasources/dbo_source.php, line 1675]
Code |
Context$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 = true
DboMysql::$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 '' at line 1"
DboMysql::$affected = NULL
DboMysql::$numRows = NULL
DboMysql::$took = 0
DboMysql::$_result = false
DboMysql::$_queriesCnt = 2
DboMysql::$_queriesTime = 1
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::$results = false
DboMysql::$map = array
DboMysql::$__booleans = array
$model = AppModel
AppModel::$persistModel = true
AppModel::$useDbConfig = "default"
AppModel::$useTable = "route_patterns"
AppModel::$displayField = NULL
AppModel::$id = false
AppModel::$data = array
AppModel::$table = false
AppModel::$primaryKey = "id"
AppModel::$_schema = false
AppModel::$validate = array
AppModel::$validationErrors = array
AppModel::$tablePrefix = ""
AppModel::$name = "RoutePattern"
AppModel::$alias = "RoutePattern"
AppModel::$tableToModel = array
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array
AppModel::$hasOne = array
AppModel::$hasMany = array
AppModel::$hasAndBelongsToMany = array
AppModel::$actsAs = NULL
AppModel::$Behaviors = BehaviorCollection object
AppModel::$whitelist = array
AppModel::$cacheSources = true
AppModel::$findQueryType = "all"
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array
AppModel::$__associations = array
AppModel::$__backAssociation = array
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$_findMethods = array
AppModel::$_log = NULL
AppModel::$useDbConfigMaster = "default"
AppModel::$useDbConfigSlave = "default"
$alias = "RoutePattern"
$fields = null
$quote = true
array_values - [internal], line ??
DboSource::fields() - CORE/cake/libs/model/datasources/dbo_source.php, line 1675
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 627
Model::find() - CORE/cake/libs/model/model.php, line 1988
RouteComponent::initialize() - APP/controllers/components/route.php, line 22
Component::initialize() - CORE/cake/libs/controller/component.php, line 96
CakeErrorController::__construct() - CORE/cake/libs/error.php, line 55
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 89
Object::cakeError() - CORE/cake/libs/object.php, line 201
Model::setSource() - CORE/cake/libs/model/model.php, line 751
Model::__construct() - CORE/cake/libs/model/model.php, line 414
ReplicationAppModel::__construct() - APP/app_model.php, line 173
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 148
Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 507
AppController::loadModel() - APP/app_controller.php, line 193
RouteComponent::initialize() - APP/controllers/components/route.php, line 21
Component::initialize() - CORE/cake/libs/controller/component.php, line 96
CakeErrorController::__construct() - CORE/cake/libs/error.php, line 55
Warning (2): array_unique() [function.array-unique]: The argument should be an array [CORE/cake/libs/model/datasources/dbo_source.php, line 1737]
Code |
Context$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 = true
DboMysql::$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 '' at line 1"
DboMysql::$affected = NULL
DboMysql::$numRows = NULL
DboMysql::$took = 0
DboMysql::$_result = false
DboMysql::$_queriesCnt = 2
DboMysql::$_queriesTime = 1
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::$results = false
DboMysql::$map = array
DboMysql::$__booleans = array
$model = AppModel
AppModel::$persistModel = true
AppModel::$useDbConfig = "default"
AppModel::$useTable = "route_patterns"
AppModel::$displayField = NULL
AppModel::$id = false
AppModel::$data = array
AppModel::$table = false
AppModel::$primaryKey = "id"
AppModel::$_schema = false
AppModel::$validate = array
AppModel::$validationErrors = array
AppModel::$tablePrefix = ""
AppModel::$name = "RoutePattern"
AppModel::$alias = "RoutePattern"
AppModel::$tableToModel = array
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array
AppModel::$hasOne = array
AppModel::$hasMany = array
AppModel::$hasAndBelongsToMany = array
AppModel::$actsAs = NULL
AppModel::$Behaviors = BehaviorCollection object
AppModel::$whitelist = array
AppModel::$cacheSources = true
AppModel::$findQueryType = "all"
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array
AppModel::$__associations = array
AppModel::$__backAssociation = array
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$_findMethods = array
AppModel::$_log = NULL
AppModel::$useDbConfigMaster = "default"
AppModel::$useDbConfigSlave = "default"
$alias = "RoutePattern"
$fields = null
$quote = true
$count = 0
array_unique - [internal], line ??
DboSource::fields() - CORE/cake/libs/model/datasources/dbo_source.php, line 1737
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 627
Model::find() - CORE/cake/libs/model/model.php, line 1988
RouteComponent::initialize() - APP/controllers/components/route.php, line 22
Component::initialize() - CORE/cake/libs/controller/component.php, line 96
CakeErrorController::__construct() - CORE/cake/libs/error.php, line 55
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 89
Object::cakeError() - CORE/cake/libs/object.php, line 201
Model::setSource() - CORE/cake/libs/model/model.php, line 751
Model::__construct() - CORE/cake/libs/model/model.php, line 414
ReplicationAppModel::__construct() - APP/app_model.php, line 173
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 148
Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 507
AppController::loadModel() - APP/app_controller.php, line 193
RouteComponent::initialize() - APP/controllers/components/route.php, line 21
Component::initialize() - CORE/cake/libs/controller/component.php, line 96
CakeErrorController::__construct() - CORE/cake/libs/error.php, line 55
Query: DESCRIBE
Warning (2): array_unique() [function.array-unique]: The argument should be an array [CORE/cake/libs/model/datasources/dbo_source.php, line 1060]
Code |
Context$model = AppModel
AppModel::$persistModel = true
AppModel::$useDbConfig = "default"
AppModel::$useTable = "route_patterns"
AppModel::$displayField = NULL
AppModel::$id = false
AppModel::$data = array
AppModel::$table = false
AppModel::$primaryKey = "id"
AppModel::$_schema = false
AppModel::$validate = array
AppModel::$validationErrors = array
AppModel::$tablePrefix = ""
AppModel::$name = "RoutePattern"
AppModel::$alias = "RoutePattern"
AppModel::$tableToModel = array
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array
AppModel::$hasOne = array
AppModel::$hasMany = array
AppModel::$hasAndBelongsToMany = array
AppModel::$actsAs = NULL
AppModel::$Behaviors = BehaviorCollection object
AppModel::$whitelist = array
AppModel::$cacheSources = true
AppModel::$findQueryType = "all"
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array
AppModel::$__associations = array
AppModel::$__backAssociation = array
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$_findMethods = array
AppModel::$_log = NULL
AppModel::$useDbConfigMaster = "default"
AppModel::$useDbConfigSlave = "default"
$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(),
"fields" => false,
"joins" => array(),
"limit" => array(),
"offset" => array(),
"order" => array(
null
),
"page" => 1,
"group" => array(),
"callbacks" => true
)
$external = false
$resultSet = null
array_unique - [internal], line ??
DboSource::generateAssociationQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 1060
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 651
Model::find() - CORE/cake/libs/model/model.php, line 1988
RouteComponent::initialize() - APP/controllers/components/route.php, line 22
Component::initialize() - CORE/cake/libs/controller/component.php, line 96
CakeErrorController::__construct() - CORE/cake/libs/error.php, line 55
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 89
Object::cakeError() - CORE/cake/libs/object.php, line 201
Model::setSource() - CORE/cake/libs/model/model.php, line 751
Model::__construct() - CORE/cake/libs/model/model.php, line 414
ReplicationAppModel::__construct() - APP/app_model.php, line 173
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 148
Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 507
AppController::loadModel() - APP/app_controller.php, line 193
RouteComponent::initialize() - APP/controllers/components/route.php, line 21
Component::initialize() - CORE/cake/libs/controller/component.php, line 96
CakeErrorController::__construct() - CORE/cake/libs/error.php, line 55
Warning (2): join() [function.join]: Invalid arguments passed [CORE/cake/libs/model/datasources/dbo_source.php, line 1273]
Code |
Context$query = array(
"offset" => array(),
"joins" => array(),
"fields" => false,
"table" => "",
"alias" => "RoutePattern",
"limit" => array(),
"conditions" => array(),
"order" => array(
null
),
"group" => array()
)
$model = AppModel
AppModel::$persistModel = true
AppModel::$useDbConfig = "default"
AppModel::$useTable = "route_patterns"
AppModel::$displayField = NULL
AppModel::$id = false
AppModel::$data = array
AppModel::$table = false
AppModel::$primaryKey = "id"
AppModel::$_schema = false
AppModel::$validate = array
AppModel::$validationErrors = array
AppModel::$tablePrefix = ""
AppModel::$name = "RoutePattern"
AppModel::$alias = "RoutePattern"
AppModel::$tableToModel = array
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array
AppModel::$hasOne = array
AppModel::$hasMany = array
AppModel::$hasAndBelongsToMany = array
AppModel::$actsAs = NULL
AppModel::$Behaviors = BehaviorCollection object
AppModel::$whitelist = array
AppModel::$cacheSources = true
AppModel::$findQueryType = "all"
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array
AppModel::$__associations = array
AppModel::$__backAssociation = array
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$_findMethods = array
AppModel::$_log = NULL
AppModel::$useDbConfigMaster = "default"
AppModel::$useDbConfigSlave = "default"
join - [internal], line ??
DboSource::buildStatement() - CORE/cake/libs/model/datasources/dbo_source.php, line 1273
DboSource::generateAssociationQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 1071
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 651
Model::find() - CORE/cake/libs/model/model.php, line 1988
RouteComponent::initialize() - APP/controllers/components/route.php, line 22
Component::initialize() - CORE/cake/libs/controller/component.php, line 96
CakeErrorController::__construct() - CORE/cake/libs/error.php, line 55
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 89
Object::cakeError() - CORE/cake/libs/object.php, line 201
Model::setSource() - CORE/cake/libs/model/model.php, line 751
Model::__construct() - CORE/cake/libs/model/model.php, line 414
ReplicationAppModel::__construct() - APP/app_model.php, line 173
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 148
Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 507
AppController::loadModel() - APP/app_controller.php, line 193
RouteComponent::initialize() - APP/controllers/components/route.php, line 21
Component::initialize() - CORE/cake/libs/controller/component.php, line 96
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 AS `RoutePattern` WHERE 1 = 1' at line 1 [CORE/cake/libs/model/datasources/dbo_source.php, line 525]
Code |
Context$sql = "SELECT FROM AS `RoutePattern` WHERE 1 = 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 AS `RoutePattern` WHERE 1 = 1' 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 525
DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 201
DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 336
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 653
Model::find() - CORE/cake/libs/model/model.php, line 1988
RouteComponent::initialize() - APP/controllers/components/route.php, line 22
Component::initialize() - CORE/cake/libs/controller/component.php, line 96
CakeErrorController::__construct() - CORE/cake/libs/error.php, line 55
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 89
Object::cakeError() - CORE/cake/libs/object.php, line 201
Model::setSource() - CORE/cake/libs/model/model.php, line 751
Model::__construct() - CORE/cake/libs/model/model.php, line 414
ReplicationAppModel::__construct() - APP/app_model.php, line 173
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 148
Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 507
AppController::loadModel() - APP/app_controller.php, line 193
RouteComponent::initialize() - APP/controllers/components/route.php, line 21
Query: SELECT FROM AS `RoutePattern` WHERE 1 = 1
Notice (8): Undefined offset: 3 [APP/controllers/components/route.php, line 76]
Code |
Context$code = "<?php
"
{
$code = "<?phprn";
$code .= "preg_match(\"" . str_replace('"','\"',$this->patterns_regexp[$this->pattern_id]['ma']) . "\",str_replace(' ','',\$_SERVER['REQUEST_URI']),\$matches);\r\n";
RouteComponent::create_route_include() - APP/controllers/components/route.php, line 76
RouteComponent::initialize() - APP/controllers/components/route.php, line 35
Component::initialize() - CORE/cake/libs/controller/component.php, line 96
CakeErrorController::__construct() - CORE/cake/libs/error.php, line 55
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 89
Object::cakeError() - CORE/cake/libs/object.php, line 201
Model::setSource() - CORE/cake/libs/model/model.php, line 751
Model::__construct() - CORE/cake/libs/model/model.php, line 414
ReplicationAppModel::__construct() - APP/app_model.php, line 173
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 148
Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 507
AppController::loadModel() - APP/app_controller.php, line 193
RouteComponent::initialize() - APP/controllers/components/route.php, line 21
Component::initialize() - CORE/cake/libs/controller/component.php, line 96
CakeErrorController::__construct() - CORE/cake/libs/error.php, line 55
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 89
Object::cakeError() - CORE/cake/libs/object.php, line 201
Model::setSource() - CORE/cake/libs/model/model.php, line 751
Notice (8): Undefined offset: 3 [APP/controllers/components/route.php, line 86]
Code |
Context$code = "<?php
preg_match("",str_replace(' ','',$_SERVER['REQUEST_URI']),$matches);
if(isset($matches[1]))
{
$array = array();
$array['controller'] = $matches[1];
if(isset($matches[2]))
{
$array['action'] = $matches[2];
if(isset($matches[3]))
{
" $code .= "\t\tif(isset(\$matches[3]))\r\n";
$code .= "\t\t{\r\n";
$code .= "\t\t\t\$matchesvar = preg_split(\"" . str_replace('"','\"',$this->patterns_regexp[$this->pattern_id]['var']) . "\", \$matches[3]);\r\n";
RouteComponent::create_route_include() - APP/controllers/components/route.php, line 86
RouteComponent::initialize() - APP/controllers/components/route.php, line 35
Component::initialize() - CORE/cake/libs/controller/component.php, line 96
CakeErrorController::__construct() - CORE/cake/libs/error.php, line 55
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 89
Object::cakeError() - CORE/cake/libs/object.php, line 201
Model::setSource() - CORE/cake/libs/model/model.php, line 751
Model::__construct() - CORE/cake/libs/model/model.php, line 414
ReplicationAppModel::__construct() - APP/app_model.php, line 173
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 148
Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 507
AppController::loadModel() - APP/app_controller.php, line 193
RouteComponent::initialize() - APP/controllers/components/route.php, line 21
Component::initialize() - CORE/cake/libs/controller/component.php, line 96
CakeErrorController::__construct() - CORE/cake/libs/error.php, line 55
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 89
Object::cakeError() - CORE/cake/libs/object.php, line 201
Model::setSource() - CORE/cake/libs/model/model.php, line 751
Query: DESCRIBE
Query: DESCRIBE
Query: DESCRIBE
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 AS `TemplateSet` WHERE `TemplateSet`.`name` = 'WyriHaximus.net V5' LI' at line 1 [CORE/cake/libs/model/datasources/dbo_source.php, line 525]
Code |
Context$sql = "SELECT FROM AS `TemplateSet` WHERE `TemplateSet`.`name` = 'WyriHaximus.net V5' 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 AS `TemplateSet` WHERE `TemplateSet`.`name` = 'WyriHaximus.net V5' LI' 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 525
DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 201
DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 336
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 653
Model::find() - CORE/cake/libs/model/model.php, line 1988
DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 282
Model::call__() - CORE/cake/libs/model/model.php, line 441
Overloadable::__call() - CORE/cake/libs/overloadable_php5.php, line 52
TemplateSet::findByName() - [internal], line ??
TemplateEngineComponent::initialize() - APP/plugins/style/controllers/components/template_engine.php, line 25
Component::initialize() - CORE/cake/libs/controller/component.php, line 96
CakeErrorController::__construct() - CORE/cake/libs/error.php, line 55
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 89
Object::cakeError() - CORE/cake/libs/object.php, line 201
Model::setSource() - CORE/cake/libs/model/model.php, line 751
Model::__construct() - CORE/cake/libs/model/model.php, line 414
ReplicationAppModel::__construct() - APP/app_model.php, line 173
Query: SELECT FROM AS `TemplateSet` WHERE `TemplateSet`.`name` = 'WyriHaximus.net V5' LIMIT 1
Query: DESCRIBE
Query: DESCRIBE
Query: DESCRIBE
Query: SELECT FROM AS `TemplateSet` WHERE `TemplateSet`.`name` = 'WyriHaximus.net V5' LIMIT 1
Query: DESCRIBE
Notice (8): Trying to get property of non-object [CORE/cake/libs/model/datasources/dbo_source.php, line 643]
Code |
Context$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 = true
DboMysql::$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 '' at line 1"
DboMysql::$affected = NULL
DboMysql::$numRows = NULL
DboMysql::$took = 0
DboMysql::$_result = false
DboMysql::$_queriesCnt = 13
DboMysql::$_queriesTime = 1
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::$results = false
DboMysql::$map = array
DboMysql::$__booleans = array
$model = TemplateSection
TemplateSection::$name = "TemplateSection"
TemplateSection::$belongsTo = array
TemplateSection::$actsAs = array
TemplateSection::$persistModel = true
TemplateSection::$useDbConfig = "default"
TemplateSection::$useTable = "template_sections"
TemplateSection::$displayField = NULL
TemplateSection::$id = false
TemplateSection::$data = array
TemplateSection::$table = false
TemplateSection::$primaryKey = "id"
TemplateSection::$_schema = false
TemplateSection::$validate = array
TemplateSection::$validationErrors = array
TemplateSection::$tablePrefix = ""
TemplateSection::$alias = "TemplateSection"
TemplateSection::$tableToModel = array
TemplateSection::$logTransactions = false
TemplateSection::$transactional = false
TemplateSection::$cacheQueries = false
TemplateSection::$hasOne = array
TemplateSection::$hasMany = array
TemplateSection::$hasAndBelongsToMany = array
TemplateSection::$Behaviors = BehaviorCollection object
TemplateSection::$whitelist = array
TemplateSection::$cacheSources = true
TemplateSection::$findQueryType = "all"
TemplateSection::$recursive = 1
TemplateSection::$order = NULL
TemplateSection::$__exists = NULL
TemplateSection::$__associationKeys = array
TemplateSection::$__associations = array
TemplateSection::$__backAssociation = array
TemplateSection::$__insertID = NULL
TemplateSection::$__numRows = NULL
TemplateSection::$__affectedRows = NULL
TemplateSection::$_findMethods = array
TemplateSection::$_log = NULL
TemplateSection::$useDbConfigMaster = "default"
TemplateSection::$useDbConfigSlave = "default"
TemplateSection::$0 = NULL
$queryData = array(
"conditions" => array(
"TemplateSection.name" => "layout",
"TemplateSection.template_set_id" => null,
"TemplateSection.module_id" => -1
),
"fields" => false,
"joins" => array(),
"limit" => array(),
"offset" => array(),
"order" => array(
null
),
"page" => 1,
"group" => array(),
"callbacks" => true
)
$recursive = null
$null = null
$array = array()
$linkedModels = array()
$_associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
$type = "belongsTo"
$assocData = "Module"
$assoc = 0
$linkModel = null
$external = true
$external = isset($assocData['external']);
if ($model->useDbConfig == $linkModel->useDbConfig) {
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 643
Model::find() - CORE/cake/libs/model/model.php, line 1988
TemplateEngineComponent::prefetch() - APP/plugins/style/controllers/components/template_engine.php, line 47
TemplateEngineComponent::initialize() - APP/plugins/style/controllers/components/template_engine.php, line 40
Component::initialize() - CORE/cake/libs/controller/component.php, line 96
CakeErrorController::__construct() - CORE/cake/libs/error.php, line 55
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 89
Object::cakeError() - CORE/cake/libs/object.php, line 201
Model::setSource() - CORE/cake/libs/model/model.php, line 751
Model::__construct() - CORE/cake/libs/model/model.php, line 414
ReplicationAppModel::__construct() - APP/app_model.php, line 173
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 140
Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 507
AppController::loadModel() - APP/app_controller.php, line 193
TemplateEngineComponent::prefetch() - APP/plugins/style/controllers/components/template_engine.php, line 46
TemplateEngineComponent::initialize() - APP/plugins/style/controllers/components/template_engine.php, line 40
Component::initialize() - CORE/cake/libs/controller/component.php, line 96
CakeErrorController::__construct() - CORE/cake/libs/error.php, line 55
Query: DESCRIBE
Query: DESCRIBE
Query: DESCRIBE
Query: DESCRIBE
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 AS `TemplateSection` WHERE `TemplateSection`.`name` = 'layout' AND `Temp' at line 1 [CORE/cake/libs/model/datasources/dbo_source.php, line 525]
Code |
Context$sql = "SELECT FROM AS `TemplateSection` WHERE `TemplateSection`.`name` = 'layout' AND `TemplateSection`.`template_set_id` IS NULL AND `TemplateSection`.`module_id` = -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 AS `TemplateSection` WHERE `TemplateSection`.`name` = 'layout' AND `Temp' 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 525
DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 201
DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 336
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 653
Model::find() - CORE/cake/libs/model/model.php, line 1988
TemplateEngineComponent::prefetch() - APP/plugins/style/controllers/components/template_engine.php, line 47
TemplateEngineComponent::initialize() - APP/plugins/style/controllers/components/template_engine.php, line 40
Component::initialize() - CORE/cake/libs/controller/component.php, line 96
CakeErrorController::__construct() - CORE/cake/libs/error.php, line 55
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 89
Object::cakeError() - CORE/cake/libs/object.php, line 201
Model::setSource() - CORE/cake/libs/model/model.php, line 751
Model::__construct() - CORE/cake/libs/model/model.php, line 414
ReplicationAppModel::__construct() - APP/app_model.php, line 173
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 140
Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 507
AppController::loadModel() - APP/app_controller.php, line 193
Query: SELECT FROM AS `TemplateSection` WHERE `TemplateSection`.`name` = 'layout' AND `TemplateSection`.`template_set_id` IS NULL AND `TemplateSection`.`module_id` = -1
Warning (2): Invalid argument supplied for foreach() [APP/plugins/style/controllers/components/template_engine.php, line 176]
Code |
Context$vars = false
$prefix = ""
public function sessionAdd($vars,$prefix = '')
{
foreach($vars as $key => $value)
TemplateEngineComponent::sessionAdd() - APP/plugins/style/controllers/components/template_engine.php, line 176
AppController::beforeRender() - APP/app_controller.php, line 101
Controller::render() - CORE/cake/libs/controller/controller.php, line 760
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 201
Model::setSource() - CORE/cake/libs/model/model.php, line 751
Model::__construct() - CORE/cake/libs/model/model.php, line 414
ReplicationAppModel::__construct() - APP/app_model.php, line 173
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 140
Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 507
AppController::loadModel() - APP/app_controller.php, line 193
TemplateEngineComponent::prefetch() - APP/plugins/style/controllers/components/template_engine.php, line 46
TemplateEngineComponent::initialize() - APP/plugins/style/controllers/components/template_engine.php, line 40
Component::initialize() - CORE/cake/libs/controller/component.php, line 96
CakeErrorController::__construct() - CORE/cake/libs/error.php, line 55
(default) 18 queries took 1 ms
| Nr | Query | Error | Affected | Num. rows | Took (ms) |
| 1 | DESCRIBE `users` | | 2 | 2 | 1 |
| 2 | DESCRIBE | 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 '' at line 1 | | | 0 |
| 3 | DESCRIBE | 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 '' at line 1 | | | 0 |
| 4 | SELECT FROM AS `RoutePattern` WHERE 1 = 1 | 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 AS `RoutePattern` WHERE 1 = 1' at line 1 | | | 0 |
| 5 | DESCRIBE | 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 '' at line 1 | | | 0 |
| 6 | DESCRIBE | 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 '' at line 1 | | | 0 |
| 7 | DESCRIBE | 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 '' at line 1 | | | 0 |
| 8 | SELECT FROM AS `TemplateSet` WHERE `TemplateSet`.`name` = 'WyriHaximus.net V5' LIMIT 1 | 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 AS `TemplateSet` WHERE `TemplateSet`.`name` = 'WyriHaximus.net V5' LI' at line 1 | | | 0 |
| 9 | DESCRIBE | 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 '' at line 1 | | | 0 |
| 10 | DESCRIBE | 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 '' at line 1 | | | 0 |
| 11 | DESCRIBE | 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 '' at line 1 | | | 0 |
| 12 | SELECT FROM AS `TemplateSet` WHERE `TemplateSet`.`name` = 'WyriHaximus.net V5' LIMIT 1 | 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 AS `TemplateSet` WHERE `TemplateSet`.`name` = 'WyriHaximus.net V5' LI' at line 1 | | | 0 |
| 13 | DESCRIBE | 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 '' at line 1 | | | 0 |
| 14 | DESCRIBE | 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 '' at line 1 | | | 0 |
| 15 | DESCRIBE | 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 '' at line 1 | | | 0 |
| 16 | DESCRIBE | 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 '' at line 1 | | | 0 |
| 17 | DESCRIBE | 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 '' at line 1 | | | 0 |
| 18 | SELECT FROM AS `TemplateSection` WHERE `TemplateSection`.`name` = 'layout' AND `TemplateSection`.`template_set_id` IS NULL AND `TemplateSection`.`module_id` = -1 | 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 AS `TemplateSection` WHERE `TemplateSection`.`name` = 'layout' AND `Temp' at line 1 | | | 0 |