Input Array does not match ?: SELECT t.act_id,t.act_titre,t.act_date,t.act_chapo,t.act_contenu,t.act_info,t.act_type,t.act_statut,t.usr_id,t.act_photo,t.act_axe1,t.act_axe2,axe1.pg_titre AS pg_titre1 ,axe2.pg_titre AS pg_titre2 FROM actualite t LEFT JOIN page axe1 ON axe1.pg_id = t.act_axe1 LEFT JOIN page axe2 ON axe2.pg_id = t.act_axe2 WHERE 1=1 AND act_type = 1 AND act_statut = 1 AND t.act_axe1 =
Array
(
[0] => Array
(
[file] => /home/otempora/www/modules/contenu/class/Actualite.class.php
[line] => 23
[function] => getList
[class] => ObjectModel
[object] => Actualite Object
(
[table:protected] => actualite
[fields:protected] => Array
(
[0] => act_id
[1] => act_titre
[2] => act_date
[3] => act_chapo
[4] => act_contenu
[5] => act_info
[6] => act_type
[7] => act_statut
[8] => usr_id
[9] => act_photo
[10] => act_axe1
[11] => act_axe2
)
[relations:protected] => Array
(
[0] => Array
(
[table] => page
[alias] => axe1
[identifier] => Array
(
[actualite] => act_axe1
[page] => pg_id
)
[fields] => Array
(
[pg_titre] => pg_titre1
)
)
[1] => Array
(
[table] => page
[alias] => axe2
[identifier] => Array
(
[actualite] => act_axe2
[page] => pg_id
)
[fields] => Array
(
[pg_titre] => pg_titre2
)
)
)
[custom_fields:protected] => Array
(
)
[fields_values:protected] => Array
(
)
[groupby:protected] => Array
(
)
[db] => ADODB_mysql Object
(
[databaseType] => mysql
[dataProvider] => mysql
[hasInsertID] => 1
[hasAffectedRows] => 1
[metaTablesSQL] => SHOW TABLES
[metaColumnsSQL] => SHOW COLUMNS FROM `%s`
[fmtTimeStamp] => 'Y-m-d H:i:s'
[hasLimit] => 1
[hasMoveFirst] => 1
[hasGenID] => 1
[isoDates] => 1
[sysDate] => CURDATE()
[sysTimeStamp] => NOW()
[hasTransactions] =>
[forceNewConnect] => 1
[poorAffectedRows] => 1
[clientFlags] => 0
[substr] => substring
[nameQuote] => `
[compat323] =>
[_genIDSQL] => update %s set id=LAST_INSERT_ID(id+1);
[_genSeqSQL] => create table %s (id int not null)
[_genSeqCountSQL] => select count(*) from %s
[_genSeq2SQL] => insert into %s values (%s)
[_dropSeqSQL] => drop table %s
[database] => otemporaprodbd
[host] => otemporaprodbd.mysql.db
[user] => otemporaprodbd
[password] => not stored
[debug] =>
[maxblobsize] => 262144
[concat_operator] => +
[length] => length
[random] => rand()
[upperCase] => upper
[fmtDate] => 'Y-m-d'
[true] => 1
[false] => 0
[replaceQuote] => \'
[charSet] =>
[metaDatabasesSQL] =>
[uniqueOrderBy] =>
[emptyDate] =>
[emptyTimeStamp] =>
[lastInsID] =>
[hasTop] =>
[readOnly] =>
[genID] => 0
[raiseErrorFn] =>
[cacheSecs] => 3600
[memCache] =>
[memCacheHost] =>
[memCachePort] => 11211
[memCacheCompress] =>
[sysUTimeStamp] =>
[arrayClass] => ADORecordSet_array
[noNullStrings] =>
[numCacheHits] => 0
[numCacheMisses] => 0
[pageExecuteCountRows] => 1
[uniqueSort] =>
[leftOuter] =>
[rightOuter] =>
[ansiOuter] =>
[autoRollback] =>
[fnExecute] =>
[fnCacheExecute] =>
[blobEncodeType] =>
[rsPrefix] => ADORecordSet_
[autoCommit] => 1
[transOff] => 0
[transCnt] => 0
[fetchMode] => 2
[null2null] => null
[bulkBind] =>
[_oldRaiseFn] =>
[_transOK] =>
[_connectionID] => Resource id #19
[_errorMsg] => 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
[_errorCode] =>
[_queryID] =>
[_isPersistentConnection] =>
[_bindInputArray] =>
[_evalAll] =>
[_affected] =>
[_logsql] =>
[_transmode] =>
[databaseName] => otemporaprodbd
)
)
[type] => ->
[args] => Array
(
[0] => Array
(
[act_type = ?] => 1
[act_statut = ?] => 1
[t.act_axe1 = ? OR t.act_axe2 = ?] =>
[X] =>
)
[1] => act_date DESC
[2] => 0,5
)
)
[1] => Array
(
[file] => /home/otempora/www/modules/contenu/page.php
[line] => 11
[function] => getList
[class] => Actualite
[object] => Actualite Object
(
[table:protected] => actualite
[fields:protected] => Array
(
[0] => act_id
[1] => act_titre
[2] => act_date
[3] => act_chapo
[4] => act_contenu
[5] => act_info
[6] => act_type
[7] => act_statut
[8] => usr_id
[9] => act_photo
[10] => act_axe1
[11] => act_axe2
)
[relations:protected] => Array
(
[0] => Array
(
[table] => page
[alias] => axe1
[identifier] => Array
(
[actualite] => act_axe1
[page] => pg_id
)
[fields] => Array
(
[pg_titre] => pg_titre1
)
)
[1] => Array
(
[table] => page
[alias] => axe2
[identifier] => Array
(
[actualite] => act_axe2
[page] => pg_id
)
[fields] => Array
(
[pg_titre] => pg_titre2
)
)
)
[custom_fields:protected] => Array
(
)
[fields_values:protected] => Array
(
)
[groupby:protected] => Array
(
)
[db] => ADODB_mysql Object
(
[databaseType] => mysql
[dataProvider] => mysql
[hasInsertID] => 1
[hasAffectedRows] => 1
[metaTablesSQL] => SHOW TABLES
[metaColumnsSQL] => SHOW COLUMNS FROM `%s`
[fmtTimeStamp] => 'Y-m-d H:i:s'
[hasLimit] => 1
[hasMoveFirst] => 1
[hasGenID] => 1
[isoDates] => 1
[sysDate] => CURDATE()
[sysTimeStamp] => NOW()
[hasTransactions] =>
[forceNewConnect] => 1
[poorAffectedRows] => 1
[clientFlags] => 0
[substr] => substring
[nameQuote] => `
[compat323] =>
[_genIDSQL] => update %s set id=LAST_INSERT_ID(id+1);
[_genSeqSQL] => create table %s (id int not null)
[_genSeqCountSQL] => select count(*) from %s
[_genSeq2SQL] => insert into %s values (%s)
[_dropSeqSQL] => drop table %s
[database] => otemporaprodbd
[host] => otemporaprodbd.mysql.db
[user] => otemporaprodbd
[password] => not stored
[debug] =>
[maxblobsize] => 262144
[concat_operator] => +
[length] => length
[random] => rand()
[upperCase] => upper
[fmtDate] => 'Y-m-d'
[true] => 1
[false] => 0
[replaceQuote] => \'
[charSet] =>
[metaDatabasesSQL] =>
[uniqueOrderBy] =>
[emptyDate] =>
[emptyTimeStamp] =>
[lastInsID] =>
[hasTop] =>
[readOnly] =>
[genID] => 0
[raiseErrorFn] =>
[cacheSecs] => 3600
[memCache] =>
[memCacheHost] =>
[memCachePort] => 11211
[memCacheCompress] =>
[sysUTimeStamp] =>
[arrayClass] => ADORecordSet_array
[noNullStrings] =>
[numCacheHits] => 0
[numCacheMisses] => 0
[pageExecuteCountRows] => 1
[uniqueSort] =>
[leftOuter] =>
[rightOuter] =>
[ansiOuter] =>
[autoRollback] =>
[fnExecute] =>
[fnCacheExecute] =>
[blobEncodeType] =>
[rsPrefix] => ADORecordSet_
[autoCommit] => 1
[transOff] => 0
[transCnt] => 0
[fetchMode] => 2
[null2null] => null
[bulkBind] =>
[_oldRaiseFn] =>
[_transOK] =>
[_connectionID] => Resource id #19
[_errorMsg] => 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
[_errorCode] =>
[_queryID] =>
[_isPersistentConnection] =>
[_bindInputArray] =>
[_evalAll] =>
[_affected] =>
[_logsql] =>
[_transmode] =>
[databaseName] => otemporaprodbd
)
)
[type] => ->
[args] => Array
(
[0] => Array
(
[act_type = ?] => 1
[act_statut = ?] => 1
[t.act_axe1 = ? OR t.act_axe2 = ?] =>
[X] =>
)
[1] => act_date DESC
[2] => 0,5
)
)
[2] => Array
(
[file] => /home/otempora/www/index.php
[line] => 48
[args] => Array
(
[0] => /home/otempora/www/modules/contenu/page.php
)
[function] => include
)
)
Input Array does not match ?: SELECT t.res_id,t.elt_id,t.elt_type,t.res_ordre,t.res_titre,t.res_contenu,t.res_is_une,t.cat_id,c.cat_lib FROM ressource t LEFT JOIN categorie c ON c.cat_id = t.cat_id WHERE 1=1 AND elt_id = 'pg' AND elt_type =
Array
(
[0] => Array
(
[file] => /home/otempora/www/modules/contenu/page.php
[line] => 15
[function] => getList
[class] => ObjectModel
[object] => Ressource Object
(
[table:protected] => ressource
[fields:protected] => Array
(
[0] => res_id
[1] => elt_id
[2] => elt_type
[3] => res_ordre
[4] => res_titre
[5] => res_contenu
[6] => res_is_une
[7] => cat_id
)
[relations:protected] => Array
(
[0] => Array
(
[table] => categorie
[alias] => c
[identifier] => cat_id
[fields] => Array
(
[0] => cat_lib
)
)
)
[custom_fields:protected] => Array
(
)
[fields_values:protected] => Array
(
)
[groupby:protected] => Array
(
)
[db] => ADODB_mysql Object
(
[databaseType] => mysql
[dataProvider] => mysql
[hasInsertID] => 1
[hasAffectedRows] => 1
[metaTablesSQL] => SHOW TABLES
[metaColumnsSQL] => SHOW COLUMNS FROM `%s`
[fmtTimeStamp] => 'Y-m-d H:i:s'
[hasLimit] => 1
[hasMoveFirst] => 1
[hasGenID] => 1
[isoDates] => 1
[sysDate] => CURDATE()
[sysTimeStamp] => NOW()
[hasTransactions] =>
[forceNewConnect] => 1
[poorAffectedRows] => 1
[clientFlags] => 0
[substr] => substring
[nameQuote] => `
[compat323] =>
[_genIDSQL] => update %s set id=LAST_INSERT_ID(id+1);
[_genSeqSQL] => create table %s (id int not null)
[_genSeqCountSQL] => select count(*) from %s
[_genSeq2SQL] => insert into %s values (%s)
[_dropSeqSQL] => drop table %s
[database] => otemporaprodbd
[host] => otemporaprodbd.mysql.db
[user] => otemporaprodbd
[password] => not stored
[debug] =>
[maxblobsize] => 262144
[concat_operator] => +
[length] => length
[random] => rand()
[upperCase] => upper
[fmtDate] => 'Y-m-d'
[true] => 1
[false] => 0
[replaceQuote] => \'
[charSet] =>
[metaDatabasesSQL] =>
[uniqueOrderBy] =>
[emptyDate] =>
[emptyTimeStamp] =>
[lastInsID] =>
[hasTop] =>
[readOnly] =>
[genID] => 0
[raiseErrorFn] =>
[cacheSecs] => 3600
[memCache] =>
[memCacheHost] =>
[memCachePort] => 11211
[memCacheCompress] =>
[sysUTimeStamp] =>
[arrayClass] => ADORecordSet_array
[noNullStrings] =>
[numCacheHits] => 0
[numCacheMisses] => 0
[pageExecuteCountRows] => 1
[uniqueSort] =>
[leftOuter] =>
[rightOuter] =>
[ansiOuter] =>
[autoRollback] =>
[fnExecute] =>
[fnCacheExecute] =>
[blobEncodeType] =>
[rsPrefix] => ADORecordSet_
[autoCommit] => 1
[transOff] => 0
[transCnt] => 0
[fetchMode] => 2
[null2null] => null
[bulkBind] =>
[_oldRaiseFn] =>
[_transOK] =>
[_connectionID] => Resource id #19
[_errorMsg] => 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
[_errorCode] =>
[_queryID] =>
[_isPersistentConnection] =>
[_bindInputArray] =>
[_evalAll] =>
[_affected] =>
[_logsql] =>
[_transmode] =>
[databaseName] => otemporaprodbd
)
)
[type] => ->
[args] => Array
(
[0] => Array
(
[elt_id = ?] =>
[elt_type = ?] => pg
)
[1] => t.cat_id ASC, res_ordre ASC
)
)
[1] => Array
(
[file] => /home/otempora/www/index.php
[line] => 48
[args] => Array
(
[0] => /home/otempora/www/modules/contenu/page.php
)
[function] => include
)
)