Warning (2): mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on 'tarecette01.mysql.db' (111) [APP/models/datasources/dbo/dbo_mysql.php, line ??]
Code |
Context$config = array(
"persistent" => false,
"host" => "tarecette01.mysql.db",
"login" => "tarecette01",
"password" => "ffdv6dsdg4",
"database" => "tarecette01",
"port" => "3306",
"connect" => "mysql_pconnect",
"driver" => "mysql",
"prefix" => ""
)
$connect = "mysql_pconnect"
DboMysql::connect() - APP/models/datasources/dbo/dbo_mysql.php, line 0
DboSource::__construct() - CORE/cake/libs/model/datasources/dbo_source.php, line 35
ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 47
Model::setDataSource() - CORE/cake/libs/model/model.php, line 1897
Model::__construct() - CORE/cake/libs/model/model.php, line 155
GigaAppModel::__construct() - APP/plugins/cms/giga_app_model.php, line 0
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 63
cri - APP/plugins/cms/vendors/global_functions.php, line 0
languagesbeforeFilterHook - APP/plugins/languages/hooks.php, line 0
callHooks - APP/plugins/cms/vendors/global_functions.php, line 0
GigaAppController::beforeFilter() - APP/plugins/cms/giga_app_controller.php, line 0
AppController::beforeFilter() - APP/app_controller.php, line 0
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 129
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 122
[main] - APP/webroot/index.php, line 0
Warning (2): mysql_select_db() expects parameter 2 to be resource, boolean given [APP/models/datasources/dbo/dbo_mysql.php, line ??]
Code |
Context$config = array(
"persistent" => false,
"host" => "tarecette01.mysql.db",
"login" => "tarecette01",
"password" => "ffdv6dsdg4",
"database" => "tarecette01",
"port" => "3306",
"connect" => "mysql_pconnect",
"driver" => "mysql",
"prefix" => ""
)
$connect = "mysql_pconnect"
DboMysql::connect() - APP/models/datasources/dbo/dbo_mysql.php, line 0
DboSource::__construct() - CORE/cake/libs/model/datasources/dbo_source.php, line 35
ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 47
Model::setDataSource() - CORE/cake/libs/model/model.php, line 1897
Model::__construct() - CORE/cake/libs/model/model.php, line 155
GigaAppModel::__construct() - APP/plugins/cms/giga_app_model.php, line 0
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 63
cri - APP/plugins/cms/vendors/global_functions.php, line 0
languagesbeforeFilterHook - APP/plugins/languages/hooks.php, line 0
callHooks - APP/plugins/cms/vendors/global_functions.php, line 0
GigaAppController::beforeFilter() - APP/plugins/cms/giga_app_controller.php, line 0
AppController::beforeFilter() - APP/app_controller.php, line 0
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 129
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 122
[main] - APP/webroot/index.php, line 0
Warning (2): mysql_get_server_info() expects parameter 1 to be resource, boolean given [APP/models/datasources/dbo/dbo_mysql.php, line ??]
Code |
Context$config = array(
"persistent" => false,
"host" => "tarecette01.mysql.db",
"login" => "tarecette01",
"password" => "ffdv6dsdg4",
"database" => "tarecette01",
"port" => "3306",
"connect" => "mysql_pconnect",
"driver" => "mysql",
"prefix" => ""
)
$connect = "mysql_pconnect"
mysql_get_server_info - [internal], line ??
DboMysql::connect() - APP/models/datasources/dbo/dbo_mysql.php, line 0
DboSource::__construct() - CORE/cake/libs/model/datasources/dbo_source.php, line 35
ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 47
Model::setDataSource() - CORE/cake/libs/model/model.php, line 1897
Model::__construct() - CORE/cake/libs/model/model.php, line 155
GigaAppModel::__construct() - APP/plugins/cms/giga_app_model.php, line 0
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 63
cri - APP/plugins/cms/vendors/global_functions.php, line 0
languagesbeforeFilterHook - APP/plugins/languages/hooks.php, line 0
callHooks - APP/plugins/cms/vendors/global_functions.php, line 0
GigaAppController::beforeFilter() - APP/plugins/cms/giga_app_controller.php, line 0
AppController::beforeFilter() - APP/app_controller.php, line 0
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 129
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 122
[main] - APP/webroot/index.php, line 0
Warning (2): mysql_real_escape_string() expects parameter 2 to be resource, boolean given [APP/models/datasources/dbo/dbo_mysql.php, line ??]
Code |
Context$data = "Recipe"
$column = "string"
$safe = false
$parent = null
DboMysql::value() - APP/models/datasources/dbo/dbo_mysql.php, line 0
DboSource::__parseKey() - CORE/cake/libs/model/datasources/dbo_source.php, line 1536
DboSource::conditionKeysToString() - CORE/cake/libs/model/datasources/dbo_source.php, line 1493
DboSource::conditions() - CORE/cake/libs/model/datasources/dbo_source.php, line 1385
DboSource::buildStatement() - CORE/cake/libs/model/datasources/dbo_source.php, line 1028
DboSource::generateAssociationQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 848
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 482
Model::find() - CORE/cake/libs/model/model.php, line 1398
CmsEntityField::findAttributes() - APP/plugins/eav/models/cms_entity_field.php, line 0
EavBehavior::getAttributes() - APP/plugins/eav/models/behaviors/eav.php, line 0
EavBehavior::refreshSchema() - APP/plugins/eav/models/behaviors/eav.php, line 0
EavBehavior::beforeFind() - APP/plugins/eav/models/behaviors/eav.php, line 0
ModelBehavior::dispatchMethod() - CORE/cake/libs/model/behavior.php, line 43
BehaviorCollection::trigger() - CORE/cake/libs/model/behavior.php, line 246
Model::find() - CORE/cake/libs/model/model.php, line 1383
DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 183
Model::call__() - CORE/cake/libs/model/model.php, line 182
Overloadable::__call() - CORE/cake/libs/overloadable_php5.php, line 13
Warning (2): mysql_query() expects parameter 2 to be resource, boolean given [APP/models/datasources/dbo/dbo_mysql.php, line ??]
Code |
Context$sql = "SELECT `EntityField`.`id`, `EntityField`.`eav_field_id`, `EntityField`.`entity`, `EntityField`.`entity_id`, `EntityField`.`order`, `EntityField`.`showOnIndex`, `EntityField`.`searchable`, `EntityField`.`group`, `EavField`.`id`, `EavField`.`name`, `EavField`.`label`, `EavField`.`type`, `EavField`.`params`, `EavField`.`required`, `EavField`.`validation`, `EavField`.`value`, `EavField`.`tooltip`, `EavField`.`options`, `EavField`.`input_options`, `EavField`.`skip_logic`, `EavField`.`order` FROM `entity_fields` AS `EntityField` LEFT JOIN `eav_fields` AS `EavField` ON (`EntityField`.`eav_field_id` = `EavField`.`id`) WHERE `EntityField`.`entity` = '' AND `EntityField`.`entity_id` IS NULL ORDER BY `EntityField`.`order` ASC "
DboMysql::_execute() - APP/models/datasources/dbo/dbo_mysql.php, line 0
DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 93
DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 226
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 484
Model::find() - CORE/cake/libs/model/model.php, line 1398
CmsEntityField::findAttributes() - APP/plugins/eav/models/cms_entity_field.php, line 0
EavBehavior::getAttributes() - APP/plugins/eav/models/behaviors/eav.php, line 0
EavBehavior::refreshSchema() - APP/plugins/eav/models/behaviors/eav.php, line 0
EavBehavior::beforeFind() - APP/plugins/eav/models/behaviors/eav.php, line 0
ModelBehavior::dispatchMethod() - CORE/cake/libs/model/behavior.php, line 43
BehaviorCollection::trigger() - CORE/cake/libs/model/behavior.php, line 246
Model::find() - CORE/cake/libs/model/model.php, line 1383
DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 183
Model::call__() - CORE/cake/libs/model/model.php, line 182
Overloadable::__call() - CORE/cake/libs/overloadable_php5.php, line 13
InvitesController::inviteFriends() - APP/controllers/invites_controller.php, line 0
Object::dispatchMethod() - CORE/cake/libs/object.php, line 49
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 154
Warning (2): mysql_errno() expects parameter 1 to be resource, boolean given [APP/models/datasources/dbo/dbo_mysql.php, line ??]
CodeDboMysql::lastError() - APP/models/datasources/dbo/dbo_mysql.php, line 0
DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 96
DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 226
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 484
Model::find() - CORE/cake/libs/model/model.php, line 1398
CmsEntityField::findAttributes() - APP/plugins/eav/models/cms_entity_field.php, line 0
EavBehavior::getAttributes() - APP/plugins/eav/models/behaviors/eav.php, line 0
EavBehavior::refreshSchema() - APP/plugins/eav/models/behaviors/eav.php, line 0
EavBehavior::beforeFind() - APP/plugins/eav/models/behaviors/eav.php, line 0
ModelBehavior::dispatchMethod() - CORE/cake/libs/model/behavior.php, line 43
BehaviorCollection::trigger() - CORE/cake/libs/model/behavior.php, line 246
Model::find() - CORE/cake/libs/model/model.php, line 1383
DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 183
Model::call__() - CORE/cake/libs/model/model.php, line 182
Overloadable::__call() - CORE/cake/libs/overloadable_php5.php, line 13
InvitesController::inviteFriends() - APP/controllers/invites_controller.php, line 0
Object::dispatchMethod() - CORE/cake/libs/object.php, line 49
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 154
Warning (2): Invalid argument supplied for foreach() [APP/plugins/cms/giga_app_model.php, line ??]
Code |
Context$this = EntityField
EntityField::$belongsTo = array
EntityField::$fieldProperties = array
EntityField::$statuses = array
EntityField::$fieldModifiersEnabled = true
EntityField::$additionalFields = array
EntityField::$previousFinderType = "all"
EntityField::$queryFields = array
EntityField::$filters = array
EntityField::$useDbConfig = "default"
EntityField::$useTable = "entity_fields"
EntityField::$displayField = "id"
EntityField::$id = false
EntityField::$data = array
EntityField::$table = "entity_fields"
EntityField::$primaryKey = "id"
EntityField::$_schema = array
EntityField::$validate = array
EntityField::$validationErrors = array
EntityField::$tablePrefix = ""
EntityField::$name = "EntityField"
EntityField::$alias = "EntityField"
EntityField::$tableToModel = array
EntityField::$logTransactions = false
EntityField::$transactional = false
EntityField::$cacheQueries = false
EntityField::$hasOne = array
EntityField::$hasMany = array
EntityField::$hasAndBelongsToMany = array
EntityField::$actsAs = NULL
EntityField::$Behaviors = BehaviorCollection object
EntityField::$whitelist = array
EntityField::$cacheSources = true
EntityField::$findQueryType = NULL
EntityField::$recursive = 1
EntityField::$order = NULL
EntityField::$__exists = NULL
EntityField::$__associationKeys = array
EntityField::$__associations = array
EntityField::$__backAssociation = array
EntityField::$__insertID = NULL
EntityField::$__numRows = NULL
EntityField::$__affectedRows = NULL
EntityField::$_findMethods = array
EntityField::$_log = NULL
EntityField::$className = "Eav.EntityField"
EntityField::$foreignKey = "entity_field_id"
EntityField::$EavField = EavField object
$results = false
$primary = true
$singleResult = false
GigaAppModel::afterFind() - APP/plugins/cms/giga_app_model.php, line 0
Model::__filterResults() - CORE/cake/libs/model/model.php, line 1592
Model::find() - CORE/cake/libs/model/model.php, line 1403
CmsEntityField::findAttributes() - APP/plugins/eav/models/cms_entity_field.php, line 0
EavBehavior::getAttributes() - APP/plugins/eav/models/behaviors/eav.php, line 0
EavBehavior::refreshSchema() - APP/plugins/eav/models/behaviors/eav.php, line 0
EavBehavior::beforeFind() - APP/plugins/eav/models/behaviors/eav.php, line 0
ModelBehavior::dispatchMethod() - CORE/cake/libs/model/behavior.php, line 43
BehaviorCollection::trigger() - CORE/cake/libs/model/behavior.php, line 246
Model::find() - CORE/cake/libs/model/model.php, line 1383
DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 183
Model::call__() - CORE/cake/libs/model/model.php, line 182
Overloadable::__call() - CORE/cake/libs/overloadable_php5.php, line 13
InvitesController::inviteFriends() - APP/controllers/invites_controller.php, line 0
Object::dispatchMethod() - CORE/cake/libs/object.php, line 49
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 154
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 122
[main] - APP/webroot/index.php, line 0
Warning (2): Cannot modify header information - headers already sent by (output started at /home/tarecett/www/cake/basics.php:170) [CORE/cake/libs/controller/controller.php, line 352]
Code |
Context$status = "Location: https://tarecette.com/"
header - [internal], line ??
Controller::header() - CORE/cake/libs/controller/controller.php, line 352
Controller::redirect() - CORE/cake/libs/controller/controller.php, line 339
GigaAppController::redirect() - APP/plugins/cms/giga_app_controller.php, line 0
InvitesController::inviteFriends() - APP/controllers/invites_controller.php, line 0
Object::dispatchMethod() - CORE/cake/libs/object.php, line 49
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 154
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 122
[main] - APP/webroot/index.php, line 0