21/07/2025 17:16:16 - TYPE ERROR:CDbException
21/07/2025 17:16:16 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
21/07/2025 17:16:16 - Error File LINE:
21/07/2025 17:16:16 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
21/07/2025 17:16:16 - Error SOURCE CODE:
21/07/2025 17:16:16 -
05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
21/07/2025 17:16:16 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
23/07/2025 18:00:44 - TYPE ERROR:CDbException
23/07/2025 18:00:44 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
23/07/2025 18:00:44 - Error File LINE:
23/07/2025 18:00:44 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
23/07/2025 18:00:44 - Error SOURCE CODE:
23/07/2025 18:00:44 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
23/07/2025 18:00:44 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
24/07/2025 06:11:59 - TYPE ERROR:CDbException
24/07/2025 06:11:59 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
24/07/2025 06:11:59 - Error File LINE:
24/07/2025 06:11:59 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
24/07/2025 06:11:59 - Error SOURCE CODE:
24/07/2025 06:11:59 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
24/07/2025 06:11:59 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
25/07/2025 04:37:09 - TYPE ERROR:CDbException
25/07/2025 04:37:09 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
25/07/2025 04:37:09 - Error File LINE:
25/07/2025 04:37:09 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
25/07/2025 04:37:09 - Error SOURCE CODE:
25/07/2025 04:37:09 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
25/07/2025 04:37:09 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
25/07/2025 22:32:00 - TYPE ERROR:CDbException
25/07/2025 22:32:00 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
25/07/2025 22:32:00 - Error File LINE:
25/07/2025 22:32:00 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
25/07/2025 22:32:00 - Error SOURCE CODE:
25/07/2025 22:32:00 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
25/07/2025 22:32:00 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
02/08/2025 17:28:10 - TYPE ERROR:CDbException
02/08/2025 17:28:10 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
02/08/2025 17:28:10 - Error File LINE:
02/08/2025 17:28:10 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
02/08/2025 17:28:10 - Error SOURCE CODE:
02/08/2025 17:28:10 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
02/08/2025 17:28:10 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
03/08/2025 05:09:18 - TYPE ERROR:CDbException
03/08/2025 05:09:18 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
03/08/2025 05:09:18 - Error File LINE:
03/08/2025 05:09:18 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
03/08/2025 05:09:18 - Error SOURCE CODE:
03/08/2025 05:09:18 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
03/08/2025 05:09:18 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
05/08/2025 00:05:42 - TYPE ERROR:CDbException
05/08/2025 00:05:42 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
05/08/2025 00:05:42 - Error File LINE:
05/08/2025 00:05:42 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
05/08/2025 00:05:42 - Error SOURCE CODE:
05/08/2025 00:05:42 - TYPE ERROR:CDbException
05/08/2025 00:05:42 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
05/08/2025 00:05:42 - Error File LINE:
05/08/2025 00:05:42 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
05/08/2025 00:05:42 - Error SOURCE CODE:
05/08/2025 00:05:42 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
05/08/2025 00:05:42 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
05/08/2025 00:05:42 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
05/08/2025 00:05:42 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
05/08/2025 03:18:56 - TYPE ERROR:CDbException
05/08/2025 03:18:56 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
05/08/2025 03:18:56 - Error File LINE:
05/08/2025 03:18:56 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
05/08/2025 03:18:56 - Error SOURCE CODE:
05/08/2025 03:18:56 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
05/08/2025 03:18:56 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
05/08/2025 04:15:01 - TYPE ERROR:CDbException
05/08/2025 04:15:01 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
05/08/2025 04:15:01 - Error File LINE:
05/08/2025 04:15:01 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
05/08/2025 04:15:01 - Error SOURCE CODE:
05/08/2025 04:15:01 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
05/08/2025 04:15:01 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
05/08/2025 04:15:03 - TYPE ERROR:CDbException
05/08/2025 04:15:03 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
05/08/2025 04:15:03 - Error File LINE:
05/08/2025 04:15:03 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
05/08/2025 04:15:03 - Error SOURCE CODE:
05/08/2025 04:15:03 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
05/08/2025 04:15:03 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
05/08/2025 04:15:04 - TYPE ERROR:CDbException
05/08/2025 04:15:04 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
05/08/2025 04:15:04 - Error File LINE:
05/08/2025 04:15:04 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
05/08/2025 04:15:04 - Error SOURCE CODE:
05/08/2025 04:15:04 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
05/08/2025 04:15:04 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
05/08/2025 21:28:54 - TYPE ERROR:CDbException
05/08/2025 21:28:54 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
05/08/2025 21:28:54 - Error File LINE:
05/08/2025 21:28:54 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
05/08/2025 21:28:54 - Error SOURCE CODE:
05/08/2025 21:28:54 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
05/08/2025 21:28:54 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
07/08/2025 12:15:17 - TYPE ERROR:CDbException
07/08/2025 12:15:17 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
07/08/2025 12:15:17 - Error File LINE:
07/08/2025 12:15:17 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
07/08/2025 12:15:17 - Error SOURCE CODE:
07/08/2025 12:15:17 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
07/08/2025 12:15:17 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
08/08/2025 21:25:23 - TYPE ERROR:CDbException
08/08/2025 21:25:23 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
08/08/2025 21:25:23 - Error File LINE:
08/08/2025 21:25:23 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
08/08/2025 21:25:23 - Error SOURCE CODE:
08/08/2025 21:25:23 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
08/08/2025 21:25:23 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
10/08/2025 00:42:40 - TYPE ERROR:CDbException
10/08/2025 00:42:40 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
10/08/2025 00:42:40 - Error File LINE:
10/08/2025 00:42:40 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
10/08/2025 00:42:40 - Error SOURCE CODE:
10/08/2025 00:42:40 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
10/08/2025 00:42:40 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
12/08/2025 14:10:55 - TYPE ERROR:CDbException
12/08/2025 14:10:55 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
12/08/2025 14:10:55 - Error File LINE:
12/08/2025 14:10:55 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
12/08/2025 14:10:55 - Error SOURCE CODE:
12/08/2025 14:10:55 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
12/08/2025 14:10:55 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
13/08/2025 08:54:50 - TYPE ERROR:CDbException
13/08/2025 08:54:50 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
13/08/2025 08:54:50 - Error File LINE:
13/08/2025 08:54:50 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
13/08/2025 08:54:50 - Error SOURCE CODE:
13/08/2025 08:54:50 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
13/08/2025 08:54:50 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
15/08/2025 16:18:48 - TYPE ERROR:CDbException
15/08/2025 16:18:48 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
15/08/2025 16:18:48 - Error File LINE:
15/08/2025 16:18:48 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
15/08/2025 16:18:48 - Error SOURCE CODE:
15/08/2025 16:18:48 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
15/08/2025 16:18:48 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
18/08/2025 07:08:54 - TYPE ERROR:CDbException
18/08/2025 07:08:54 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
18/08/2025 07:08:54 - Error File LINE:
18/08/2025 07:08:54 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
18/08/2025 07:08:54 - Error SOURCE CODE:
18/08/2025 07:08:54 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
18/08/2025 07:08:54 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
26/08/2025 08:43:40 - TYPE ERROR:CDbException
26/08/2025 08:43:40 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
26/08/2025 08:43:40 - Error File LINE:
26/08/2025 08:43:40 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
26/08/2025 08:43:40 - Error SOURCE CODE:
26/08/2025 08:43:40 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
26/08/2025 08:43:40 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
26/08/2025 10:08:17 - TYPE ERROR:CDbException
26/08/2025 10:08:17 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
26/08/2025 10:08:17 - Error File LINE:
26/08/2025 10:08:17 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
26/08/2025 10:08:17 - Error SOURCE CODE:
26/08/2025 10:08:17 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
26/08/2025 10:08:17 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
28/08/2025 11:36:07 - TYPE ERROR:CDbException
28/08/2025 11:36:07 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
28/08/2025 11:36:07 - Error File LINE:
28/08/2025 11:36:07 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
28/08/2025 11:36:07 - Error SOURCE CODE:
28/08/2025 11:36:07 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
28/08/2025 11:36:07 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
29/08/2025 18:47:29 - TYPE ERROR:CDbException
29/08/2025 18:47:29 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
29/08/2025 18:47:29 - Error File LINE:
29/08/2025 18:47:29 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
29/08/2025 18:47:29 - Error SOURCE CODE:
29/08/2025 18:47:29 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
29/08/2025 18:47:29 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
29/08/2025 20:16:47 - TYPE ERROR:CDbException
29/08/2025 20:16:47 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
29/08/2025 20:16:47 - Error File LINE:
29/08/2025 20:16:47 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
29/08/2025 20:16:47 - Error SOURCE CODE:
29/08/2025 20:16:47 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
29/08/2025 20:16:47 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
30/08/2025 01:13:59 - TYPE ERROR:CDbException
30/08/2025 01:13:59 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
30/08/2025 01:13:59 - Error File LINE:
30/08/2025 01:13:59 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
30/08/2025 01:13:59 - Error SOURCE CODE:
30/08/2025 01:13:59 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
30/08/2025 01:13:59 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
30/08/2025 19:08:08 - TYPE ERROR:CDbException
30/08/2025 19:08:08 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
30/08/2025 19:08:08 - Error File LINE:
30/08/2025 19:08:08 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
30/08/2025 19:08:08 - Error SOURCE CODE:
30/08/2025 19:08:08 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
30/08/2025 19:08:08 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
02/09/2025 01:52:31 - TYPE ERROR:CDbException
02/09/2025 01:52:31 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
02/09/2025 01:52:31 - Error File LINE:
02/09/2025 01:52:31 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
02/09/2025 01:52:31 - Error SOURCE CODE:
02/09/2025 01:52:31 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
02/09/2025 01:52:31 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
04/09/2025 15:46:50 - TYPE ERROR:CDbException
04/09/2025 15:46:50 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
04/09/2025 15:46:50 - Error File LINE:
04/09/2025 15:46:50 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
04/09/2025 15:46:50 - Error SOURCE CODE:
04/09/2025 15:46:50 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
04/09/2025 15:46:50 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
06/09/2025 08:27:24 - TYPE ERROR:CDbException
06/09/2025 08:27:24 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
06/09/2025 08:27:24 - Error File LINE:
06/09/2025 08:27:24 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
06/09/2025 08:27:24 - Error SOURCE CODE:
06/09/2025 08:27:24 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
06/09/2025 08:27:24 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
06/09/2025 09:03:16 - TYPE ERROR:CDbException
06/09/2025 09:03:16 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
06/09/2025 09:03:16 - Error File LINE:
06/09/2025 09:03:16 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
06/09/2025 09:03:16 - Error SOURCE CODE:
06/09/2025 09:03:16 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
06/09/2025 09:03:16 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
06/09/2025 22:32:44 - TYPE ERROR:CDbException
06/09/2025 22:32:44 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
06/09/2025 22:32:44 - Error File LINE:
06/09/2025 22:32:44 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
06/09/2025 22:32:44 - Error SOURCE CODE:
06/09/2025 22:32:44 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
06/09/2025 22:32:44 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
11/09/2025 21:31:35 - TYPE ERROR:CDbException
11/09/2025 21:31:35 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
11/09/2025 21:31:35 - Error File LINE:
11/09/2025 21:31:35 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
11/09/2025 21:31:35 - Error SOURCE CODE:
11/09/2025 21:31:35 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
11/09/2025 21:31:35 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
15/09/2025 11:43:34 - TYPE ERROR:CDbException
15/09/2025 11:43:34 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
15/09/2025 11:43:34 - Error File LINE:
15/09/2025 11:43:34 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
15/09/2025 11:43:34 - Error SOURCE CODE:
15/09/2025 11:43:34 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
15/09/2025 11:43:34 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
17/09/2025 02:59:51 - TYPE ERROR:CDbException
17/09/2025 02:59:51 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
17/09/2025 02:59:51 - Error File LINE:
17/09/2025 02:59:51 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
17/09/2025 02:59:51 - Error SOURCE CODE:
17/09/2025 02:59:51 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
17/09/2025 02:59:51 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
18/09/2025 07:37:45 - TYPE ERROR:CDbException
18/09/2025 07:37:45 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
18/09/2025 07:37:45 - Error File LINE:
18/09/2025 07:37:45 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
18/09/2025 07:37:45 - Error SOURCE CODE:
18/09/2025 07:37:45 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
18/09/2025 07:37:45 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
22/09/2025 16:34:48 - TYPE ERROR:CDbException
22/09/2025 16:34:48 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
22/09/2025 16:34:48 - Error File LINE:
22/09/2025 16:34:48 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
22/09/2025 16:34:48 - Error SOURCE CODE:
22/09/2025 16:34:48 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
22/09/2025 16:34:48 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
23/09/2025 05:57:42 - TYPE ERROR:CDbException
23/09/2025 05:57:42 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
23/09/2025 05:57:42 - Error File LINE:
23/09/2025 05:57:42 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
23/09/2025 05:57:42 - Error SOURCE CODE:
23/09/2025 05:57:42 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
23/09/2025 05:57:42 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
26/09/2025 10:18:32 - TYPE ERROR:CDbException
26/09/2025 10:18:32 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
26/09/2025 10:18:32 - Error File LINE:
26/09/2025 10:18:32 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
26/09/2025 10:18:32 - Error SOURCE CODE:
26/09/2025 10:18:32 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
26/09/2025 10:18:32 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
28/09/2025 20:28:55 - TYPE ERROR:CDbException
28/09/2025 20:28:55 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
28/09/2025 20:28:55 - Error File LINE:
28/09/2025 20:28:55 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
28/09/2025 20:28:55 - Error SOURCE CODE:
28/09/2025 20:28:55 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
28/09/2025 20:28:55 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
29/09/2025 04:31:53 - TYPE ERROR:CDbException
29/09/2025 04:31:53 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
29/09/2025 04:31:53 - Error File LINE:
29/09/2025 04:31:53 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
29/09/2025 04:31:53 - Error SOURCE CODE:
29/09/2025 04:31:53 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
29/09/2025 04:31:53 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
30/09/2025 10:02:41 - TYPE ERROR:CDbException
30/09/2025 10:02:41 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
30/09/2025 10:02:41 - Error File LINE:
30/09/2025 10:02:41 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
30/09/2025 10:02:41 - Error SOURCE CODE:
30/09/2025 10:02:41 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
30/09/2025 10:02:41 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
01/10/2025 08:41:04 - TYPE ERROR:CDbException
01/10/2025 08:41:04 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
01/10/2025 08:41:04 - Error File LINE:
01/10/2025 08:41:04 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
01/10/2025 08:41:04 - Error SOURCE CODE:
01/10/2025 08:41:04 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
01/10/2025 08:41:04 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
02/10/2025 22:45:36 - TYPE ERROR:CDbException
02/10/2025 22:45:36 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
02/10/2025 22:45:36 - Error File LINE:
02/10/2025 22:45:36 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
02/10/2025 22:45:36 - Error SOURCE CODE:
02/10/2025 22:45:36 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
02/10/2025 22:45:36 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
04/10/2025 01:03:28 - TYPE ERROR:CDbException
04/10/2025 01:03:28 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
04/10/2025 01:03:28 - Error File LINE:
04/10/2025 01:03:28 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
04/10/2025 01:03:28 - Error SOURCE CODE:
04/10/2025 01:03:28 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
04/10/2025 01:03:28 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
04/10/2025 08:30:50 - TYPE ERROR:CDbException
04/10/2025 08:30:50 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
04/10/2025 08:30:50 - Error File LINE:
04/10/2025 08:30:50 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
04/10/2025 08:30:50 - Error SOURCE CODE:
04/10/2025 08:30:50 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
04/10/2025 08:30:50 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
04/10/2025 21:16:01 - TYPE ERROR:CDbException
04/10/2025 21:16:01 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
04/10/2025 21:16:01 - Error File LINE:
04/10/2025 21:16:01 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
04/10/2025 21:16:01 - Error SOURCE CODE:
04/10/2025 21:16:01 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
04/10/2025 21:16:01 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
05/10/2025 02:11:56 - TYPE ERROR:CDbException
05/10/2025 02:11:56 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
05/10/2025 02:11:56 - Error File LINE:
05/10/2025 02:11:56 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
05/10/2025 02:11:56 - Error SOURCE CODE:
05/10/2025 02:11:56 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
05/10/2025 02:11:56 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
05/10/2025 12:14:09 - TYPE ERROR:CDbException
05/10/2025 12:14:09 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
05/10/2025 12:14:09 - Error File LINE:
05/10/2025 12:14:09 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
05/10/2025 12:14:09 - Error SOURCE CODE:
05/10/2025 12:14:09 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
05/10/2025 12:14:09 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
05/10/2025 21:27:19 - TYPE ERROR:CDbException
05/10/2025 21:27:19 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
05/10/2025 21:27:19 - Error File LINE:
05/10/2025 21:27:19 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
05/10/2025 21:27:19 - Error SOURCE CODE:
05/10/2025 21:27:19 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
05/10/2025 21:27:19 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
05/10/2025 22:06:33 - TYPE ERROR:CDbException
05/10/2025 22:06:33 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
05/10/2025 22:06:33 - Error File LINE:
05/10/2025 22:06:33 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
05/10/2025 22:06:33 - Error SOURCE CODE:
05/10/2025 22:06:33 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
05/10/2025 22:06:33 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
06/10/2025 15:23:23 - TYPE ERROR:CDbException
06/10/2025 15:23:23 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
06/10/2025 15:23:23 - Error File LINE:
06/10/2025 15:23:23 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
06/10/2025 15:23:23 - Error SOURCE CODE:
06/10/2025 15:23:23 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
06/10/2025 15:23:23 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
07/10/2025 15:05:52 - TYPE ERROR:CDbException
07/10/2025 15:05:52 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
07/10/2025 15:05:52 - Error File LINE:
07/10/2025 15:05:52 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
07/10/2025 15:05:52 - Error SOURCE CODE:
07/10/2025 15:05:52 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
07/10/2025 15:05:52 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
09/10/2025 16:26:31 - TYPE ERROR:CDbException
09/10/2025 16:26:31 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
09/10/2025 16:26:31 - Error File LINE:
09/10/2025 16:26:31 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
09/10/2025 16:26:31 - Error SOURCE CODE:
09/10/2025 16:26:31 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
09/10/2025 16:26:31 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
10/10/2025 19:24:31 - TYPE ERROR:CDbException
10/10/2025 19:24:31 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
10/10/2025 19:24:31 - Error File LINE:
10/10/2025 19:24:31 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
10/10/2025 19:24:31 - Error SOURCE CODE:
10/10/2025 19:24:31 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
10/10/2025 19:24:31 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
15/10/2025 02:10:56 - TYPE ERROR:CDbException
15/10/2025 02:10:56 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
15/10/2025 02:10:56 - Error File LINE:
15/10/2025 02:10:56 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
15/10/2025 02:10:56 - Error SOURCE CODE:
15/10/2025 02:10:56 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
15/10/2025 02:10:56 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
18/10/2025 18:36:57 - TYPE ERROR:CDbException
18/10/2025 18:36:57 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
18/10/2025 18:36:57 - Error File LINE:
18/10/2025 18:36:57 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
18/10/2025 18:36:57 - Error SOURCE CODE:
18/10/2025 18:36:57 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
18/10/2025 18:36:57 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
26/10/2025 02:40:09 - TYPE ERROR:CDbException
26/10/2025 02:40:09 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
26/10/2025 02:40:09 - Error File LINE:
26/10/2025 02:40:09 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
26/10/2025 02:40:09 - Error SOURCE CODE:
26/10/2025 02:40:09 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
26/10/2025 02:40:09 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
26/10/2025 17:08:13 - TYPE ERROR:CDbException
26/10/2025 17:08:13 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
26/10/2025 17:08:13 - Error File LINE:
26/10/2025 17:08:13 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
26/10/2025 17:08:13 - Error SOURCE CODE:
26/10/2025 17:08:13 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
26/10/2025 17:08:13 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
31/10/2025 00:29:20 - TYPE ERROR:CDbException
31/10/2025 00:29:20 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
31/10/2025 00:29:20 - Error File LINE:
31/10/2025 00:29:20 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
31/10/2025 00:29:20 - Error SOURCE CODE:
31/10/2025 00:29:20 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
31/10/2025 00:29:20 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
15/11/2025 06:15:48 - TYPE ERROR:CDbException
15/11/2025 06:15:48 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
15/11/2025 06:15:48 - Error File LINE:
15/11/2025 06:15:48 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
15/11/2025 06:15:48 - Error SOURCE CODE:
15/11/2025 06:15:48 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
15/11/2025 06:15:48 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
25/11/2025 09:29:36 - TYPE ERROR:CDbException
25/11/2025 09:29:36 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
25/11/2025 09:29:36 - Error File LINE:
25/11/2025 09:29:36 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
25/11/2025 09:29:36 - Error SOURCE CODE:
25/11/2025 09:29:36 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
25/11/2025 09:29:36 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
25/11/2025 09:31:23 - TYPE ERROR:CDbException
25/11/2025 09:31:23 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
25/11/2025 09:31:23 - Error File LINE:
25/11/2025 09:31:23 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
25/11/2025 09:31:23 - Error SOURCE CODE:
25/11/2025 09:31:23 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
25/11/2025 09:31:23 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
25/11/2025 09:31:25 - TYPE ERROR:CDbException
25/11/2025 09:31:25 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
25/11/2025 09:31:25 - Error File LINE:
25/11/2025 09:31:25 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
25/11/2025 09:31:25 - Error SOURCE CODE:
25/11/2025 09:31:25 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
25/11/2025 09:31:25 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
25/11/2025 09:31:34 - TYPE ERROR:CDbException
25/11/2025 09:31:34 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
25/11/2025 09:31:34 - Error File LINE:
25/11/2025 09:31:34 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
25/11/2025 09:31:34 - Error SOURCE CODE:
25/11/2025 09:31:34 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
25/11/2025 09:31:34 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
25/11/2025 09:31:34 - TYPE ERROR:CDbException
25/11/2025 09:31:34 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
25/11/2025 09:31:34 - Error File LINE:
25/11/2025 09:31:34 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
25/11/2025 09:31:34 - Error SOURCE CODE:
25/11/2025 09:31:34 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
25/11/2025 09:31:34 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
25/11/2025 09:31:54 - TYPE ERROR:CDbException
25/11/2025 09:31:54 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
25/11/2025 09:31:54 - Error File LINE:
25/11/2025 09:31:54 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
25/11/2025 09:31:54 - Error SOURCE CODE:
25/11/2025 09:31:54 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
25/11/2025 09:31:54 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
25/11/2025 09:34:05 - TYPE ERROR:CDbException
25/11/2025 09:34:05 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
25/11/2025 09:34:05 - Error File LINE:
25/11/2025 09:34:05 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
25/11/2025 09:34:05 - Error SOURCE CODE:
25/11/2025 09:34:05 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
25/11/2025 09:34:05 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
27/11/2025 14:48:55 - TYPE ERROR:CDbException
27/11/2025 14:48:55 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
27/11/2025 14:48:55 - Error File LINE:
27/11/2025 14:48:55 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
27/11/2025 14:48:55 - Error SOURCE CODE:
27/11/2025 14:48:55 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
27/11/2025 14:48:55 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
03/12/2025 08:40:37 - TYPE ERROR:CDbException
03/12/2025 08:40:37 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
03/12/2025 08:40:37 - Error File LINE:
03/12/2025 08:40:37 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
03/12/2025 08:40:37 - Error SOURCE CODE:
03/12/2025 08:40:37 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
03/12/2025 08:40:37 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
03/12/2025 08:42:50 - TYPE ERROR:CDbException
03/12/2025 08:42:50 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
03/12/2025 08:42:50 - Error File LINE:
03/12/2025 08:42:50 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
03/12/2025 08:42:50 - Error SOURCE CODE:
03/12/2025 08:42:50 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
03/12/2025 08:42:50 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
04/12/2025 01:19:49 - TYPE ERROR:CDbException
04/12/2025 01:19:49 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
04/12/2025 01:19:49 - Error File LINE:
04/12/2025 01:19:49 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
04/12/2025 01:19:49 - Error SOURCE CODE:
04/12/2025 01:19:49 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
04/12/2025 01:19:49 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
05/12/2025 06:49:21 - TYPE ERROR:CDbException
05/12/2025 06:49:21 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
05/12/2025 06:49:21 - Error File LINE:
05/12/2025 06:49:21 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
05/12/2025 06:49:21 - Error SOURCE CODE:
05/12/2025 06:49:21 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
05/12/2025 06:49:21 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
08/12/2025 15:09:16 - TYPE ERROR:CDbException
08/12/2025 15:09:16 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
08/12/2025 15:09:16 - Error File LINE:
08/12/2025 15:09:16 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
08/12/2025 15:09:16 - Error SOURCE CODE:
08/12/2025 15:09:16 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
08/12/2025 15:09:16 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
15/12/2025 00:44:41 - TYPE ERROR:CDbException
15/12/2025 00:44:41 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
15/12/2025 00:44:41 - Error File LINE:
15/12/2025 00:44:41 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
15/12/2025 00:44:41 - Error SOURCE CODE:
15/12/2025 00:44:41 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
15/12/2025 00:44:41 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
25/12/2025 07:35:11 - TYPE ERROR:CDbException
25/12/2025 07:35:11 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
25/12/2025 07:35:11 - Error File LINE:
25/12/2025 07:35:11 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
25/12/2025 07:35:11 - Error SOURCE CODE:
25/12/2025 07:35:11 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
25/12/2025 07:35:11 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
26/12/2025 16:36:54 - TYPE ERROR:CDbException
26/12/2025 16:36:54 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
26/12/2025 16:36:54 - Error File LINE:
26/12/2025 16:36:54 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
26/12/2025 16:36:54 - Error SOURCE CODE:
26/12/2025 16:36:54 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
26/12/2025 16:36:54 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
02/01/2026 20:52:24 - TYPE ERROR:CDbException
02/01/2026 20:52:24 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
02/01/2026 20:52:24 - Error File LINE:
02/01/2026 20:52:24 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
02/01/2026 20:52:24 - Error SOURCE CODE:
02/01/2026 20:52:24 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
02/01/2026 20:52:24 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
07/01/2026 09:47:19 - TYPE ERROR:CDbException
07/01/2026 09:47:19 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
07/01/2026 09:47:19 - Error File LINE:
07/01/2026 09:47:19 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
07/01/2026 09:47:19 - Error SOURCE CODE:
07/01/2026 09:47:19 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
07/01/2026 09:47:19 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
07/01/2026 11:52:38 - TYPE ERROR:CException
07/01/2026 11:52:38 - MESSAGE:The asset "/var/www/html/dev/ferrerocit/protected/extensions/yiibooster/assets" to be published does not exist.
07/01/2026 11:52:38 - Error File LINE:
07/01/2026 11:52:38 - /var/www/html/dev/yii/framework/web/CAssetManager.php(257)
07/01/2026 11:52:38 - Error SOURCE CODE:
07/01/2026 11:52:38 - 245 {
246 CFileHelper::copyDirectory($src,$dstDir,array(
247 'exclude'=>$this->excludeFiles,
248 'level'=>$level,
249 'newDirMode'=>$this->newDirMode,
250 'newFileMode'=>$this->newFileMode,
251 ));
252 }
253
254 return $this->_published[$path]=$this->getBaseUrl().'/'.$dir;
255 }
256 }
257 throw new CException(Yii::t('yii','The asset "{asset}" to be published does not exist.',
258 array('{asset}'=>$path)));
259 }
260
261 /**
262 * Returns the published path of a file path.
263 * This method does not perform any publishing. It merely tells you
264 * if the file or directory is published, where it will go.
265 * @param string $path directory or file path being published
266 * @param boolean $hashByName whether the published directory should be named as the hashed basename.
267 * If false, the name will be the hash taken from dirname of the path being published and path mtime.
268 * Defaults to false. Set true if the path being published is shared among
269 * different extensions.
07/01/2026 11:52:38 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/extensions/yiibooster/components/Booster.php
[line] => 413
[function] => publish
[class] => CAssetManager
[type] => ->
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/extensions/yiibooster/assets
[1] =>
[2] => -1
[3] =>
)
)
[1] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/extensions/yiibooster/components/packages.php
[line] => 14
[function] => getAssetsUrl
[class] => Booster
[type] => ->
[args] => Array
(
)
)
[2] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/extensions/yiibooster/components/Booster.php
[line] => 260
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/extensions/yiibooster/components/packages.php
)
[function] => require
)
[3] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/extensions/yiibooster/components/Booster.php
[line] => 246
[function] => appendUserSuppliedPackagesToOurs
[class] => Booster
[type] => ->
[args] => Array
(
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/extensions/yiibooster/components/Booster.php
[line] => 214
[function] => includeAssets
[class] => Booster
[type] => ->
[args] => Array
(
)
)
[5] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => Booster
[type] => ->
[args] => Array
(
)
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 530
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => booster
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 168
[function] => preloadComponents
[class] => CModule
[type] => ->
[args] => Array
(
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/YiiBase.php
[line] => 132
[function] => __construct
[class] => CApplication
[type] => ->
[args] => Array
(
[0] => Array
(
[name] => Framework SOPHIA 2 - FerreroCIT - Certificazioni Immagini per Template
[params] => Array
(
[adminEmail] => webmaster@sophiainformatica.it
[app_dateFormat] => d/m/Y
[app_dateFormat_jq] => dd/mm/yy
[multilanguage] => multilanguage
[intestazioneSocieta] => Sophia
)
[sourceLanguage] => xx
[language] => it
[preload] => Array
(
[0] => log
[1] => booster
[2] => kint
)
[import] => Array
(
[0] => application.models.*
[1] => application.components.*
[2] => application.modules.cruge.components.*
[3] => application.modules.cruge.extensions.crugemailer.*
[4] => application.vendors.phpexcel.PHPExcel
[5] => application.vendors.tcpdf.TCPDF
)
[modules] => Array
(
[gii] => Array
(
[class] => system.gii.GiiModule
[password] => aihpos
[ipFilters] => Array
(
[0] => 127.0.0.1
[1] => ::1
)
[generatorPaths] => Array
(
[0] => application.gii
)
)
[cruge] => Array
(
[superuserName] => superadmin
[tableprefix] => frm_cruge_
[availableAuthMethods] => Array
(
[0] => default
)
[availableAuthModes] => Array
(
[0] => username
[1] => email
)
[baseUrl] => http://coco.com/
[debug] =>
[rbacSetupEnabled] => 1
[allowUserAlways] =>
[useEncryptedPassword] => 1
[hash] => md5
[afterLoginUrl] => Array
(
[0] => /imgCertificazione/admin
)
[afterLogoutUrl] =>
[afterSessionExpiredUrl] => Array
(
[0] => /site/login_scaduto
)
[loginLayout] => //layouts/column2
[registrationLayout] => //layouts/column2
[activateAccountLayout] => //layouts/column2
[editProfileLayout] => //layouts/column2
[generalUserManagementLayout] => ui
[userDescriptionFieldsArray] => Array
(
[0] => email
)
)
)
[components] => Array
(
[kint] => Array
(
[class] => ext.Kint.Kint
)
[widgetFactory] => Array
(
[class] => WidgetFactory
[onAfterCreateWidget] => Closure Object
(
[static] => Array
(
[defaultPageSize] => 10
)
[this] => CWebApplication Object
(
[defaultController] => cruge/ui/login
[layout] => main
[controllerMap] => Array
(
)
[catchAllRequest] =>
[controllerNamespace] =>
[_controllerPath:CWebApplication:private] =>
[_viewPath:CWebApplication:private] => /var/www/html/dev/ferrerocit/protected/views
[_systemViewPath:CWebApplication:private] => /var/www/html/dev/ferrerocit/protected/views/system
[_layoutPath:CWebApplication:private] =>
[_controller:CWebApplication:private] =>
[_theme:CWebApplication:private] => CTheme Object
(
[_name:CTheme:private] => classic
[_basePath:CTheme:private] => /var/www/html/dev/ferrerocit/themes/classic
[_baseUrl:CTheme:private] => /ferrerocit/themes/classic
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[name] => Framework SOPHIA 2 - FerreroCIT - Certificazioni Immagini per Template
[charset] => UTF-8
[sourceLanguage] => xx
[localeClass] => CLocale
[_id:CApplication:private] =>
[_basePath:CApplication:private] => /var/www/html/dev/ferrerocit/protected
[_runtimePath:CApplication:private] =>
[_extensionPath:CApplication:private] =>
[_globalState:CApplication:private] =>
[_stateChanged:CApplication:private] =>
[_ended:CApplication:private] =>
[_language:CApplication:private] => it
[_homeUrl:CApplication:private] =>
[preload] => Array
(
[0] => log
[1] => booster
[2] => kint
)
[behaviors] => Array
(
)
[_parentModule:CModule:private] =>
[_modulePath:CModule:private] => /var/www/html/dev/ferrerocit/protected/modules
[_params:CModule:private] => CAttributeCollection Object
(
[caseSensitive] => 1
[_d:CMap:private] => Array
(
[adminEmail] => webmaster@sophiainformatica.it
[app_dateFormat] => d/m/Y
[app_dateFormat_jq] => dd/mm/yy
[multilanguage] => multilanguage
[intestazioneSocieta] => Sophia
)
[_r:CMap:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_modules:CModule:private] => Array
(
)
[_moduleConfig:CModule:private] => Array
(
[gii] => Array
(
[class] => system.gii.GiiModule
[password] => aihpos
[ipFilters] => Array
(
[0] => 127.0.0.1
[1] => ::1
)
[generatorPaths] => Array
(
[0] => application.gii
)
)
[cruge] => Array
(
[superuserName] => superadmin
[tableprefix] => frm_cruge_
[availableAuthMethods] => Array
(
[0] => default
)
[availableAuthModes] => Array
(
[0] => username
[1] => email
)
[baseUrl] => http://coco.com/
[debug] =>
[rbacSetupEnabled] => 1
[allowUserAlways] =>
[useEncryptedPassword] => 1
[hash] => md5
[afterLoginUrl] => Array
(
[0] => /imgCertificazione/admin
)
[afterLogoutUrl] =>
[afterSessionExpiredUrl] => Array
(
[0] => /site/login_scaduto
)
[loginLayout] => //layouts/column2
[registrationLayout] => //layouts/column2
[activateAccountLayout] => //layouts/column2
[editProfileLayout] => //layouts/column2
[generalUserManagementLayout] => ui
[userDescriptionFieldsArray] => Array
(
[0] => email
)
[class] => cruge.CrugeModule
)
)
[_components:CModule:private] => Array
(
[clientScript] => CClientScript Object
(
[enableJavaScript] => 1
[scriptMap] => Array
(
)
[packages] => Array
(
)
[corePackages] =>
[scripts] => Array
(
)
[cssFiles:protected] => Array
(
)
[scriptFiles:protected] => Array
(
)
[metaTags:protected] => Array
(
)
[linkTags:protected] => Array
(
)
[css:protected] => Array
(
)
[hasScripts:protected] =>
[coreScripts:protected] => Array
(
)
[coreScriptPosition] => 0
[defaultScriptFilePosition] => 0
[defaultScriptPosition] => 4
[_baseUrl:CClientScript:private] =>
[behaviors] => Array
(
)
[_initialized:CApplicationComponent:private] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[assetManager] => CAssetManager Object
(
[linkAssets] =>
[excludeFiles] => Array
(
[0] => .svn
[1] => .gitignore
)
[newFileMode] => 438
[newDirMode] => 511
[forceCopy] =>
[_basePath:CAssetManager:private] =>
[_baseUrl:CAssetManager:private] =>
[_published:CAssetManager:private] => Array
(
)
[behaviors] => Array
(
)
[_initialized:CApplicationComponent:private] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[coreMessages] => CPhpMessageSource Object
(
[cachingDuration] => 0
[cacheID] => cache
[basePath] => /var/www/html/dev/yii/framework/messages
[extensionPaths] => Array
(
)
[_files:CPhpMessageSource:private] => Array
(
[yii] => Array
(
[it] => /var/www/html/dev/yii/framework/messages/it/yii.php
)
)
[forceTranslation] =>
[_language:CMessageSource:private] => en_us
[_messages:CMessageSource:private] => Array
(
[it.yii] => Array
(
[CHttpRequest is unable to determine the path info of the request.] => CHttpRequest non può determinare le informazioni sul path della richiesta.
[CHttpRequest is unable to determine the request URI.] => CHttpRequest non può determinare l'URI richiesto.
[CXCache requires PHP XCache extension to be loaded.] => CXCache richiede che l'estensione XCache di PHP sia caricata.
[Cannot add "{name}" as a child of itself.] => Non si può aggiungere "{name}" come figlio di se stesso.
[The column "{column}" is not a foreign key in table "{table}".] => La colonna "{column}" non è una chiave esterna nella tabella "{table}".
[{class} does not have attribute "{attribute}".] => {class} non ha un attributo "{attribute}".
[{class} does not have relation "{name}".] => {class} non ha una relazione "{name}".
[{class} does not support fetching all table names.] => {class} non supporta l'ottenimento di tutti i nomi delle tabelle.
["{path}" is not a valid directory.] => "{path}" non è una cartella valida.
[Active Record requires a "db" CDbConnection application component.] => Active Record richiede un componente applicativo "db" di tipo CDbConnection.
[Active record "{class}" has an invalid configuration for relation "{relation}". It must specify the relation type, the related active record class and the foreign key.] => L'active record "{class}" ha una configurazione non valida per la relazione "{relation}". Devono essere specificati il tipo di relazione, l'active record relazionato e la chiave esterna.
[Active record "{class}" is trying to select an invalid column "{column}". Note, the column must exist in the table or be an expression with alias.] => Active record "{class}" sta cercando di selezionare la colonna non valida "{column}". Nota, la colonna deve esistere nella tabella o essere un'espressione con alias.
[Alias "{alias}" is invalid. Make sure it points to an existing directory or file.] => L'alias "{alias}" non è valido. Verificare che punti ad una cartella o file esistente.
[Application base path "{path}" is not a valid directory.] => Il percorso base dell'applicazione "{path}" non è una cartella valida.
[Application runtime path "{path}" is not valid. Please make sure it is a directory writable by the Web server process.] => Il percorso di runtime dell'applicazione "{path}" non è valido. Verificare che sia una cartella con permesso di scrittura per il processo del Web server.
[Authorization item "{item}" has already been assigned to user "{user}".] => L'elemento di autorizzazione "{item}" è stato assegnato all'utente "{user}".
[CApcCache requires PHP apc extension to be loaded.] => CApcCache richiede che l'estensione apc di PHP sia caricata.
[CAssetManager.basePath "{path}" is invalid. Please make sure the directory exists and is writable by the Web server process.] => CAssetManager.basePath "{path}" non è valido. Verificare che la cartella esista e abbia permesso di scrittura per il processo del Web server.
[CCacheHttpSession.cacheID is invalid. Please make sure "{id}" refers to a valid cache application component.] => CCacheHttpSession.cacheID non è valido. Verifica che "{id}" si riferisca ad un componente applicativo cache valido.
[CCaptchaValidator.action "{id}" is invalid. Unable to find such an action in the current controller.] => CCaptchaValidator.action "{id}" non è valido. Non si è potuto trovare tale azione nell'attuale controller.
[CDbAuthManager.connectionID "{id}" is invalid. Please make sure it refers to the ID of a CDbConnection application component.] => CDbAuthManager.connectionID "{id}" non è valido. Verificare che si riferisca all'ID di un componente applicativo CDbConnection.
[CDbCache.connectionID "{id}" is invalid. Please make sure it refers to the ID of a CDbConnection application component.] => CDbCache.connectionID "{id}" non valido. Verificare che si riferisca all'ID di un componente applicativo CDbConnection.
[CDbCacheDependency.sql cannot be empty.] => CDbCacheDependency.sql non può essere vuoto.
[CDbCommand failed to execute the SQL statement: {error}] => CDbCommand ha riportato un errore nell'esecuzione della query SQL: {error}
[CDbCommand failed to prepare the SQL statement: {error}] => CDbCommand ha riportato un errore nella preparazione della query SQL: {error}
[CDbConnection does not support reading schema for {driver} database.] => CDbConnection non supporta la lettura dello schema per DB {driver}.
[CDbConnection failed to open the DB connection: {error}] => CDbConnection ha riportato un errore nell'apertura della connessione al DB: {error}
[CDbConnection is inactive and cannot perform any DB operations.] => CDbConnection è inattiva e non può realizzare alcuna operazione con il DB.
[CDbConnection.connectionString cannot be empty.] => CDbConnection.connectionString non può essere vuoto
[CDbDataReader cannot rewind. It is a forward-only reader.] => CDbDataReader non può tornare indietro. E' un lettore che può solo avanzare.
[CDbHttpSession.connectionID "{id}" is invalid. Please make sure it refers to the ID of a CDbConnection application component.] => CDbHttpSession.connectionID "{id}" non valido. Verificare che si riferisca all'ID di un componente applicativo CDbConnection
[CDbLogRoute requires database table "{table}" to store log messages.] => CDbLogRoute richiede la tabella "{table}" del DB per salvare i messaggi di log.
[CDbLogRoute.connectionID "{id}" does not point to a valid CDbConnection application component.] => CDbLogRoute.connectionID "{id}" non punta ad un componente applicativo CDbConnection valido.
[CDbMessageSource.connectionID is invalid. Please make sure "{id}" refers to a valid database application component.] => CDbMessageSource.connectionID non è valido. Verificare che "{id}" si riferisca ad un componente applicativo DB valido.
[CDbTransaction is inactive and cannot perform commit or roll back operations.] => CDbTransaction è inattiva e non può realizzare le operazioni di commit e roll back.
[CDirectoryCacheDependency.directory cannot be empty.] => CDirectoryCacheDependency.directory non può essere vuoto.
[CFileCacheDependency.fileName cannot be empty.] => CFileCacheDependency.fileName non può essere vuoto.
[CFileLogRoute.logPath "{path}" does not point to a valid directory. Make sure the directory exists and is writable by the Web server process.] => CFileLogRoute.logPath "{path}" no punta ad una cartella valida. Verificare che la cartella esista e abbia permesso di scrittura per il processo del Web server.
[CFilterChain can only take objects implementing the IFilter interface.] => CFilterChain può solamente prendere oggetti che implementino l'interfaccia IFilter.
[CFlexWidget.baseUrl cannot be empty.] => CFlexWidget.baseUrl non può essere vuoto.
[CFlexWidget.name cannot be empty.] => CFlexWidget.name non può essere vuoto.
[CGlobalStateCacheDependency.stateName cannot be empty.] => CGlobalStateCacheDependency.stateName non può essere vuoto.
[CHttpCookieCollection can only hold CHttpCookie objects.] => CHttpCookieCollection può contenere solo oggetti CHttpCookie.
[CHttpRequest is unable to determine the entry script URL.] => CHttpRequest non può determinare l'URL dello script di entry.
[CHttpSession.cookieMode can only be "none", "allow" or "only".] => CHttpSession.cookieMode può essere solo "none", "allow" o "only".
[CHttpSession.gcProbability "{value}" is invalid. It must be an integer between 0 and 100.] => CHttpSession.gcProbability "{value}" non è valido. Deve essere un intero compreso tra 0 e 100.
[CHttpSession.savePath "{path}" is not a valid directory.] => CHttpSession.savePath "{path}" non è una cartella valida.
[CMemCache requires PHP memcache extension to be loaded.] => CMemCache richiede che l'estensione memcache di PHP sia caricata.
[CMemCache server configuration must be an array.] => La configurazione del server CMemCache deve essere un array.
[CMemCache server configuration must have "host" value.] => La configurazione del server CMemCache deve specificare un valore "host".
[CMultiFileUpload.name is required.] => CMultiFileUpload.name è richiesto
[CProfileLogRoute found a mismatching code block "{token}". Make sure the calls to Yii::beginProfile() and Yii::endProfile() be properly nested.] => CProfileLogRoute ha trovato un blocco di codice "{token}" disallineato. Verificare che le chiamate a Yii::beginProfile() e a Yii::endProfile() siano correttamente annidate.
[CProfileLogRoute.report "{report}" is invalid. Valid values include "summary" and "callstack".] => CProfileLogRoute.report "{report}" non è valido. I valori validi includono "summary" e "callstack".
[CSecurityManager requires PHP mcrypt extension to be loaded in order to use data encryption feature.] => CSecurityManager richiede che l'estensione mcrypt di PHP sia caricata per utilizzare l'opzione di crittografia dei dati.
[CSecurityManager.encryptionKey cannot be empty.] => CSecurityManager.encryptionKey non può essere vuoto.
[CSecurityManager.validation must be either "MD5" or "SHA1".] => CSecurityManager.validation deve essere "MD5" o "SHA1".
[CSecurityManager.validationKey cannot be empty.] => CSecurityManager.validationKey non può essere vuoto.
[CTypedList<{type}> can only hold objects of {type} class.] => CTypedList<{type}> può contenere solo oggetti della classe {type}.
[CUrlManager.UrlFormat must be either "path" or "get".] => CUrlManager.UrlFormat deve essere "path" o "get".
[Cache table "{tableName}" does not exist.] => La tabella di cache "{tableName}" non esiste.
[Cannot add "{child}" as a child of "{name}". A loop has been detected.] => Non si può aggiungere "{child}" come figlio di "{name}". E' stato individuato un ciclo.
[Cannot add "{child}" as a child of "{parent}". A loop has been detected.] => Non si può aggiungere "{child}" come figlio di "{parent}". E' stato individuato un ciclo.
[Cannot add an item of type "{child}" to an item of type "{parent}".] => Non si può aggiungere un elemento di tipo "{child}" ad uno di tipo "{parent}".
[Either "{parent}" or "{child}" does not exist.] => "{parent}" o "{child}" non esistono
[Error: Table "{table}" does not have a primary key.] => Errore: La tabella "{table}" non ha una chiave primaria.
[Error: Table "{table}" has a composite primary key which is not supported by crud command.] => Errore: La tabella "{table}" non ha una chiave primaria composta che non è supportata dal comando crud.
[Event "{class}.{event}" is attached with an invalid handler "{handler}".] => L'evento "{class}"."{event}" è associato ad un handler "{handler}" non valido.
[Event "{class}.{event}" is not defined.] => L'evento "{class}"."{event}" non è definito.
[Failed to write the uploaded file "{file}" to disk.] => Fallimento nella scrittura su disco del file caricato "{file}".
[File upload was stopped by extension.] => Carimento del file "{file}" interrotto a causa dell'estensione.
[Filter "{filter}" is invalid. Controller "{class}" does have the filter method "filter{filter}".] => Il filtro "{filter} non è valido. Il controller "{class}" non contiene il metodo di filter "filter{filter}".
[Get a new code] => Procurasi un codice nuovo
[Invalid MO file revision: {revision}.] => Revisione del file MO non valida: {revision}.
[Invalid MO file: {file} (magic: {magic}).] => File MO non valido: {file} (magic: {magic}).
[Invalid enumerable value "{value}". Please make sure it is among ({enum}).] => Valore enumerabile non valido "{value}". Verificare che sia entro ({enum}).
[List data must be an array or an object implementing Traversable.] => I dati della lista devono essere un array o un oggetto che implementi Traversable.
[List index "{index}" is out of bound.] => L'indice della lista "{index}" è fuori dai limiti.
[Login Required] => Login richiesto.
[Map data must be an array or an object implementing Traversable.] => I dati di map devono essere un array o un oggetto che implementi Traversable.
[Missing the temporary folder to store the uploaded file "{file}".] => Impossibile trovare la cartella temporanea per effettuare il carimento del file "{file}".
[No columns are being updated for table "{table}".] => Nessuna colonna è stata aggiornata per la tabella "{table}".
[No counter columns are being updated for table "{table}".] => Nessuna contatore di colonna è stata aggiornata per la tabella "{table}".
[Object configuration must be an array containing a "class" element.] => La configurazione dell'oggetto deve essere un array contenente un elemento "class".
[Please fix the following input errors:] => Per favore, correggere i seguenti errori di input:
[Property "{class}.{property}" is not defined.] => La proprietà "{class}"."{property}" non è definita.
[Property "{class}.{property}" is read only.] => La proprietà "{class}"."{property}" è di sola lettura.
[Queue data must be an array or an object implementing Traversable.] => I dati della coda devono essere un array o un oggetto che implementi Traversable.
[Relation "{name}" is not defined in active record class "{class}".] => La relazione "{name}" non è definita nella classe active record "{class}".
[Stack data must be an array or an object implementing Traversable.] => I dati della pila devono essere un array o un oggetto che implementi Traversable.
[Table "{table}" does not have a column named "{column}".] => La tabella "{table}" non contiene la colonna "{column}".
[Table "{table}" does not have a primary key defined.] => La tabella "{table}" non ha definita nessuna chiave primaria.
[The "filter" property must be specified with a valid callback.] => La proprietà "filter" deve essere specificata con un callback valido.
[The "pattern" property must be specified with a valid regular expression.] => La proprietà "pattern" deve essere specificata come una espressione regolare valida.
[The "view" property is required.] => La proprietà "view" è richiesta.
[The CSRF token could not be verified.] => Il token CSRF non può essere verificato.
[The URL pattern "{pattern}" for route "{route}" is not a valid regular expression.] => Il formato dell'URL "{pattern}" per il percorso "{route}" non è un'espressione regolare valida.
[The active record cannot be deleted because it is new.] => L'active record non può essere eliminato perchè è nuovo.
[The active record cannot be inserted to database because it is not new.] => L'active record non può essere inserito nel DB perchè non è nuovo.
[The active record cannot be updated because it is new.] => L'active record non può essere aggiornato perchè è nuovo.
[The asset "{asset}" to be pulished does not exist.] => El asset "{asset} che deve essere pubblicato non esiste.
[The command path "{path}" is not a valid directory.] => Il percorso del comando "{path}" non è una cartella valida.
[The controller path "{path}" is not a valid directory.] => Il percorso del controller "{path}" non è una cartella valida.
[The file "{file}" cannot be uploaded. Only files with these extensions are allowed: {extensions}.] => Il caricamento del file "{file}" non può essere effettuato. Solo i file con le seguenti estensioni sono permessi: {extensions}.
[The file "{file}" is too large. Its size cannot exceed {limit} bytes.] => Il file "{file}" è troppo grande. La dimensione non può superare {limit} bytes.
[The file "{file}" is too small. Its size cannot be smaller than {limit} bytes.] => Il file "{file}" è troppo piccol. La dimensione deve essere di almeno {limit} bytes.
[The file "{file}" was only partially uploaded.] => Il file "{file}" è stato caricato parzialmente.
[The first element in a filter configuration must be the filter class.] => Il primo elemento nella configurazione di un filtro deve essere la classe del filtro.
[The item "{name}" does not exist.] => L'elemento "{name}" non esiste.
[The item "{parent}" already has a child "{child}".] => L'elemento "{parent}" contiene già un figlio "{child}".
[The layout path "{path}" is not a valid directory.] => Il percorso del layout "{path}" non è una cartella valida.
[The list is read only.] => La lista è di sola lettura
[The map is read only.] => Il map è di sola lettura
[The pattern for 12 hour format must be "h" or "hh".] => Il formato per le 12 ore deve essere "h" o "hh".
[The pattern for 24 hour format must be "H" or "HH".] => Il formato per le 24 ore deve essere "H" o "HH".
[The pattern for AM/PM marker must be "a".] => Il formato per l'indicatore AM/PM deve essere "a".
[The pattern for day in month must be "F".] => Il formato per il giorno nel mese deve essere "F".
[The pattern for day in year must be "D", "DD" or "DDD".] => Il formato per il giorno nell'anno deve essere "D", "DD", "DDD".
[The pattern for day of the month must be "d" or "dd".] => Il formato per il giorno del mese deve essere "d" o "dd".
[The pattern for day of the week must be "E", "EE", "EEE", "EEEE" or "EEEEE".] => Il formato per il giorno della settimana deve essere "E", "EE", "EEE", "EEEE" o "EEEEE".
[The pattern for era must be "G", "GG", "GGG", "GGGG" or "GGGGG".] => Il formato per l'era deve essere "G", "GG", "GGG", "GGGG" o "GGGGG".
[The pattern for hour in AM/PM must be "K" or "KK".] => Il formato per l'ora in AM/PM deve essere "K" o "KK".
[The pattern for hour in day must be "k" or "kk".] => Il formato per l'ore nel giorno deve essere "k" o "kk".
[The pattern for minutes must be "m" or "mm".] => Il formato per i minuti deve essere "m" o "mm".
[The pattern for month must be "M", "MM", "MMM", or "MMMM".] => Il formato per il mese deve essere "M", "MM", "MMM" o "MMMM".
[The pattern for seconds must be "s" or "ss".] => Il formato per i secondi deve essere "s" o "ss".
[The pattern for time zone must be "z" or "v".] => Il formato per la timezone deve essere "z" o "v".
[The pattern for week in month must be "W".] => Il formato per la settimana nel mese deve essere "W".
[The pattern for week in year must be "w".] => Il formato per la settimana nell'anno deve essere "w".
[The queue is empty.] => La coda è vuota
[The relation "{relation}" in active record class "{class}" is not specified correctly: the join table "{joinTable}" given in the foreign key cannot be found in the database.] => La relazione "{relation}" nella classe active record "{class}" non è specificata correttamente: la tabla di join "{joinTable}" specificata nella chiave esterna non può essere trovata nel DB.
[The relation "{relation}" in active record class "{class}" is specified with an incomplete foreign key. The foreign key must consist of columns referencing both joining tables.] => La relazione "{relation}" nella classe active record "{class}" è specificata con una chiave esterna non completa. La chiave esterna deve consistere nelle colonne che referenziano entrambe le tabelle di join.
[The relation "{relation}" in active record class "{class}" is specified with an invalid foreign key "{key}". The foreign key does not point to either joining table.] => La relazione "{relation}" nella classe active record "{class}" è specificata con una chiave esterna non valida "{key}". La chiave esterna non punta a nessuna tabella di join.
[The relation "{relation}" in active record class "{class}" is specified with an invalid foreign key. The format of the foreign key must be "joinTable(fk1,fk2,...)".] => La relazione "{relation}" nella classe active record "{class}" è specificata con una chiave esterna non valida. Il formato della chiave esterna deve essere "joinTable(fk1,fk2,...)".
[The requested controller "{controller}" does not exist.] => Il controller "{controller}" richiesto non esiste.
[The requested view "{name}" is not found.] => Impossibile trovare la vista "{name}" richiesta.
[The stack is empty.] => La pila è vuota
[The system is unable to find the requested action "{action}".] => Il sistema non ha potuto trovare l'azione "{action}" richiesta.
[The system view path "{path}" is not a valid directory.] => Il percorso della vista di sistema "{path}" non è una cartella valida.
[The table "{table}" for active record class "{class}" cannot be found in the database.] => La tabella "{table}" definita nella classe active record "{class}" non è presente nel DB.
[The value for the primary key "{key}" is not supplied when querying the table "{table}".] => Il valore della chiave primaria "{key}" non è stato fornito per interrogare la tabella "{table}".
[The verification code is incorrect.] => Il codice di verifica non è corretto.
[The view path "{path}" is not a valid directory.] => Il percorso della vista "{path}" non è una cartella valida.
[Theme directory "{directory}" does not exist.] => La cartella dei temi "{directory}" non esiste.
[This content requires the Adobe Flash Player.] => Il contenuto richiede Adobe Flash Player.
[Unable to add an item whose name is the same as an existing item.] => Non si può aggiungere un elemento il cui nome sia lo stesso di quello di un altro elemento.
[Unable to change the item name. The name "{name}" is already used by another item.] => Impossibile cambiare il nome dell'elemento. Il nome "{name}" è già utilizzato da un altro elemento.
[Unable to create application state file "{file}". Make sure the directory containing the file exists and is writable by the Web server process.] => Impossibile creare il file di stato dell'applicazione "{file}". Verificare che la cartella che contiene il file esista e abbia permesso di scrittura per il processo del Web server.
[Unable to find the decorator view "{view}".] => Impossibile trovare la vista del decoratore "{view}".
[Unable to find the list item.] => Impossibile trovare l'item della lista.
[Unable to lock file "{file}" for reading.] => Impossibile avere il lock sul file "{file}" per la lettura.
[Unable to lock file "{file}" for writing.] => Impossibile avere il lock sul "{file}" per la scrittura.
[Unable to read file "{file}".] => Impossibile leggere il file "{file}".
[Unable to replay the action "{object}.{method}". The method does not exist.] => Impossibile replicare l'azione "{object}.{method}". Il metodo è inesistente.
[Unable to write file "{file}".] => Impossibile scrivere il file "{file}".
[Unknown authorization item "{name}".] => Elemento di autorizzazione "{name}" sconosciuto.
[Unrecognized locale "{locale}".] => Localizzazione non riconosciuta "{locale}".
[View file "{file}" does not exist.] => Il file della vista "{file}" non esiste.
[Yii application can only be created once.] => Si può creare una sola applicazione Yii.
[You are not authorized to perform this action.] => Non si ha l'autorizzazione ad effettuare l'operazione.
[Your request is not valid.] => La richiesta non è valida.
[{attribute} "{value}" has already been taken.] => {attribute} "{value}" è già stato preso.
[{attribute} cannot be blank.] => {attribute} non può essere nullo.
[{attribute} is invalid.] => {attribute} non è valido.
[{attribute} is not a valid URL.] => {attribute} non è un URL valido.
[{attribute} is not a valid email address.] => {attribute} non è una email valida.
[{attribute} is not in the list.] => {attribute} non è nella lista.
[{attribute} is of the wrong length (should be {length} characters).] => {attribute} è della lunghezza sbagliata (deve essere di {length} caratteri)
[{attribute} is too big (maximum is {max}).] => {attribute} è troppo grande (il massimo è {max}).
[{attribute} is too long (maximum is {max} characters).] => {attribute} è troppo lungo (il massimo è di {max} caratteri)
[{attribute} is too short (minimum is {min} characters).] => {attribute} è troppo corto (il minimo è di {min} caratteri)
[{attribute} is too small (minimum is {min}).] => {attribute} è troppo piccolo (il minimo è {min}).
[{attribute} must be a number.] => {attribute} deve essere un numero.
[{attribute} must be an integer.] => {attribute} deve essere un intero.
[{attribute} must be repeated exactly.] => {attribute} deve essere ripetuto esattamente.
[{attribute} must be {type}.] => {attribute} deve essere {type}.
[{attribute} must be {value}.] => {attribute} deve essere {value}.
[{className} does not support add() functionality.] => {className} non supporta la funzionalità add().
[{className} does not support delete() functionality.] => {className} non supporta la funzionalità delete().
[{className} does not support flush() functionality.] => {className} non supporta la funzionalità flush().
[{className} does not support get() functionality.] => {className} non supporta la funzionalità get().
[{className} does not support set() functionality.] => {className} non supporta la funzionalità set().
[{class} does not have attribute "{name}".] => {class} non contiene l'attributo "{name}".
[{class} has an invalid validation rule. The rule must specify attributes to be validated and the validator name.] => {class} ha una regola di validazione non valida. La regola deve specificare gli attributi che devono essere validati e il nome del validatore.
[{class} must specify "model" and "attribute" or "name" property values.] => {class} deve specificare i valori delle proprietà "model" e "attribute" oppure "name".
[{class}.allowAutoLogin must be set true in order to use cookie-based authentication.] => {class}.allowAutoLogin deve essere impostato a true per utilizzare l'autenticazione basata su cookie.
[{class}::authenticate() must be implemented.] => {class}::authenticate() deve essere implementata.
[{controller} cannot find the requested view "{view}".] => {controller} non ha potuto trovare la vista "{view}" richiesta.
[{controller} contains improperly nested widget tags in its view "{view}". A {widget} widget does not have an endWidget() call.] => {controller} contiene tag nella vista "{view}" non correttamente annidati. {widget} widget non contiene la chiamata a endWidget().
[{controller} has an extra endWidget({id}) call in its view.] => {controller} contiene una chiamata extra a endWidget({id}) all'interno della sua vista.
[{widget} cannot find the view "{view}".] => {widget} non trova la vista "{view}".
[< Previous] => < Precedente
[<< First] => << Primo
[Go to page: ] => Vai alla pagina:
[Last >>] => Ultimo >>
[Next >] => Successivo >
)
)
[behaviors] => Array
(
)
[_initialized:CApplicationComponent:private] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[errorHandler] => CErrorHandler Object
(
[maxSourceLines] => 25
[maxTraceSourceLines] => 10
[adminInfo] => the webmaster
[discardOutput] => 1
[errorAction] => site/error
[_error:CErrorHandler:private] => Array
(
[code] => 500
[type] => CException
[errorCode] => 0
[message] => The asset "/var/www/html/dev/ferrerocit/protected/extensions/yiibooster/assets" to be published does not exist.
[file] => /var/www/html/dev/yii/framework/web/CAssetManager.php
[line] => 257
[trace] => #0 /var/www/html/dev/ferrerocit/protected/extensions/yiibooster/components/Booster.php(413): CAssetManager->publish('/var/www/html/d...', false, -1, false)
#1 /var/www/html/dev/ferrerocit/protected/extensions/yiibooster/components/packages.php(14): Booster->getAssetsUrl()
#2 /var/www/html/dev/ferrerocit/protected/extensions/yiibooster/components/Booster.php(260): require('/var/www/html/d...')
#3 /var/www/html/dev/ferrerocit/protected/extensions/yiibooster/components/Booster.php(246): Booster->appendUserSuppliedPackagesToOurs()
#4 /var/www/html/dev/ferrerocit/protected/extensions/yiibooster/components/Booster.php(214): Booster->includeAssets()
#5 /var/www/html/dev/yii/framework/base/CModule.php(394): Booster->init()
#6 /var/www/html/dev/yii/framework/base/CModule.php(530): CModule->getComponent('booster')
#7 /var/www/html/dev/yii/framework/base/CApplication.php(168): CModule->preloadComponents()
#8 /var/www/html/dev/yii/framework/YiiBase.php(132): CApplication->__construct(Array)
#9 /var/www/html/dev/yii/framework/YiiBase.php(105): YiiBase::createApplication('CWebApplication', '/var/www/html/d...')
#10 /var/www/html/dev/ferrerocit/index.php(39): YiiBase::createWebApplication('/var/www/html/d...')
#11 {main}
[traces] => Array
*RECURSION*
)
[_exception:CErrorHandler:private] => CException Object
(
[message:protected] => The asset "/var/www/html/dev/ferrerocit/protected/extensions/yiibooster/assets" to be published does not exist.
[string:Exception:private] => CException: The asset "/var/www/html/dev/ferrerocit/protected/extensions/yiibooster/assets" to be published does not exist. in /var/www/html/dev/yii/framework/web/CAssetManager.php:257
Stack trace:
#0 /var/www/html/dev/ferrerocit/protected/extensions/yiibooster/components/Booster.php(413): CAssetManager->publish('/var/www/html/d...', false, -1, false)
#1 /var/www/html/dev/ferrerocit/protected/extensions/yiibooster/components/packages.php(14): Booster->getAssetsUrl()
#2 /var/www/html/dev/ferrerocit/protected/extensions/yiibooster/components/Booster.php(260): require('/var/www/html/d...')
#3 /var/www/html/dev/ferrerocit/protected/extensions/yiibooster/components/Booster.php(246): Booster->appendUserSuppliedPackagesToOurs()
#4 /var/www/html/dev/ferrerocit/protected/extensions/yiibooster/components/Booster.php(214): Booster->includeAssets()
#5 /var/www/html/dev/yii/framework/base/CModule.php(394): Booster->init()
#6 /var/www/html/dev/yii/framework/base/CModule.php(530): CModule->getComponent('booster')
#7 /var/www/html/dev/yii/framework/base/CApplication.php(168): CModule->preloadComponents()
#8 /var/www/html/dev/yii/framework/YiiBase.php(132): CApplication->__construct(Array)
#9 /var/www/html/dev/yii/framework/YiiBase.php(105): YiiBase::createApplication('CWebApplication', '/var/www/html/d...')
#10 /var/www/html/dev/ferrerocit/index.php(39): YiiBase::createWebApplication('/var/www/html/d...')
#11 {main}
[code:protected] => 0
[file:protected] => /var/www/html/dev/yii/framework/web/CAssetManager.php
[line:protected] => 257
[trace:Exception:private] => Array
(
[0] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/extensions/yiibooster/components/Booster.php
[line] => 413
[function] => publish
[class] => CAssetManager
[type] => ->
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/extensions/yiibooster/assets
[1] =>
[2] => -1
[3] =>
)
)
[1] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/extensions/yiibooster/components/packages.php
[line] => 14
[function] => getAssetsUrl
[class] => Booster
[type] => ->
[args] => Array
(
)
)
[2] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/extensions/yiibooster/components/Booster.php
[line] => 260
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/extensions/yiibooster/components/packages.php
)
[function] => require
)
[3] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/extensions/yiibooster/components/Booster.php
[line] => 246
[function] => appendUserSuppliedPackagesToOurs
[class] => Booster
[type] => ->
[args] => Array
(
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/extensions/yiibooster/components/Booster.php
[line] => 214
[function] => includeAssets
[class] => Booster
[type] => ->
[args] => Array
(
)
)
[5] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => Booster
[type] => ->
[args] => Array
(
)
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 530
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => booster
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 168
[function] => preloadComponents
[class] => CModule
[type] => ->
[args] => Array
(
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/YiiBase.php
[line] => 132
[function] => __construct
[class] => CApplication
[type] => ->
[args] => Array
*RECURSION*
)
[9] => Array
(
[file] => /var/www/html/dev/yii/framework/YiiBase.php
[line] => 105
[function] => createApplication
[class] => YiiBase
[type] => ::
[args] => Array
(
[0] => CWebApplication
[1] => /var/www/html/dev/ferrerocit/protected/config/main.php
)
)
[10] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 39
[function] => createWebApplication
[class] => YiiBase
[type] => ::
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/config/main.php
)
)
)
[previous:Exception:private] =>
)
[behaviors] => Array
(
)
[_initialized:CApplicationComponent:private] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[request] => CHttpRequest Object
(
[jsonAsArray] => 1
[enableCookieValidation] =>
[enableCsrfValidation] =>
[csrfTokenName] => YII_CSRF_TOKEN
[csrfCookie] =>
[_requestUri:CHttpRequest:private] =>
[_pathInfo:CHttpRequest:private] =>
[_scriptFile:CHttpRequest:private] => /var/www/html/dev/ferrerocit/index.php
[_scriptUrl:CHttpRequest:private] => /ferrerocit/index.php
[_hostInfo:CHttpRequest:private] =>
[_baseUrl:CHttpRequest:private] => /ferrerocit
[_cookies:CHttpRequest:private] =>
[_preferredAcceptTypes:CHttpRequest:private] =>
[_preferredLanguages:CHttpRequest:private] =>
[_csrfToken:CHttpRequest:private] =>
[_restParams:CHttpRequest:private] =>
[_httpVersion:CHttpRequest:private] => 1.1
[_port:CHttpRequest:private] =>
[_securePort:CHttpRequest:private] =>
[behaviors] => Array
(
)
[_initialized:CApplicationComponent:private] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[themeManager] => CThemeManager Object
(
[themeClass] => CTheme
[_basePath:CThemeManager:private] => /var/www/html/dev/ferrerocit/themes
[_baseUrl:CThemeManager:private] => /ferrerocit/themes
[behaviors] => Array
(
)
[_initialized:CApplicationComponent:private] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_componentConfig:CModule:private] => Array
(
[coreMessages] => Array
(
[class] => CPhpMessageSource
[language] => en_us
[basePath] => /var/www/html/dev/yii/framework/messages
)
[db] => Array
(
[class] => CDbConnection
[connectionString] => mysql:host=localhost;dbname=ferrerocit
[emulatePrepare] => 1
[enableParamLogging] =>
[username] => SOPHIADeveloper
[password] => UkF671Grj511
[charset] => utf8
)
[messages] => Array
(
[class] => CPhpMessageSource
)
[errorHandler] => Array
(
[class] => CErrorHandler
[errorAction] => site/error
)
[securityManager] => Array
(
[class] => CSecurityManager
)
[statePersister] => Array
(
[class] => CStatePersister
)
[urlManager] => Array
(
[class] => CUrlManager
[urlFormat] => path
[showScriptName] =>
[rules] => Array
(
[//] => /
[/] => /
[//] => rights/
)
)
[request] => Array
(
[class] => CHttpRequest
)
[format] => Array
(
[class] => CFormatter
[datetimeFormat] => d M, Y h:m:s a
)
[session] => Array
(
[class] => CHttpSession
)
[assetManager] => Array
(
[class] => CAssetManager
)
[user] => Array
(
[allowAutoLogin] => 1
[class] => application.modules.cruge.components.CrugeWebUser
[loginUrl] => Array
(
[0] => /cruge/ui/login
)
)
[themeManager] => Array
(
[class] => CThemeManager
)
[authManager] => Array
(
[class] => application.modules.cruge.components.CrugeAuthManager
)
[clientScript] => Array
(
[class] => CClientScript
)
[widgetFactory] => Array
*RECURSION*
[kint] => Array
(
[class] => ext.Kint.Kint
)
[crugemailer] => Array
(
[class] => application.components.applicationMailer
[Host] => smtphostauth.interhost.it
[Port] => 25
[SMTPSecure] =>
[SMTPAuth] => 1
[Username] => smtp@maf-savigliano.it
[Password] => mafsmtp16
[SMTPDebug] =>
[SMTPKeepAlive] =>
[SingleTo] =>
[LE] =>
[mailfrom] => noreplay@ferrerocit.it
[FromName] => Framework SOPHIA 2 - FerreroCIT - Certificazioni Immagini per Template
[replyTo] => noreplay@ferrerocit.it
)
[file] => Array
(
[class] => application.extensions.file.CFile
)
[booster] => Array
(
[class] => application.extensions.yiibooster.components.Booster
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
[_id:CModule:private] =>
[_basePath:CModule:private] =>
)
[parameter] => Array
(
[$event] =>
)
)
)
[user] => Array
(
[allowAutoLogin] => 1
[class] => application.modules.cruge.components.CrugeWebUser
[loginUrl] => Array
(
[0] => /cruge/ui/login
)
)
[authManager] => Array
(
[class] => application.modules.cruge.components.CrugeAuthManager
)
[crugemailer] => Array
(
[class] => application.components.applicationMailer
[Host] => smtphostauth.interhost.it
[Port] => 25
[SMTPSecure] =>
[SMTPAuth] => 1
[Username] => smtp@maf-savigliano.it
[Password] => mafsmtp16
[SMTPDebug] =>
[SMTPKeepAlive] =>
[SingleTo] =>
[LE] =>
[mailfrom] => noreplay@ferrerocit.it
[FromName] => Framework SOPHIA 2 - FerreroCIT - Certificazioni Immagini per Template
[replyTo] => noreplay@ferrerocit.it
)
[format] => Array
(
[datetimeFormat] => d M, Y h:m:s a
)
[urlManager] => Array
(
[urlFormat] => path
[showScriptName] =>
[rules] => Array
(
[//] => /
[/] => /
[//] => rights/
)
)
[file] => Array
(
[class] => application.extensions.file.CFile
)
[db] => Array
(
[connectionString] => mysql:host=localhost;dbname=ferrerocit
[emulatePrepare] => 1
[enableParamLogging] =>
[username] => SOPHIADeveloper
[password] => UkF671Grj511
[charset] => utf8
)
[errorHandler] => Array
(
[errorAction] => site/error
)
[booster] => Array
(
[class] => application.extensions.yiibooster.components.Booster
)
)
[theme] => classic
[defaultController] => cruge/ui/login
)
)
)
[9] => Array
(
[file] => /var/www/html/dev/yii/framework/YiiBase.php
[line] => 105
[function] => createApplication
[class] => YiiBase
[type] => ::
[args] => Array
(
[0] => CWebApplication
[1] => /var/www/html/dev/ferrerocit/protected/config/main.php
)
)
[10] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 39
[function] => createWebApplication
[class] => YiiBase
[type] => ::
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/config/main.php
)
)
)
07/01/2026 11:59:35 - TYPE ERROR:CException
07/01/2026 11:59:35 - MESSAGE:The asset "/var/www/html/dev/ferrerocit/protected/extensions/CookieMonster/assets" to be published does not exist.
07/01/2026 11:59:35 - Error File LINE:
07/01/2026 11:59:35 - /var/www/html/dev/yii/framework/web/CAssetManager.php(257)
07/01/2026 11:59:35 - Error SOURCE CODE:
07/01/2026 11:59:35 - 245 {
246 CFileHelper::copyDirectory($src,$dstDir,array(
247 'exclude'=>$this->excludeFiles,
248 'level'=>$level,
249 'newDirMode'=>$this->newDirMode,
250 'newFileMode'=>$this->newFileMode,
251 ));
252 }
253
254 return $this->_published[$path]=$this->getBaseUrl().'/'.$dir;
255 }
256 }
257 throw new CException(Yii::t('yii','The asset "{asset}" to be published does not exist.',
258 array('{asset}'=>$path)));
259 }
260
261 /**
262 * Returns the published path of a file path.
263 * This method does not perform any publishing. It merely tells you
264 * if the file or directory is published, where it will go.
265 * @param string $path directory or file path being published
266 * @param boolean $hashByName whether the published directory should be named as the hashed basename.
267 * If false, the name will be the hash taken from dirname of the path being published and path mtime.
268 * Defaults to false. Set true if the path being published is shared among
269 * different extensions.
07/01/2026 11:59:35 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/extensions/CookieMonster/CookieMonster.php
[line] => 383
[function] => publish
[class] => CAssetManager
[type] => ->
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/extensions/CookieMonster/assets
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CBaseController.php
[line] => 147
[function] => init
[class] => CookieMonster
[type] => ->
[args] => Array
(
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CBaseController.php
[line] => 181
[function] => createWidget
[class] => CBaseController
[type] => ->
[args] => Array
(
[0] => ext.CookieMonster.CookieMonster
[1] => Array
(
[content] => Array
(
[mainMessage] => Per offrirti il miglior servizio possibile Framework SOPHIA 2 - FerreroCIT - Certificazioni Immagini per Template utilizza cookies. Continuando la navigazione nel sito autorizzi l’uso dei cookies. Per saperne di più
[buttonMessage] => Accetto
)
[mode] => top
)
)
)
[3] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/views/ui/login.php
[line] => 29
[function] => widget
[class] => CBaseController
[type] => ->
[args] => Array
(
[0] => ext.CookieMonster.CookieMonster
[1] => Array
(
[content] => Array
(
[mainMessage] => Per offrirti il miglior servizio possibile Framework SOPHIA 2 - FerreroCIT - Certificazioni Immagini per Template utilizza cookies. Continuando la navigazione nel sito autorizzi l’uso dei cookies. Per saperne di più
[buttonMessage] => Accetto
)
[mode] => top
)
)
)
[4] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CBaseController.php
[line] => 126
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/modules/cruge/views/ui/login.php
)
[function] => require
)
[5] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CBaseController.php
[line] => 95
[function] => renderInternal
[class] => CBaseController
[type] => ->
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/modules/cruge/views/ui/login.php
[1] => Array
(
[model] => CrugeLogon Object
(
[username] =>
[password] =>
[newpassword] =>
[newpassword_confirm] =>
[authMode] => default
[verifyCode] =>
[rememberMe] =>
[_model:CrugeLogon:private] =>
[_identity:CrugeLogon:private] =>
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => login
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[2] => 1
)
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 872
[function] => renderFile
[class] => CBaseController
[type] => ->
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/modules/cruge/views/ui/login.php
[1] => Array
(
[model] => CrugeLogon Object
(
[username] =>
[password] =>
[newpassword] =>
[newpassword_confirm] =>
[authMode] => default
[verifyCode] =>
[rememberMe] =>
[_model:CrugeLogon:private] =>
[_identity:CrugeLogon:private] =>
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => login
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[2] => 1
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 785
[function] => renderPartial
[class] => CController
[type] => ->
[args] => Array
(
[0] => login
[1] => Array
(
[model] => CrugeLogon Object
(
[username] =>
[password] =>
[newpassword] =>
[newpassword_confirm] =>
[authMode] => default
[verifyCode] =>
[rememberMe] =>
[_model:CrugeLogon:private] =>
[_identity:CrugeLogon:private] =>
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => login
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[2] => 1
)
)
[8] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 194
[function] => render
[class] => CController
[type] => ->
[args] => Array
(
[0] => login
[1] => Array
(
[model] => CrugeLogon Object
(
[username] =>
[password] =>
[newpassword] =>
[newpassword_confirm] =>
[authMode] => default
[verifyCode] =>
[rememberMe] =>
[_model:CrugeLogon:private] =>
[_identity:CrugeLogon:private] =>
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => login
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
)
[9] => Array
(
[file] => /var/www/html/dev/yii/framework/web/actions/CInlineAction.php
[line] => 49
[function] => actionLogin
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[10] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 308
[function] => runWithParams
[class] => CInlineAction
[type] => ->
[args] => Array
(
[0] => Array
(
)
)
)
[11] => Array
(
[file] => /var/www/html/dev/yii/framework/web/filters/CFilterChain.php
[line] => 134
[function] => runAction
[class] => CController
[type] => ->
[args] => Array
(
[0] => CInlineAction Object
(
[_id:CAction:private] => login
[_controller:CAction:private] => UiController Object
(
[basePath] => /ferrerocit/assets/59b813f2/
[layout] => //layouts/column2
[menu] => Array
(
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => ui
[_action:CController:private] => CInlineAction Object
*RECURSION*
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] => CrugeModule Object
(
[debug] =>
[tableprefix] => frm_cruge_
[maptables] => Array
(
)
[baseUrl] => http://coco.com/
[superuserName] => superadmin
[userDescriptionFieldsArray] => Array
(
[0] => email
)
[afterLoginUrl] => Array
(
[0] => /imgCertificazione/admin
)
[afterLogoutUrl] =>
[afterSessionExpiredUrl] => Array
(
[0] => /site/login_scaduto
)
[useCGridViewClass] => zii.widgets.grid.CGridView
[buttonStyle] => normal
[buttonConf] => small
[rbacSetupEnabled] => 1
[allowUserAlways] =>
[guestUserId] => 2
[availableAuthMethods] => Array
(
[0] => default
)
[availableAuthModes] => Array
(
[0] => username
[1] => email
)
[sessionfilter] =>
[defaultSessionFilter] => cruge.models.filters.DefaultSessionFilter
[userFilter] => cruge.models.filters.DefaultUserFilter
[useEncryptedPassword] => 1
[hash] => md5
[generalUserManagementLayout] => ui
[editProfileLayout] => //layouts/column2
[activateAccountLayout] => //layouts/column2
[registrationLayout] => //layouts/column2
[loginLayout] => //layouts/column2
[postNameMappings] => Array
(
[CrugeLogon] => CrugeLogon
[CrugeStoredUser] => CrugeStoredUser
[CrugeField] => CrugeField
[CrugeSystem] => CrugeSystem
[CrugeSession] => CrugeSession
)
[defaultController] => ui
[uicontroller] => ui
[_lazyAuthModes] =>
[_factory:CrugeModule:private] => CrugeFactory Object
(
)
[globalErrors] => Array
(
)
[layout] =>
[controllerNamespace] =>
[controllerMap] => Array
(
)
[_controllerPath:CWebModule:private] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers
[_viewPath:CWebModule:private] => /var/www/html/dev/ferrerocit/protected/modules/cruge/views
[_layoutPath:CWebModule:private] =>
[preload] => Array
(
)
[behaviors] => Array
(
)
[_id:CModule:private] => cruge
[_parentModule:CModule:private] =>
[_basePath:CModule:private] => /var/www/html/dev/ferrerocit/protected/modules/cruge
[_modulePath:CModule:private] =>
[_params:CModule:private] =>
[_modules:CModule:private] => Array
(
)
[_moduleConfig:CModule:private] => Array
(
)
[_components:CModule:private] => Array
(
)
[_componentConfig:CModule:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => UiController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[12] => Array
(
[file] => /var/www/html/dev/yii/framework/web/filters/CFilter.php
[line] => 40
[function] => run
[class] => CFilterChain
[type] => ->
[args] => Array
(
)
)
[13] => Array
(
[file] => /var/www/html/dev/yii/framework/web/filters/CFilterChain.php
[line] => 131
[function] => filter
[class] => CFilter
[type] => ->
[args] => Array
(
[0] => CFilterChain Object
(
[controller] => UiController Object
(
[basePath] => /ferrerocit/assets/59b813f2/
[layout] => //layouts/column2
[menu] => Array
(
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => ui
[_action:CController:private] => CInlineAction Object
(
[_id:CAction:private] => login
[_controller:CAction:private] => UiController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] => CrugeModule Object
(
[debug] =>
[tableprefix] => frm_cruge_
[maptables] => Array
(
)
[baseUrl] => http://coco.com/
[superuserName] => superadmin
[userDescriptionFieldsArray] => Array
(
[0] => email
)
[afterLoginUrl] => Array
(
[0] => /imgCertificazione/admin
)
[afterLogoutUrl] =>
[afterSessionExpiredUrl] => Array
(
[0] => /site/login_scaduto
)
[useCGridViewClass] => zii.widgets.grid.CGridView
[buttonStyle] => normal
[buttonConf] => small
[rbacSetupEnabled] => 1
[allowUserAlways] =>
[guestUserId] => 2
[availableAuthMethods] => Array
(
[0] => default
)
[availableAuthModes] => Array
(
[0] => username
[1] => email
)
[sessionfilter] =>
[defaultSessionFilter] => cruge.models.filters.DefaultSessionFilter
[userFilter] => cruge.models.filters.DefaultUserFilter
[useEncryptedPassword] => 1
[hash] => md5
[generalUserManagementLayout] => ui
[editProfileLayout] => //layouts/column2
[activateAccountLayout] => //layouts/column2
[registrationLayout] => //layouts/column2
[loginLayout] => //layouts/column2
[postNameMappings] => Array
(
[CrugeLogon] => CrugeLogon
[CrugeStoredUser] => CrugeStoredUser
[CrugeField] => CrugeField
[CrugeSystem] => CrugeSystem
[CrugeSession] => CrugeSession
)
[defaultController] => ui
[uicontroller] => ui
[_lazyAuthModes] =>
[_factory:CrugeModule:private] => CrugeFactory Object
(
)
[globalErrors] => Array
(
)
[layout] =>
[controllerNamespace] =>
[controllerMap] => Array
(
)
[_controllerPath:CWebModule:private] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers
[_viewPath:CWebModule:private] => /var/www/html/dev/ferrerocit/protected/modules/cruge/views
[_layoutPath:CWebModule:private] =>
[preload] => Array
(
)
[behaviors] => Array
(
)
[_id:CModule:private] => cruge
[_parentModule:CModule:private] =>
[_basePath:CModule:private] => /var/www/html/dev/ferrerocit/protected/modules/cruge
[_modulePath:CModule:private] =>
[_params:CModule:private] =>
[_modules:CModule:private] => Array
(
)
[_moduleConfig:CModule:private] => Array
(
)
[_components:CModule:private] => Array
(
)
[_componentConfig:CModule:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => UiController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[action] => CInlineAction Object
(
[_id:CAction:private] => login
[_controller:CAction:private] => UiController Object
(
[basePath] => /ferrerocit/assets/59b813f2/
[layout] => //layouts/column2
[menu] => Array
(
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => ui
[_action:CController:private] => CInlineAction Object
*RECURSION*
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] => CrugeModule Object
(
[debug] =>
[tableprefix] => frm_cruge_
[maptables] => Array
(
)
[baseUrl] => http://coco.com/
[superuserName] => superadmin
[userDescriptionFieldsArray] => Array
(
[0] => email
)
[afterLoginUrl] => Array
(
[0] => /imgCertificazione/admin
)
[afterLogoutUrl] =>
[afterSessionExpiredUrl] => Array
(
[0] => /site/login_scaduto
)
[useCGridViewClass] => zii.widgets.grid.CGridView
[buttonStyle] => normal
[buttonConf] => small
[rbacSetupEnabled] => 1
[allowUserAlways] =>
[guestUserId] => 2
[availableAuthMethods] => Array
(
[0] => default
)
[availableAuthModes] => Array
(
[0] => username
[1] => email
)
[sessionfilter] =>
[defaultSessionFilter] => cruge.models.filters.DefaultSessionFilter
[userFilter] => cruge.models.filters.DefaultUserFilter
[useEncryptedPassword] => 1
[hash] => md5
[generalUserManagementLayout] => ui
[editProfileLayout] => //layouts/column2
[activateAccountLayout] => //layouts/column2
[registrationLayout] => //layouts/column2
[loginLayout] => //layouts/column2
[postNameMappings] => Array
(
[CrugeLogon] => CrugeLogon
[CrugeStoredUser] => CrugeStoredUser
[CrugeField] => CrugeField
[CrugeSystem] => CrugeSystem
[CrugeSession] => CrugeSession
)
[defaultController] => ui
[uicontroller] => ui
[_lazyAuthModes] =>
[_factory:CrugeModule:private] => CrugeFactory Object
(
)
[globalErrors] => Array
(
)
[layout] =>
[controllerNamespace] =>
[controllerMap] => Array
(
)
[_controllerPath:CWebModule:private] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers
[_viewPath:CWebModule:private] => /var/www/html/dev/ferrerocit/protected/modules/cruge/views
[_layoutPath:CWebModule:private] =>
[preload] => Array
(
)
[behaviors] => Array
(
)
[_id:CModule:private] => cruge
[_parentModule:CModule:private] =>
[_basePath:CModule:private] => /var/www/html/dev/ferrerocit/protected/modules/cruge
[_modulePath:CModule:private] =>
[_params:CModule:private] =>
[_modules:CModule:private] => Array
(
)
[_moduleConfig:CModule:private] => Array
(
)
[_components:CModule:private] => Array
(
)
[_componentConfig:CModule:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => UiController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[filterIndex] => 2
[_d:CList:private] => Array
(
[0] => CInlineFilter Object
(
[name] => accessControl
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[1] => CrugeUiAccessControlFilter Object
(
[publicActions] => Array
(
[0] => captcha
[1] => registration
[2] => login
[3] => passwordexpired
[4] => logout
[5] => pwdrec
[6] => activationurl
[7] => ajaxgeneratenewpassword
[8] => welcome
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 2
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[14] => Array
(
[file] => /var/www/html/dev/yii/framework/web/filters/CFilter.php
[line] => 40
[function] => run
[class] => CFilterChain
[type] => ->
[args] => Array
(
)
)
[15] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 1148
[function] => filter
[class] => CFilter
[type] => ->
[args] => Array
(
[0] => CFilterChain Object
(
[controller] => UiController Object
(
[basePath] => /ferrerocit/assets/59b813f2/
[layout] => //layouts/column2
[menu] => Array
(
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => ui
[_action:CController:private] => CInlineAction Object
(
[_id:CAction:private] => login
[_controller:CAction:private] => UiController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] => CrugeModule Object
(
[debug] =>
[tableprefix] => frm_cruge_
[maptables] => Array
(
)
[baseUrl] => http://coco.com/
[superuserName] => superadmin
[userDescriptionFieldsArray] => Array
(
[0] => email
)
[afterLoginUrl] => Array
(
[0] => /imgCertificazione/admin
)
[afterLogoutUrl] =>
[afterSessionExpiredUrl] => Array
(
[0] => /site/login_scaduto
)
[useCGridViewClass] => zii.widgets.grid.CGridView
[buttonStyle] => normal
[buttonConf] => small
[rbacSetupEnabled] => 1
[allowUserAlways] =>
[guestUserId] => 2
[availableAuthMethods] => Array
(
[0] => default
)
[availableAuthModes] => Array
(
[0] => username
[1] => email
)
[sessionfilter] =>
[defaultSessionFilter] => cruge.models.filters.DefaultSessionFilter
[userFilter] => cruge.models.filters.DefaultUserFilter
[useEncryptedPassword] => 1
[hash] => md5
[generalUserManagementLayout] => ui
[editProfileLayout] => //layouts/column2
[activateAccountLayout] => //layouts/column2
[registrationLayout] => //layouts/column2
[loginLayout] => //layouts/column2
[postNameMappings] => Array
(
[CrugeLogon] => CrugeLogon
[CrugeStoredUser] => CrugeStoredUser
[CrugeField] => CrugeField
[CrugeSystem] => CrugeSystem
[CrugeSession] => CrugeSession
)
[defaultController] => ui
[uicontroller] => ui
[_lazyAuthModes] =>
[_factory:CrugeModule:private] => CrugeFactory Object
(
)
[globalErrors] => Array
(
)
[layout] =>
[controllerNamespace] =>
[controllerMap] => Array
(
)
[_controllerPath:CWebModule:private] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers
[_viewPath:CWebModule:private] => /var/www/html/dev/ferrerocit/protected/modules/cruge/views
[_layoutPath:CWebModule:private] =>
[preload] => Array
(
)
[behaviors] => Array
(
)
[_id:CModule:private] => cruge
[_parentModule:CModule:private] =>
[_basePath:CModule:private] => /var/www/html/dev/ferrerocit/protected/modules/cruge
[_modulePath:CModule:private] =>
[_params:CModule:private] =>
[_modules:CModule:private] => Array
(
)
[_moduleConfig:CModule:private] => Array
(
)
[_components:CModule:private] => Array
(
)
[_componentConfig:CModule:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => UiController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[action] => CInlineAction Object
(
[_id:CAction:private] => login
[_controller:CAction:private] => UiController Object
(
[basePath] => /ferrerocit/assets/59b813f2/
[layout] => //layouts/column2
[menu] => Array
(
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => ui
[_action:CController:private] => CInlineAction Object
*RECURSION*
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] => CrugeModule Object
(
[debug] =>
[tableprefix] => frm_cruge_
[maptables] => Array
(
)
[baseUrl] => http://coco.com/
[superuserName] => superadmin
[userDescriptionFieldsArray] => Array
(
[0] => email
)
[afterLoginUrl] => Array
(
[0] => /imgCertificazione/admin
)
[afterLogoutUrl] =>
[afterSessionExpiredUrl] => Array
(
[0] => /site/login_scaduto
)
[useCGridViewClass] => zii.widgets.grid.CGridView
[buttonStyle] => normal
[buttonConf] => small
[rbacSetupEnabled] => 1
[allowUserAlways] =>
[guestUserId] => 2
[availableAuthMethods] => Array
(
[0] => default
)
[availableAuthModes] => Array
(
[0] => username
[1] => email
)
[sessionfilter] =>
[defaultSessionFilter] => cruge.models.filters.DefaultSessionFilter
[userFilter] => cruge.models.filters.DefaultUserFilter
[useEncryptedPassword] => 1
[hash] => md5
[generalUserManagementLayout] => ui
[editProfileLayout] => //layouts/column2
[activateAccountLayout] => //layouts/column2
[registrationLayout] => //layouts/column2
[loginLayout] => //layouts/column2
[postNameMappings] => Array
(
[CrugeLogon] => CrugeLogon
[CrugeStoredUser] => CrugeStoredUser
[CrugeField] => CrugeField
[CrugeSystem] => CrugeSystem
[CrugeSession] => CrugeSession
)
[defaultController] => ui
[uicontroller] => ui
[_lazyAuthModes] =>
[_factory:CrugeModule:private] => CrugeFactory Object
(
)
[globalErrors] => Array
(
)
[layout] =>
[controllerNamespace] =>
[controllerMap] => Array
(
)
[_controllerPath:CWebModule:private] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers
[_viewPath:CWebModule:private] => /var/www/html/dev/ferrerocit/protected/modules/cruge/views
[_layoutPath:CWebModule:private] =>
[preload] => Array
(
)
[behaviors] => Array
(
)
[_id:CModule:private] => cruge
[_parentModule:CModule:private] =>
[_basePath:CModule:private] => /var/www/html/dev/ferrerocit/protected/modules/cruge
[_modulePath:CModule:private] =>
[_params:CModule:private] =>
[_modules:CModule:private] => Array
(
)
[_moduleConfig:CModule:private] => Array
(
)
[_components:CModule:private] => Array
(
)
[_componentConfig:CModule:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => UiController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[filterIndex] => 2
[_d:CList:private] => Array
(
[0] => CInlineFilter Object
(
[name] => accessControl
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[1] => CrugeUiAccessControlFilter Object
(
[publicActions] => Array
(
[0] => captcha
[1] => registration
[2] => login
[3] => passwordexpired
[4] => logout
[5] => pwdrec
[6] => activationurl
[7] => ajaxgeneratenewpassword
[8] => welcome
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 2
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[16] => Array
(
[file] => /var/www/html/dev/yii/framework/web/filters/CInlineFilter.php
[line] => 58
[function] => filterAccessControl
[class] => CController
[type] => ->
[args] => Array
(
[0] => CFilterChain Object
(
[controller] => UiController Object
(
[basePath] => /ferrerocit/assets/59b813f2/
[layout] => //layouts/column2
[menu] => Array
(
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => ui
[_action:CController:private] => CInlineAction Object
(
[_id:CAction:private] => login
[_controller:CAction:private] => UiController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] => CrugeModule Object
(
[debug] =>
[tableprefix] => frm_cruge_
[maptables] => Array
(
)
[baseUrl] => http://coco.com/
[superuserName] => superadmin
[userDescriptionFieldsArray] => Array
(
[0] => email
)
[afterLoginUrl] => Array
(
[0] => /imgCertificazione/admin
)
[afterLogoutUrl] =>
[afterSessionExpiredUrl] => Array
(
[0] => /site/login_scaduto
)
[useCGridViewClass] => zii.widgets.grid.CGridView
[buttonStyle] => normal
[buttonConf] => small
[rbacSetupEnabled] => 1
[allowUserAlways] =>
[guestUserId] => 2
[availableAuthMethods] => Array
(
[0] => default
)
[availableAuthModes] => Array
(
[0] => username
[1] => email
)
[sessionfilter] =>
[defaultSessionFilter] => cruge.models.filters.DefaultSessionFilter
[userFilter] => cruge.models.filters.DefaultUserFilter
[useEncryptedPassword] => 1
[hash] => md5
[generalUserManagementLayout] => ui
[editProfileLayout] => //layouts/column2
[activateAccountLayout] => //layouts/column2
[registrationLayout] => //layouts/column2
[loginLayout] => //layouts/column2
[postNameMappings] => Array
(
[CrugeLogon] => CrugeLogon
[CrugeStoredUser] => CrugeStoredUser
[CrugeField] => CrugeField
[CrugeSystem] => CrugeSystem
[CrugeSession] => CrugeSession
)
[defaultController] => ui
[uicontroller] => ui
[_lazyAuthModes] =>
[_factory:CrugeModule:private] => CrugeFactory Object
(
)
[globalErrors] => Array
(
)
[layout] =>
[controllerNamespace] =>
[controllerMap] => Array
(
)
[_controllerPath:CWebModule:private] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers
[_viewPath:CWebModule:private] => /var/www/html/dev/ferrerocit/protected/modules/cruge/views
[_layoutPath:CWebModule:private] =>
[preload] => Array
(
)
[behaviors] => Array
(
)
[_id:CModule:private] => cruge
[_parentModule:CModule:private] =>
[_basePath:CModule:private] => /var/www/html/dev/ferrerocit/protected/modules/cruge
[_modulePath:CModule:private] =>
[_params:CModule:private] =>
[_modules:CModule:private] => Array
(
)
[_moduleConfig:CModule:private] => Array
(
)
[_components:CModule:private] => Array
(
)
[_componentConfig:CModule:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => UiController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[action] => CInlineAction Object
(
[_id:CAction:private] => login
[_controller:CAction:private] => UiController Object
(
[basePath] => /ferrerocit/assets/59b813f2/
[layout] => //layouts/column2
[menu] => Array
(
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => ui
[_action:CController:private] => CInlineAction Object
*RECURSION*
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] => CrugeModule Object
(
[debug] =>
[tableprefix] => frm_cruge_
[maptables] => Array
(
)
[baseUrl] => http://coco.com/
[superuserName] => superadmin
[userDescriptionFieldsArray] => Array
(
[0] => email
)
[afterLoginUrl] => Array
(
[0] => /imgCertificazione/admin
)
[afterLogoutUrl] =>
[afterSessionExpiredUrl] => Array
(
[0] => /site/login_scaduto
)
[useCGridViewClass] => zii.widgets.grid.CGridView
[buttonStyle] => normal
[buttonConf] => small
[rbacSetupEnabled] => 1
[allowUserAlways] =>
[guestUserId] => 2
[availableAuthMethods] => Array
(
[0] => default
)
[availableAuthModes] => Array
(
[0] => username
[1] => email
)
[sessionfilter] =>
[defaultSessionFilter] => cruge.models.filters.DefaultSessionFilter
[userFilter] => cruge.models.filters.DefaultUserFilter
[useEncryptedPassword] => 1
[hash] => md5
[generalUserManagementLayout] => ui
[editProfileLayout] => //layouts/column2
[activateAccountLayout] => //layouts/column2
[registrationLayout] => //layouts/column2
[loginLayout] => //layouts/column2
[postNameMappings] => Array
(
[CrugeLogon] => CrugeLogon
[CrugeStoredUser] => CrugeStoredUser
[CrugeField] => CrugeField
[CrugeSystem] => CrugeSystem
[CrugeSession] => CrugeSession
)
[defaultController] => ui
[uicontroller] => ui
[_lazyAuthModes] =>
[_factory:CrugeModule:private] => CrugeFactory Object
(
)
[globalErrors] => Array
(
)
[layout] =>
[controllerNamespace] =>
[controllerMap] => Array
(
)
[_controllerPath:CWebModule:private] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers
[_viewPath:CWebModule:private] => /var/www/html/dev/ferrerocit/protected/modules/cruge/views
[_layoutPath:CWebModule:private] =>
[preload] => Array
(
)
[behaviors] => Array
(
)
[_id:CModule:private] => cruge
[_parentModule:CModule:private] =>
[_basePath:CModule:private] => /var/www/html/dev/ferrerocit/protected/modules/cruge
[_modulePath:CModule:private] =>
[_params:CModule:private] =>
[_modules:CModule:private] => Array
(
)
[_moduleConfig:CModule:private] => Array
(
)
[_components:CModule:private] => Array
(
)
[_componentConfig:CModule:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => UiController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[filterIndex] => 2
[_d:CList:private] => Array
(
[0] => CInlineFilter Object
(
[name] => accessControl
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[1] => CrugeUiAccessControlFilter Object
(
[publicActions] => Array
(
[0] => captcha
[1] => registration
[2] => login
[3] => passwordexpired
[4] => logout
[5] => pwdrec
[6] => activationurl
[7] => ajaxgeneratenewpassword
[8] => welcome
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 2
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[17] => Array
(
[file] => /var/www/html/dev/yii/framework/web/filters/CFilterChain.php
[line] => 131
[function] => filter
[class] => CInlineFilter
[type] => ->
[args] => Array
(
[0] => CFilterChain Object
(
[controller] => UiController Object
(
[basePath] => /ferrerocit/assets/59b813f2/
[layout] => //layouts/column2
[menu] => Array
(
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => ui
[_action:CController:private] => CInlineAction Object
(
[_id:CAction:private] => login
[_controller:CAction:private] => UiController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] => CrugeModule Object
(
[debug] =>
[tableprefix] => frm_cruge_
[maptables] => Array
(
)
[baseUrl] => http://coco.com/
[superuserName] => superadmin
[userDescriptionFieldsArray] => Array
(
[0] => email
)
[afterLoginUrl] => Array
(
[0] => /imgCertificazione/admin
)
[afterLogoutUrl] =>
[afterSessionExpiredUrl] => Array
(
[0] => /site/login_scaduto
)
[useCGridViewClass] => zii.widgets.grid.CGridView
[buttonStyle] => normal
[buttonConf] => small
[rbacSetupEnabled] => 1
[allowUserAlways] =>
[guestUserId] => 2
[availableAuthMethods] => Array
(
[0] => default
)
[availableAuthModes] => Array
(
[0] => username
[1] => email
)
[sessionfilter] =>
[defaultSessionFilter] => cruge.models.filters.DefaultSessionFilter
[userFilter] => cruge.models.filters.DefaultUserFilter
[useEncryptedPassword] => 1
[hash] => md5
[generalUserManagementLayout] => ui
[editProfileLayout] => //layouts/column2
[activateAccountLayout] => //layouts/column2
[registrationLayout] => //layouts/column2
[loginLayout] => //layouts/column2
[postNameMappings] => Array
(
[CrugeLogon] => CrugeLogon
[CrugeStoredUser] => CrugeStoredUser
[CrugeField] => CrugeField
[CrugeSystem] => CrugeSystem
[CrugeSession] => CrugeSession
)
[defaultController] => ui
[uicontroller] => ui
[_lazyAuthModes] =>
[_factory:CrugeModule:private] => CrugeFactory Object
(
)
[globalErrors] => Array
(
)
[layout] =>
[controllerNamespace] =>
[controllerMap] => Array
(
)
[_controllerPath:CWebModule:private] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers
[_viewPath:CWebModule:private] => /var/www/html/dev/ferrerocit/protected/modules/cruge/views
[_layoutPath:CWebModule:private] =>
[preload] => Array
(
)
[behaviors] => Array
(
)
[_id:CModule:private] => cruge
[_parentModule:CModule:private] =>
[_basePath:CModule:private] => /var/www/html/dev/ferrerocit/protected/modules/cruge
[_modulePath:CModule:private] =>
[_params:CModule:private] =>
[_modules:CModule:private] => Array
(
)
[_moduleConfig:CModule:private] => Array
(
)
[_components:CModule:private] => Array
(
)
[_componentConfig:CModule:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => UiController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[action] => CInlineAction Object
(
[_id:CAction:private] => login
[_controller:CAction:private] => UiController Object
(
[basePath] => /ferrerocit/assets/59b813f2/
[layout] => //layouts/column2
[menu] => Array
(
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => ui
[_action:CController:private] => CInlineAction Object
*RECURSION*
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] => CrugeModule Object
(
[debug] =>
[tableprefix] => frm_cruge_
[maptables] => Array
(
)
[baseUrl] => http://coco.com/
[superuserName] => superadmin
[userDescriptionFieldsArray] => Array
(
[0] => email
)
[afterLoginUrl] => Array
(
[0] => /imgCertificazione/admin
)
[afterLogoutUrl] =>
[afterSessionExpiredUrl] => Array
(
[0] => /site/login_scaduto
)
[useCGridViewClass] => zii.widgets.grid.CGridView
[buttonStyle] => normal
[buttonConf] => small
[rbacSetupEnabled] => 1
[allowUserAlways] =>
[guestUserId] => 2
[availableAuthMethods] => Array
(
[0] => default
)
[availableAuthModes] => Array
(
[0] => username
[1] => email
)
[sessionfilter] =>
[defaultSessionFilter] => cruge.models.filters.DefaultSessionFilter
[userFilter] => cruge.models.filters.DefaultUserFilter
[useEncryptedPassword] => 1
[hash] => md5
[generalUserManagementLayout] => ui
[editProfileLayout] => //layouts/column2
[activateAccountLayout] => //layouts/column2
[registrationLayout] => //layouts/column2
[loginLayout] => //layouts/column2
[postNameMappings] => Array
(
[CrugeLogon] => CrugeLogon
[CrugeStoredUser] => CrugeStoredUser
[CrugeField] => CrugeField
[CrugeSystem] => CrugeSystem
[CrugeSession] => CrugeSession
)
[defaultController] => ui
[uicontroller] => ui
[_lazyAuthModes] =>
[_factory:CrugeModule:private] => CrugeFactory Object
(
)
[globalErrors] => Array
(
)
[layout] =>
[controllerNamespace] =>
[controllerMap] => Array
(
)
[_controllerPath:CWebModule:private] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers
[_viewPath:CWebModule:private] => /var/www/html/dev/ferrerocit/protected/modules/cruge/views
[_layoutPath:CWebModule:private] =>
[preload] => Array
(
)
[behaviors] => Array
(
)
[_id:CModule:private] => cruge
[_parentModule:CModule:private] =>
[_basePath:CModule:private] => /var/www/html/dev/ferrerocit/protected/modules/cruge
[_modulePath:CModule:private] =>
[_params:CModule:private] =>
[_modules:CModule:private] => Array
(
)
[_moduleConfig:CModule:private] => Array
(
)
[_components:CModule:private] => Array
(
)
[_componentConfig:CModule:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => UiController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[filterIndex] => 2
[_d:CList:private] => Array
(
[0] => CInlineFilter Object
(
[name] => accessControl
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[1] => CrugeUiAccessControlFilter Object
(
[publicActions] => Array
(
[0] => captcha
[1] => registration
[2] => login
[3] => passwordexpired
[4] => logout
[5] => pwdrec
[6] => activationurl
[7] => ajaxgeneratenewpassword
[8] => welcome
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 2
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[18] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 291
[function] => run
[class] => CFilterChain
[type] => ->
[args] => Array
(
)
)
[19] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 265
[function] => runActionWithFilters
[class] => CController
[type] => ->
[args] => Array
(
[0] => CInlineAction Object
(
[_id:CAction:private] => login
[_controller:CAction:private] => UiController Object
(
[basePath] => /ferrerocit/assets/59b813f2/
[layout] => //layouts/column2
[menu] => Array
(
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => ui
[_action:CController:private] => CInlineAction Object
*RECURSION*
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] => CrugeModule Object
(
[debug] =>
[tableprefix] => frm_cruge_
[maptables] => Array
(
)
[baseUrl] => http://coco.com/
[superuserName] => superadmin
[userDescriptionFieldsArray] => Array
(
[0] => email
)
[afterLoginUrl] => Array
(
[0] => /imgCertificazione/admin
)
[afterLogoutUrl] =>
[afterSessionExpiredUrl] => Array
(
[0] => /site/login_scaduto
)
[useCGridViewClass] => zii.widgets.grid.CGridView
[buttonStyle] => normal
[buttonConf] => small
[rbacSetupEnabled] => 1
[allowUserAlways] =>
[guestUserId] => 2
[availableAuthMethods] => Array
(
[0] => default
)
[availableAuthModes] => Array
(
[0] => username
[1] => email
)
[sessionfilter] =>
[defaultSessionFilter] => cruge.models.filters.DefaultSessionFilter
[userFilter] => cruge.models.filters.DefaultUserFilter
[useEncryptedPassword] => 1
[hash] => md5
[generalUserManagementLayout] => ui
[editProfileLayout] => //layouts/column2
[activateAccountLayout] => //layouts/column2
[registrationLayout] => //layouts/column2
[loginLayout] => //layouts/column2
[postNameMappings] => Array
(
[CrugeLogon] => CrugeLogon
[CrugeStoredUser] => CrugeStoredUser
[CrugeField] => CrugeField
[CrugeSystem] => CrugeSystem
[CrugeSession] => CrugeSession
)
[defaultController] => ui
[uicontroller] => ui
[_lazyAuthModes] =>
[_factory:CrugeModule:private] => CrugeFactory Object
(
)
[globalErrors] => Array
(
)
[layout] =>
[controllerNamespace] =>
[controllerMap] => Array
(
)
[_controllerPath:CWebModule:private] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers
[_viewPath:CWebModule:private] => /var/www/html/dev/ferrerocit/protected/modules/cruge/views
[_layoutPath:CWebModule:private] =>
[preload] => Array
(
)
[behaviors] => Array
(
)
[_id:CModule:private] => cruge
[_parentModule:CModule:private] =>
[_basePath:CModule:private] => /var/www/html/dev/ferrerocit/protected/modules/cruge
[_modulePath:CModule:private] =>
[_params:CModule:private] =>
[_modules:CModule:private] => Array
(
)
[_moduleConfig:CModule:private] => Array
(
)
[_components:CModule:private] => Array
(
)
[_componentConfig:CModule:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => UiController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[1] => Array
(
[0] => accessControl
[1] => Array
(
[0] => CrugeUiAccessControlFilter
[publicActions] => Array
(
[0] => captcha
[1] => registration
[2] => login
[3] => passwordexpired
[4] => logout
[5] => pwdrec
[6] => activationurl
[7] => ajaxgeneratenewpassword
[8] => welcome
)
)
)
)
)
[20] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 282
[function] => run
[class] => CController
[type] => ->
[args] => Array
(
[0] => login
)
)
[21] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[22] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[23] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 56
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
07/01/2026 12:43:41 - TYPE ERROR:CException
07/01/2026 12:43:41 - MESSAGE:The asset "/var/www/html/dev/ferrerocit/protected/extensions/xupload/assets" to be published does not exist.
07/01/2026 12:43:41 - Error File LINE:
07/01/2026 12:43:41 - /var/www/html/dev/yii/framework/web/CAssetManager.php(257)
07/01/2026 12:43:41 - Error SOURCE CODE:
07/01/2026 12:43:41 - 245 {
246 CFileHelper::copyDirectory($src,$dstDir,array(
247 'exclude'=>$this->excludeFiles,
248 'level'=>$level,
249 'newDirMode'=>$this->newDirMode,
250 'newFileMode'=>$this->newFileMode,
251 ));
252 }
253
254 return $this->_published[$path]=$this->getBaseUrl().'/'.$dir;
255 }
256 }
257 throw new CException(Yii::t('yii','The asset "{asset}" to be published does not exist.',
258 array('{asset}'=>$path)));
259 }
260
261 /**
262 * Returns the published path of a file path.
263 * This method does not perform any publishing. It merely tells you
264 * if the file or directory is published, where it will go.
265 * @param string $path directory or file path being published
266 * @param boolean $hashByName whether the published directory should be named as the hashed basename.
267 * If false, the name will be the hash taken from dirname of the path being published and path mtime.
268 * Defaults to false. Set true if the path being published is shared among
269 * different extensions.
07/01/2026 12:43:41 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/extensions/xupload/XUpload.php
[line] => 142
[function] => publish
[class] => CAssetManager
[type] => ->
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/extensions/xupload/assets
)
)
[1] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/extensions/xupload/XUpload.php
[line] => 82
[function] => publishAssets
[class] => XUpload
[type] => ->
[args] => Array
(
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CBaseController.php
[line] => 147
[function] => init
[class] => XUpload
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CBaseController.php
[line] => 181
[function] => createWidget
[class] => CBaseController
[type] => ->
[args] => Array
(
[0] => xupload.XUpload
[1] => Array
(
[url] => /ferrerocit/frmAnaCommesse/UploadLogo/forceSubFolder/228
[model] => uploadAllegati Object
(
[file] =>
[mime_type] =>
[size] =>
[name] =>
[filename] =>
[description] =>
[datadoc] =>
[secureFileNames] =>
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[attribute] => file
[multiple] =>
[htmlOptions] => Array
(
[id] => form-upload-logo
)
[options] => Array
(
)
)
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/views/frmAnaCommesse/upload_logo.php
[line] => 33
[function] => widget
[class] => CBaseController
[type] => ->
[args] => Array
(
[0] => xupload.XUpload
[1] => Array
(
[url] => /ferrerocit/frmAnaCommesse/UploadLogo/forceSubFolder/228
[model] => uploadAllegati Object
(
[file] =>
[mime_type] =>
[size] =>
[name] =>
[filename] =>
[description] =>
[datadoc] =>
[secureFileNames] =>
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[attribute] => file
[multiple] =>
[htmlOptions] => Array
(
[id] => form-upload-logo
)
[options] => Array
(
)
)
)
)
[5] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CBaseController.php
[line] => 126
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/views/frmAnaCommesse/upload_logo.php
)
[function] => require
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CBaseController.php
[line] => 95
[function] => renderInternal
[class] => CBaseController
[type] => ->
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/views//frmAnaCommesse/upload_logo.php
[1] => Array
(
[idCommessa] => 228
[upload] => XUploadForm Object
(
[file] =>
[mime_type] =>
[size] =>
[name] =>
[filename] =>
[secureFileNames] =>
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[model] => FrmFilesUpload Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[iduser] => 1
[descrizione] =>
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFilesUpload Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
)
[2] => 1
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 872
[function] => renderFile
[class] => CBaseController
[type] => ->
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/views//frmAnaCommesse/upload_logo.php
[1] => Array
(
[idCommessa] => 228
[upload] => XUploadForm Object
(
[file] =>
[mime_type] =>
[size] =>
[name] =>
[filename] =>
[secureFileNames] =>
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[model] => FrmFilesUpload Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[iduser] => 1
[descrizione] =>
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFilesUpload Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
)
[2] => 1
)
)
[8] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/views/frmAnaCommesse/_formUploadFoto.php
[line] => 15
[function] => renderPartial
[class] => CController
[type] => ->
[args] => Array
(
[0] => //frmAnaCommesse/upload_logo
[1] => Array
(
[idCommessa] => 228
[upload] => XUploadForm Object
(
[file] =>
[mime_type] =>
[size] =>
[name] =>
[filename] =>
[secureFileNames] =>
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[model] => FrmFilesUpload Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[iduser] => 1
[descrizione] =>
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFilesUpload Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
)
[2] =>
[3] =>
)
)
[9] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CBaseController.php
[line] => 126
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/views/frmAnaCommesse/_formUploadFoto.php
)
[function] => require
)
[10] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CBaseController.php
[line] => 95
[function] => renderInternal
[class] => CBaseController
[type] => ->
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/views/frmAnaCommesse/_formUploadFoto.php
[1] => Array
(
[idCommessa] => 228
)
[2] => 1
)
)
[11] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 872
[function] => renderFile
[class] => CBaseController
[type] => ->
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/views/frmAnaCommesse/_formUploadFoto.php
[1] => Array
(
[idCommessa] => 228
)
[2] => 1
)
)
[12] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/views/frmAnaCommesse/_form.php
[line] => 85
[function] => renderPartial
[class] => CController
[type] => ->
[args] => Array
(
[0] => _formUploadFoto
[1] => Array
(
[idCommessa] => 228
)
)
)
[13] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CBaseController.php
[line] => 126
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/views/frmAnaCommesse/_form.php
)
[function] => require
)
[14] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CBaseController.php
[line] => 95
[function] => renderInternal
[class] => CBaseController
[type] => ->
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/views/frmAnaCommesse/_form.php
[1] => Array
(
[model] => FrmAnaCommesse Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcommessa] => 228
[idsocietautente] =>
[codicecommessa] => BUENO SNACK SIZE
[desccommessa] => BUENO SNACK SIZE
[idfoto] =>
[visible] => 1
[stamp_insert_user] => 135
[stamp_update_user] => 3
[stamp_update] => 2026-01-07 12:43:39
[stamp_insert] => 2023-11-30 16:47:43
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcommessa] => 228
[idsocietautente] =>
[codicecommessa] => BUENO SNACK SIZE
[desccommessa] => BUENO SNACK SIZE
[idfoto] =>
[visible] => 1
[stamp_insert_user] => 135
[stamp_update_user] => 3
[stamp_update] => 2026-01-07 12:43:39
[stamp_insert] => 2023-11-30 16:47:43
)
[_related:CActiveRecord:private] => Array
(
[fotoCommessa] =>
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 228
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmAnaCommesse Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[commesseSocUteDataProvider] => CArrayDataProvider Object
(
[keyField] => id
[rawData] => Array
(
[0] => Array
(
[id] => 12
[idsocietautente] => 12
[nome] => ARTWORKR
[CHECKED] => 0
)
[1] => Array
(
[id] => 13
[idsocietautente] => 13
[nome] => DAS STUDIO
[CHECKED] => 0
)
[2] => Array
(
[id] => 14
[idsocietautente] => 14
[nome] => LINKED2BRANDS
[CHECKED] => 0
)
[3] => Array
(
[id] => 11
[idsocietautente] => 11
[nome] => MAD-E
[CHECKED] => 1
)
[4] => Array
(
[id] => 10
[idsocietautente] => 10
[nome] => Studio MELLANO
[CHECKED] => 0
)
)
[caseSensitiveSort] => 1
[_id:CDataProvider:private] => commesseSocUteDataProvider
[_data:CDataProvider:private] =>
[_keys:CDataProvider:private] =>
[_totalItemCount:CDataProvider:private] =>
[_sort:CDataProvider:private] =>
[_pagination:CDataProvider:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[tipoSocietaLabel] => Agenzie Template
[titletipoSocietaLabel] => Associazione anagrafiche Agenzie Template
)
[2] => 1
)
)
[15] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 872
[function] => renderFile
[class] => CBaseController
[type] => ->
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/views/frmAnaCommesse/_form.php
[1] => Array
(
[model] => FrmAnaCommesse Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcommessa] => 228
[idsocietautente] =>
[codicecommessa] => BUENO SNACK SIZE
[desccommessa] => BUENO SNACK SIZE
[idfoto] =>
[visible] => 1
[stamp_insert_user] => 135
[stamp_update_user] => 3
[stamp_update] => 2026-01-07 12:43:39
[stamp_insert] => 2023-11-30 16:47:43
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcommessa] => 228
[idsocietautente] =>
[codicecommessa] => BUENO SNACK SIZE
[desccommessa] => BUENO SNACK SIZE
[idfoto] =>
[visible] => 1
[stamp_insert_user] => 135
[stamp_update_user] => 3
[stamp_update] => 2026-01-07 12:43:39
[stamp_insert] => 2023-11-30 16:47:43
)
[_related:CActiveRecord:private] => Array
(
[fotoCommessa] =>
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 228
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmAnaCommesse Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[commesseSocUteDataProvider] => CArrayDataProvider Object
(
[keyField] => id
[rawData] => Array
(
[0] => Array
(
[id] => 12
[idsocietautente] => 12
[nome] => ARTWORKR
[CHECKED] => 0
)
[1] => Array
(
[id] => 13
[idsocietautente] => 13
[nome] => DAS STUDIO
[CHECKED] => 0
)
[2] => Array
(
[id] => 14
[idsocietautente] => 14
[nome] => LINKED2BRANDS
[CHECKED] => 0
)
[3] => Array
(
[id] => 11
[idsocietautente] => 11
[nome] => MAD-E
[CHECKED] => 1
)
[4] => Array
(
[id] => 10
[idsocietautente] => 10
[nome] => Studio MELLANO
[CHECKED] => 0
)
)
[caseSensitiveSort] => 1
[_id:CDataProvider:private] => commesseSocUteDataProvider
[_data:CDataProvider:private] =>
[_keys:CDataProvider:private] =>
[_totalItemCount:CDataProvider:private] =>
[_sort:CDataProvider:private] =>
[_pagination:CDataProvider:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[tipoSocietaLabel] => Agenzie Template
[titletipoSocietaLabel] => Associazione anagrafiche Agenzie Template
)
[2] => 1
)
)
[16] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/views/frmAnaCommesse/update.php
[line] => 28
[function] => renderPartial
[class] => CController
[type] => ->
[args] => Array
(
[0] => /frmAnaCommesse/_form
[1] => Array
(
[model] => FrmAnaCommesse Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcommessa] => 228
[idsocietautente] =>
[codicecommessa] => BUENO SNACK SIZE
[desccommessa] => BUENO SNACK SIZE
[idfoto] =>
[visible] => 1
[stamp_insert_user] => 135
[stamp_update_user] => 3
[stamp_update] => 2026-01-07 12:43:39
[stamp_insert] => 2023-11-30 16:47:43
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcommessa] => 228
[idsocietautente] =>
[codicecommessa] => BUENO SNACK SIZE
[desccommessa] => BUENO SNACK SIZE
[idfoto] =>
[visible] => 1
[stamp_insert_user] => 135
[stamp_update_user] => 3
[stamp_update] => 2026-01-07 12:43:39
[stamp_insert] => 2023-11-30 16:47:43
)
[_related:CActiveRecord:private] => Array
(
[fotoCommessa] =>
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 228
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmAnaCommesse Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[commesseSocUteDataProvider] => CArrayDataProvider Object
(
[keyField] => id
[rawData] => Array
(
[0] => Array
(
[id] => 12
[idsocietautente] => 12
[nome] => ARTWORKR
[CHECKED] => 0
)
[1] => Array
(
[id] => 13
[idsocietautente] => 13
[nome] => DAS STUDIO
[CHECKED] => 0
)
[2] => Array
(
[id] => 14
[idsocietautente] => 14
[nome] => LINKED2BRANDS
[CHECKED] => 0
)
[3] => Array
(
[id] => 11
[idsocietautente] => 11
[nome] => MAD-E
[CHECKED] => 1
)
[4] => Array
(
[id] => 10
[idsocietautente] => 10
[nome] => Studio MELLANO
[CHECKED] => 0
)
)
[caseSensitiveSort] => 1
[_id:CDataProvider:private] => commesseSocUteDataProvider
[_data:CDataProvider:private] =>
[_keys:CDataProvider:private] =>
[_totalItemCount:CDataProvider:private] =>
[_sort:CDataProvider:private] =>
[_pagination:CDataProvider:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[tipoSocietaLabel] => Agenzie Template
[titletipoSocietaLabel] => Associazione anagrafiche Agenzie Template
)
)
)
[17] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CBaseController.php
[line] => 126
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/views/frmAnaCommesse/update.php
)
[function] => require
)
[18] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CBaseController.php
[line] => 95
[function] => renderInternal
[class] => CBaseController
[type] => ->
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/views/frmAnaCommesse/update.php
[1] => Array
(
[model] => FrmAnaCommesse Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcommessa] => 228
[idsocietautente] =>
[codicecommessa] => BUENO SNACK SIZE
[desccommessa] => BUENO SNACK SIZE
[idfoto] =>
[visible] => 1
[stamp_insert_user] => 135
[stamp_update_user] => 3
[stamp_update] => 2026-01-07 12:43:39
[stamp_insert] => 2023-11-30 16:47:43
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcommessa] => 228
[idsocietautente] =>
[codicecommessa] => BUENO SNACK SIZE
[desccommessa] => BUENO SNACK SIZE
[idfoto] =>
[visible] => 1
[stamp_insert_user] => 135
[stamp_update_user] => 3
[stamp_update] => 2026-01-07 12:43:39
[stamp_insert] => 2023-11-30 16:47:43
)
[_related:CActiveRecord:private] => Array
(
[fotoCommessa] =>
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 228
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmAnaCommesse Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[commesseSocUteDataProvider] => CArrayDataProvider Object
(
[keyField] => id
[rawData] => Array
(
[0] => Array
(
[id] => 12
[idsocietautente] => 12
[nome] => ARTWORKR
[CHECKED] => 0
)
[1] => Array
(
[id] => 13
[idsocietautente] => 13
[nome] => DAS STUDIO
[CHECKED] => 0
)
[2] => Array
(
[id] => 14
[idsocietautente] => 14
[nome] => LINKED2BRANDS
[CHECKED] => 0
)
[3] => Array
(
[id] => 11
[idsocietautente] => 11
[nome] => MAD-E
[CHECKED] => 1
)
[4] => Array
(
[id] => 10
[idsocietautente] => 10
[nome] => Studio MELLANO
[CHECKED] => 0
)
)
[caseSensitiveSort] => 1
[_id:CDataProvider:private] => commesseSocUteDataProvider
[_data:CDataProvider:private] =>
[_keys:CDataProvider:private] =>
[_totalItemCount:CDataProvider:private] =>
[_sort:CDataProvider:private] =>
[_pagination:CDataProvider:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[tipoSocietaLabel] => Agenzie Template
[titletipoSocietaLabel] => Associazione anagrafiche Agenzie Template
)
[2] => 1
)
)
[19] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 872
[function] => renderFile
[class] => CBaseController
[type] => ->
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/views/frmAnaCommesse/update.php
[1] => Array
(
[model] => FrmAnaCommesse Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcommessa] => 228
[idsocietautente] =>
[codicecommessa] => BUENO SNACK SIZE
[desccommessa] => BUENO SNACK SIZE
[idfoto] =>
[visible] => 1
[stamp_insert_user] => 135
[stamp_update_user] => 3
[stamp_update] => 2026-01-07 12:43:39
[stamp_insert] => 2023-11-30 16:47:43
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcommessa] => 228
[idsocietautente] =>
[codicecommessa] => BUENO SNACK SIZE
[desccommessa] => BUENO SNACK SIZE
[idfoto] =>
[visible] => 1
[stamp_insert_user] => 135
[stamp_update_user] => 3
[stamp_update] => 2026-01-07 12:43:39
[stamp_insert] => 2023-11-30 16:47:43
)
[_related:CActiveRecord:private] => Array
(
[fotoCommessa] =>
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 228
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmAnaCommesse Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[commesseSocUteDataProvider] => CArrayDataProvider Object
(
[keyField] => id
[rawData] => Array
(
[0] => Array
(
[id] => 12
[idsocietautente] => 12
[nome] => ARTWORKR
[CHECKED] => 0
)
[1] => Array
(
[id] => 13
[idsocietautente] => 13
[nome] => DAS STUDIO
[CHECKED] => 0
)
[2] => Array
(
[id] => 14
[idsocietautente] => 14
[nome] => LINKED2BRANDS
[CHECKED] => 0
)
[3] => Array
(
[id] => 11
[idsocietautente] => 11
[nome] => MAD-E
[CHECKED] => 1
)
[4] => Array
(
[id] => 10
[idsocietautente] => 10
[nome] => Studio MELLANO
[CHECKED] => 0
)
)
[caseSensitiveSort] => 1
[_id:CDataProvider:private] => commesseSocUteDataProvider
[_data:CDataProvider:private] =>
[_keys:CDataProvider:private] =>
[_totalItemCount:CDataProvider:private] =>
[_sort:CDataProvider:private] =>
[_pagination:CDataProvider:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[tipoSocietaLabel] => Agenzie Template
[titletipoSocietaLabel] => Associazione anagrafiche Agenzie Template
)
[2] => 1
)
)
[20] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 785
[function] => renderPartial
[class] => CController
[type] => ->
[args] => Array
(
[0] => /frmAnaCommesse/update
[1] => Array
(
[model] => FrmAnaCommesse Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcommessa] => 228
[idsocietautente] =>
[codicecommessa] => BUENO SNACK SIZE
[desccommessa] => BUENO SNACK SIZE
[idfoto] =>
[visible] => 1
[stamp_insert_user] => 135
[stamp_update_user] => 3
[stamp_update] => 2026-01-07 12:43:39
[stamp_insert] => 2023-11-30 16:47:43
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcommessa] => 228
[idsocietautente] =>
[codicecommessa] => BUENO SNACK SIZE
[desccommessa] => BUENO SNACK SIZE
[idfoto] =>
[visible] => 1
[stamp_insert_user] => 135
[stamp_update_user] => 3
[stamp_update] => 2026-01-07 12:43:39
[stamp_insert] => 2023-11-30 16:47:43
)
[_related:CActiveRecord:private] => Array
(
[fotoCommessa] =>
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 228
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmAnaCommesse Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[commesseSocUteDataProvider] => CArrayDataProvider Object
(
[keyField] => id
[rawData] => Array
(
[0] => Array
(
[id] => 12
[idsocietautente] => 12
[nome] => ARTWORKR
[CHECKED] => 0
)
[1] => Array
(
[id] => 13
[idsocietautente] => 13
[nome] => DAS STUDIO
[CHECKED] => 0
)
[2] => Array
(
[id] => 14
[idsocietautente] => 14
[nome] => LINKED2BRANDS
[CHECKED] => 0
)
[3] => Array
(
[id] => 11
[idsocietautente] => 11
[nome] => MAD-E
[CHECKED] => 1
)
[4] => Array
(
[id] => 10
[idsocietautente] => 10
[nome] => Studio MELLANO
[CHECKED] => 0
)
)
[caseSensitiveSort] => 1
[_id:CDataProvider:private] => commesseSocUteDataProvider
[_data:CDataProvider:private] =>
[_keys:CDataProvider:private] =>
[_totalItemCount:CDataProvider:private] =>
[_sort:CDataProvider:private] =>
[_pagination:CDataProvider:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[tipoSocietaLabel] => Agenzie Template
[titletipoSocietaLabel] => Associazione anagrafiche Agenzie Template
)
[2] => 1
)
)
[21] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/controllers/FrmAnaCommesseController.php
[line] => 206
[function] => render
[class] => CController
[type] => ->
[args] => Array
(
[0] => /frmAnaCommesse/update
[1] => Array
(
[model] => FrmAnaCommesse Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcommessa] => 228
[idsocietautente] =>
[codicecommessa] => BUENO SNACK SIZE
[desccommessa] => BUENO SNACK SIZE
[idfoto] =>
[visible] => 1
[stamp_insert_user] => 135
[stamp_update_user] => 3
[stamp_update] => 2026-01-07 12:43:39
[stamp_insert] => 2023-11-30 16:47:43
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcommessa] => 228
[idsocietautente] =>
[codicecommessa] => BUENO SNACK SIZE
[desccommessa] => BUENO SNACK SIZE
[idfoto] =>
[visible] => 1
[stamp_insert_user] => 135
[stamp_update_user] => 3
[stamp_update] => 2026-01-07 12:43:39
[stamp_insert] => 2023-11-30 16:47:43
)
[_related:CActiveRecord:private] => Array
(
[fotoCommessa] =>
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 228
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmAnaCommesse Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[commesseSocUteDataProvider] => CArrayDataProvider Object
(
[keyField] => id
[rawData] => Array
(
[0] => Array
(
[id] => 12
[idsocietautente] => 12
[nome] => ARTWORKR
[CHECKED] => 0
)
[1] => Array
(
[id] => 13
[idsocietautente] => 13
[nome] => DAS STUDIO
[CHECKED] => 0
)
[2] => Array
(
[id] => 14
[idsocietautente] => 14
[nome] => LINKED2BRANDS
[CHECKED] => 0
)
[3] => Array
(
[id] => 11
[idsocietautente] => 11
[nome] => MAD-E
[CHECKED] => 1
)
[4] => Array
(
[id] => 10
[idsocietautente] => 10
[nome] => Studio MELLANO
[CHECKED] => 0
)
)
[caseSensitiveSort] => 1
[_id:CDataProvider:private] => commesseSocUteDataProvider
[_data:CDataProvider:private] =>
[_keys:CDataProvider:private] =>
[_totalItemCount:CDataProvider:private] =>
[_sort:CDataProvider:private] =>
[_pagination:CDataProvider:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[tipoSocietaLabel] => Agenzie Template
[titletipoSocietaLabel] => Associazione anagrafiche Agenzie Template
)
)
)
[22] => Array
(
[function] => actionUpdate
[class] => FrmAnaCommesseController
[type] => ->
[args] => Array
(
[0] => 228
)
[file] => unknown
[line] => 0
)
[23] => Array
(
[file] => /var/www/html/dev/yii/framework/web/actions/CAction.php
[line] => 109
[function] => invokeArgs
[class] => ReflectionMethod
[type] => ->
[args] => Array
(
[0] => FrmAnaCommesseController Object
(
[layout] => //layouts/column1
[className] => FrmAnaCommesse
[menu] => Array
(
)
[breadcrumbs] => Array
(
[Gestione Commesse] => Array
(
[0] => admin
)
[0] => Modifica
)
[defaultAction] => index
[_id:CController:private] => frmAnaCommesse
[_action:CController:private] => CInlineAction Object
(
[_id:CAction:private] => update
[_controller:CAction:private] => FrmAnaCommesseController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => FrmAnaCommesseController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[1] => Array
(
[0] => 228
)
)
)
[24] => Array
(
[file] => /var/www/html/dev/yii/framework/web/actions/CInlineAction.php
[line] => 47
[function] => runWithParamsInternal
[class] => CAction
[type] => ->
[args] => Array
(
[0] => FrmAnaCommesseController Object
(
[layout] => //layouts/column1
[className] => FrmAnaCommesse
[menu] => Array
(
)
[breadcrumbs] => Array
(
[Gestione Commesse] => Array
(
[0] => admin
)
[0] => Modifica
)
[defaultAction] => index
[_id:CController:private] => frmAnaCommesse
[_action:CController:private] => CInlineAction Object
(
[_id:CAction:private] => update
[_controller:CAction:private] => FrmAnaCommesseController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => FrmAnaCommesseController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[1] => ReflectionMethod Object
(
[name] => actionUpdate
[class] => FrmAnaCommesseController
)
[2] => Array
(
[id] => 228
)
)
)
[25] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 308
[function] => runWithParams
[class] => CInlineAction
[type] => ->
[args] => Array
(
[0] => Array
(
[id] => 228
)
)
)
[26] => Array
(
[file] => /var/www/html/dev/yii/framework/web/filters/CFilterChain.php
[line] => 134
[function] => runAction
[class] => CController
[type] => ->
[args] => Array
(
[0] => CInlineAction Object
(
[_id:CAction:private] => update
[_controller:CAction:private] => FrmAnaCommesseController Object
(
[layout] => //layouts/column1
[className] => FrmAnaCommesse
[menu] => Array
(
)
[breadcrumbs] => Array
(
[Gestione Commesse] => Array
(
[0] => admin
)
[0] => Modifica
)
[defaultAction] => index
[_id:CController:private] => frmAnaCommesse
[_action:CController:private] => CInlineAction Object
*RECURSION*
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => FrmAnaCommesseController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[27] => Array
(
[file] => /var/www/html/dev/yii/framework/web/filters/CFilter.php
[line] => 40
[function] => run
[class] => CFilterChain
[type] => ->
[args] => Array
(
)
)
[28] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 1148
[function] => filter
[class] => CFilter
[type] => ->
[args] => Array
(
[0] => CFilterChain Object
(
[controller] => FrmAnaCommesseController Object
(
[layout] => //layouts/column1
[className] => FrmAnaCommesse
[menu] => Array
(
)
[breadcrumbs] => Array
(
[Gestione Commesse] => Array
(
[0] => admin
)
[0] => Modifica
)
[defaultAction] => index
[_id:CController:private] => frmAnaCommesse
[_action:CController:private] => CInlineAction Object
(
[_id:CAction:private] => update
[_controller:CAction:private] => FrmAnaCommesseController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => FrmAnaCommesseController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[action] => CInlineAction Object
(
[_id:CAction:private] => update
[_controller:CAction:private] => FrmAnaCommesseController Object
(
[layout] => //layouts/column1
[className] => FrmAnaCommesse
[menu] => Array
(
)
[breadcrumbs] => Array
(
[Gestione Commesse] => Array
(
[0] => admin
)
[0] => Modifica
)
[defaultAction] => index
[_id:CController:private] => frmAnaCommesse
[_action:CController:private] => CInlineAction Object
*RECURSION*
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => FrmAnaCommesseController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[filterIndex] => 1
[_d:CList:private] => Array
(
[0] => CInlineFilter Object
(
[name] => accessControl
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[29] => Array
(
[file] => /var/www/html/dev/yii/framework/web/filters/CInlineFilter.php
[line] => 58
[function] => filterAccessControl
[class] => CController
[type] => ->
[args] => Array
(
[0] => CFilterChain Object
(
[controller] => FrmAnaCommesseController Object
(
[layout] => //layouts/column1
[className] => FrmAnaCommesse
[menu] => Array
(
)
[breadcrumbs] => Array
(
[Gestione Commesse] => Array
(
[0] => admin
)
[0] => Modifica
)
[defaultAction] => index
[_id:CController:private] => frmAnaCommesse
[_action:CController:private] => CInlineAction Object
(
[_id:CAction:private] => update
[_controller:CAction:private] => FrmAnaCommesseController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => FrmAnaCommesseController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[action] => CInlineAction Object
(
[_id:CAction:private] => update
[_controller:CAction:private] => FrmAnaCommesseController Object
(
[layout] => //layouts/column1
[className] => FrmAnaCommesse
[menu] => Array
(
)
[breadcrumbs] => Array
(
[Gestione Commesse] => Array
(
[0] => admin
)
[0] => Modifica
)
[defaultAction] => index
[_id:CController:private] => frmAnaCommesse
[_action:CController:private] => CInlineAction Object
*RECURSION*
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => FrmAnaCommesseController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[filterIndex] => 1
[_d:CList:private] => Array
(
[0] => CInlineFilter Object
(
[name] => accessControl
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[30] => Array
(
[file] => /var/www/html/dev/yii/framework/web/filters/CFilterChain.php
[line] => 131
[function] => filter
[class] => CInlineFilter
[type] => ->
[args] => Array
(
[0] => CFilterChain Object
(
[controller] => FrmAnaCommesseController Object
(
[layout] => //layouts/column1
[className] => FrmAnaCommesse
[menu] => Array
(
)
[breadcrumbs] => Array
(
[Gestione Commesse] => Array
(
[0] => admin
)
[0] => Modifica
)
[defaultAction] => index
[_id:CController:private] => frmAnaCommesse
[_action:CController:private] => CInlineAction Object
(
[_id:CAction:private] => update
[_controller:CAction:private] => FrmAnaCommesseController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => FrmAnaCommesseController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[action] => CInlineAction Object
(
[_id:CAction:private] => update
[_controller:CAction:private] => FrmAnaCommesseController Object
(
[layout] => //layouts/column1
[className] => FrmAnaCommesse
[menu] => Array
(
)
[breadcrumbs] => Array
(
[Gestione Commesse] => Array
(
[0] => admin
)
[0] => Modifica
)
[defaultAction] => index
[_id:CController:private] => frmAnaCommesse
[_action:CController:private] => CInlineAction Object
*RECURSION*
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => FrmAnaCommesseController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[filterIndex] => 1
[_d:CList:private] => Array
(
[0] => CInlineFilter Object
(
[name] => accessControl
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[31] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 291
[function] => run
[class] => CFilterChain
[type] => ->
[args] => Array
(
)
)
[32] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 265
[function] => runActionWithFilters
[class] => CController
[type] => ->
[args] => Array
(
[0] => CInlineAction Object
(
[_id:CAction:private] => update
[_controller:CAction:private] => FrmAnaCommesseController Object
(
[layout] => //layouts/column1
[className] => FrmAnaCommesse
[menu] => Array
(
)
[breadcrumbs] => Array
(
[Gestione Commesse] => Array
(
[0] => admin
)
[0] => Modifica
)
[defaultAction] => index
[_id:CController:private] => frmAnaCommesse
[_action:CController:private] => CInlineAction Object
*RECURSION*
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => FrmAnaCommesseController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[1] => Array
(
[0] => accessControl
[1] => postOnly + delete
)
)
)
[33] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 282
[function] => run
[class] => CController
[type] => ->
[args] => Array
(
[0] => update
)
)
[34] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] => frmAnaCommesse/update
)
)
[35] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[36] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 56
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
07/01/2026 12:45:12 - TYPE ERROR:CException
07/01/2026 12:45:12 - MESSAGE:The asset "/var/www/html/dev/ferrerocit/protected/extensions/xupload/assets" to be published does not exist.
07/01/2026 12:45:12 - Error File LINE:
07/01/2026 12:45:12 - /var/www/html/dev/yii/framework/web/CAssetManager.php(257)
07/01/2026 12:45:12 - Error SOURCE CODE:
07/01/2026 12:45:12 - 245 {
246 CFileHelper::copyDirectory($src,$dstDir,array(
247 'exclude'=>$this->excludeFiles,
248 'level'=>$level,
249 'newDirMode'=>$this->newDirMode,
250 'newFileMode'=>$this->newFileMode,
251 ));
252 }
253
254 return $this->_published[$path]=$this->getBaseUrl().'/'.$dir;
255 }
256 }
257 throw new CException(Yii::t('yii','The asset "{asset}" to be published does not exist.',
258 array('{asset}'=>$path)));
259 }
260
261 /**
262 * Returns the published path of a file path.
263 * This method does not perform any publishing. It merely tells you
264 * if the file or directory is published, where it will go.
265 * @param string $path directory or file path being published
266 * @param boolean $hashByName whether the published directory should be named as the hashed basename.
267 * If false, the name will be the hash taken from dirname of the path being published and path mtime.
268 * Defaults to false. Set true if the path being published is shared among
269 * different extensions.
07/01/2026 12:45:12 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/extensions/xupload/XUpload.php
[line] => 142
[function] => publish
[class] => CAssetManager
[type] => ->
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/extensions/xupload/assets
)
)
[1] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/extensions/xupload/XUpload.php
[line] => 82
[function] => publishAssets
[class] => XUpload
[type] => ->
[args] => Array
(
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CBaseController.php
[line] => 147
[function] => init
[class] => XUpload
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CBaseController.php
[line] => 181
[function] => createWidget
[class] => CBaseController
[type] => ->
[args] => Array
(
[0] => xupload.XUpload
[1] => Array
(
[url] => /ferrerocit/imgCertificazione/UploadImmagini/forceSubFolder/3129
[model] => uploadAllegati Object
(
[file] =>
[mime_type] =>
[size] =>
[name] =>
[filename] =>
[description] =>
[datadoc] =>
[secureFileNames] =>
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[attribute] => file
[multiple] => 1
[previewImages] =>
[downloadView] => application.views.imgCertificazione.download_immagini_template
[htmlOptions] => Array
(
[id] => form-upload-immagini
)
[options] => Array
(
[acceptFileTypes] => js:/(\.|\/)(jpeg|png|gif|bmp)$/i
[previewImages] =>
)
)
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/views/imgCertificazione/_form.php
[line] => 360
[function] => widget
[class] => CBaseController
[type] => ->
[args] => Array
(
[0] => xupload.XUpload
[1] => Array
(
[url] => /ferrerocit/imgCertificazione/UploadImmagini/forceSubFolder/3129
[model] => uploadAllegati Object
(
[file] =>
[mime_type] =>
[size] =>
[name] =>
[filename] =>
[description] =>
[datadoc] =>
[secureFileNames] =>
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[attribute] => file
[multiple] => 1
[previewImages] =>
[downloadView] => application.views.imgCertificazione.download_immagini_template
[htmlOptions] => Array
(
[id] => form-upload-immagini
)
[options] => Array
(
[acceptFileTypes] => js:/(\.|\/)(jpeg|png|gif|bmp)$/i
[previewImages] =>
)
)
)
)
[5] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CBaseController.php
[line] => 126
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/views/imgCertificazione/_form.php
)
[function] => require
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CBaseController.php
[line] => 95
[function] => renderInternal
[class] => CBaseController
[type] => ->
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/views/imgCertificazione/_form.php
[1] => Array
(
[model] => ImgCertificazione Object
(
[path] =>
[idagenziareprosearch] =>
[idrefmarketingsearch] =>
[semaforoRosso] => 0
[semaforoVerde] => 1
[semaforoGiallo] => 2
[inoltraappepson] => 0
[rifiutocert] => 0
[imgArBr] =>
[motivgc] =>
[motivrifiutoagenzia] =>
[motivrifiuto] =>
[datacambiostato] =>
[sendMail] =>
[storicoImg] =>
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 3129
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] => CList Object
(
[_d:CList:private] => Array
(
[0] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idstatocert
[1] => idflusso
[2] => idcurrentstep
[3] => idrefmarketing
[4] => idbrand
[5] => descrizione
[6] => link
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[1] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => path
)
[message] => È necessario caricare almeno una immagine
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[2] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ASSIGNED_C] => ASSIGNED_C
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[3] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ACCEPTED] => ACCEPTED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[4] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[APPROVED] => APPROVED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[5] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
[TOLINK] => TOLINK
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[6] => CNumberValidator Object
(
[integerOnly] => 1
[allowEmpty] => 1
[max] =>
[min] =>
[tooBig] =>
[tooSmall] =>
[integerPattern] => /^\s*[+-]?\d+\s*$/
[numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idflusso
[3] => idcurrentstep
[4] => idstatocert
[5] => idrefmarketing
[6] => idbrand
[7] => idprogetto
[8] => idagenziarepro
[9] => accettazioneagenzia
[10] => forzaaccettazioneagenzia
[11] => passaggiapprovazione
[12] => passaggiforzaagenzia
[13] => passaggiaccettazioneagenzia
[14] => stamp_insert_user
[15] => stamp_update_user
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[7] => CStringValidator Object
(
[max] => 25
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => codice
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[8] => CStringValidator Object
(
[max] => 200
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => descrizione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[9] => CStringValidator Object
(
[max] => 1000
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => link
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[10] => CStringValidator Object
(
[max] => 1
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => statoapprovazione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[11] => CInlineValidator Object
(
[method] => validarifiutoagenzia
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiutoagenzia
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[12] => CInlineValidator Object
(
[method] => validarifiutogc
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivgc
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[13] => CInlineValidator Object
(
[method] => validarifiutoApprovazione
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiuto
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[14] => CSafeValidator Object
(
[attributes] => Array
(
[0] => note
[1] => datacambiostato
[2] => idrefmarketingsearch
[3] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[15] => CSafeValidator Object
(
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idcertificazione
[3] => idflusso
[4] => idcurrentstep
[5] => idstatocert
[6] => idrefmarketing
[7] => idbrand
[8] => idprogetto
[9] => codice
[10] => descrizione
[11] => link
[12] => idagenziarepro
[13] => accettazioneagenzia
[14] => forzaaccettazioneagenzia
[15] => passaggiapprovazione
[16] => passaggiforzaagenzia
[17] => passaggiaccettazioneagenzia
[18] => statoapprovazione
[19] => linkdownload
[20] => stamp_insert_user
[21] => stamp_update_user
[22] => stamp_update
[23] => stamp_insert
[24] => refmarketing
[25] => agenziarepro
[26] => note
[27] => datacambiostato
[28] => idrefmarketingsearch
[29] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
[search] => search
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 16
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgCertificazione Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[currentStep] => FrmFlussiStep Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 30
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFlussiStep Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[allegati] => FrmFilesUpload Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[iduser] => 1
[descrizione] =>
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFilesUpload Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[motivazioni] => ImgMotivazioni Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgMotivazioni Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[view] => 1
)
[2] => 1
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 872
[function] => renderFile
[class] => CBaseController
[type] => ->
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/views/imgCertificazione/_form.php
[1] => Array
(
[model] => ImgCertificazione Object
(
[path] =>
[idagenziareprosearch] =>
[idrefmarketingsearch] =>
[semaforoRosso] => 0
[semaforoVerde] => 1
[semaforoGiallo] => 2
[inoltraappepson] => 0
[rifiutocert] => 0
[imgArBr] =>
[motivgc] =>
[motivrifiutoagenzia] =>
[motivrifiuto] =>
[datacambiostato] =>
[sendMail] =>
[storicoImg] =>
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 3129
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] => CList Object
(
[_d:CList:private] => Array
(
[0] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idstatocert
[1] => idflusso
[2] => idcurrentstep
[3] => idrefmarketing
[4] => idbrand
[5] => descrizione
[6] => link
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[1] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => path
)
[message] => È necessario caricare almeno una immagine
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[2] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ASSIGNED_C] => ASSIGNED_C
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[3] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ACCEPTED] => ACCEPTED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[4] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[APPROVED] => APPROVED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[5] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
[TOLINK] => TOLINK
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[6] => CNumberValidator Object
(
[integerOnly] => 1
[allowEmpty] => 1
[max] =>
[min] =>
[tooBig] =>
[tooSmall] =>
[integerPattern] => /^\s*[+-]?\d+\s*$/
[numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idflusso
[3] => idcurrentstep
[4] => idstatocert
[5] => idrefmarketing
[6] => idbrand
[7] => idprogetto
[8] => idagenziarepro
[9] => accettazioneagenzia
[10] => forzaaccettazioneagenzia
[11] => passaggiapprovazione
[12] => passaggiforzaagenzia
[13] => passaggiaccettazioneagenzia
[14] => stamp_insert_user
[15] => stamp_update_user
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[7] => CStringValidator Object
(
[max] => 25
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => codice
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[8] => CStringValidator Object
(
[max] => 200
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => descrizione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[9] => CStringValidator Object
(
[max] => 1000
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => link
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[10] => CStringValidator Object
(
[max] => 1
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => statoapprovazione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[11] => CInlineValidator Object
(
[method] => validarifiutoagenzia
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiutoagenzia
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[12] => CInlineValidator Object
(
[method] => validarifiutogc
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivgc
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[13] => CInlineValidator Object
(
[method] => validarifiutoApprovazione
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiuto
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[14] => CSafeValidator Object
(
[attributes] => Array
(
[0] => note
[1] => datacambiostato
[2] => idrefmarketingsearch
[3] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[15] => CSafeValidator Object
(
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idcertificazione
[3] => idflusso
[4] => idcurrentstep
[5] => idstatocert
[6] => idrefmarketing
[7] => idbrand
[8] => idprogetto
[9] => codice
[10] => descrizione
[11] => link
[12] => idagenziarepro
[13] => accettazioneagenzia
[14] => forzaaccettazioneagenzia
[15] => passaggiapprovazione
[16] => passaggiforzaagenzia
[17] => passaggiaccettazioneagenzia
[18] => statoapprovazione
[19] => linkdownload
[20] => stamp_insert_user
[21] => stamp_update_user
[22] => stamp_update
[23] => stamp_insert
[24] => refmarketing
[25] => agenziarepro
[26] => note
[27] => datacambiostato
[28] => idrefmarketingsearch
[29] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
[search] => search
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 16
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgCertificazione Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[currentStep] => FrmFlussiStep Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 30
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFlussiStep Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[allegati] => FrmFilesUpload Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[iduser] => 1
[descrizione] =>
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFilesUpload Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[motivazioni] => ImgMotivazioni Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgMotivazioni Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[view] => 1
)
[2] => 1
)
)
[8] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/views/imgCertificazione/update.php
[line] => 41
[function] => renderPartial
[class] => CController
[type] => ->
[args] => Array
(
[0] => _form
[1] => Array
(
[model] => ImgCertificazione Object
(
[path] =>
[idagenziareprosearch] =>
[idrefmarketingsearch] =>
[semaforoRosso] => 0
[semaforoVerde] => 1
[semaforoGiallo] => 2
[inoltraappepson] => 0
[rifiutocert] => 0
[imgArBr] =>
[motivgc] =>
[motivrifiutoagenzia] =>
[motivrifiuto] =>
[datacambiostato] =>
[sendMail] =>
[storicoImg] =>
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 3129
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] => CList Object
(
[_d:CList:private] => Array
(
[0] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idstatocert
[1] => idflusso
[2] => idcurrentstep
[3] => idrefmarketing
[4] => idbrand
[5] => descrizione
[6] => link
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[1] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => path
)
[message] => È necessario caricare almeno una immagine
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[2] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ASSIGNED_C] => ASSIGNED_C
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[3] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ACCEPTED] => ACCEPTED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[4] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[APPROVED] => APPROVED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[5] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
[TOLINK] => TOLINK
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[6] => CNumberValidator Object
(
[integerOnly] => 1
[allowEmpty] => 1
[max] =>
[min] =>
[tooBig] =>
[tooSmall] =>
[integerPattern] => /^\s*[+-]?\d+\s*$/
[numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idflusso
[3] => idcurrentstep
[4] => idstatocert
[5] => idrefmarketing
[6] => idbrand
[7] => idprogetto
[8] => idagenziarepro
[9] => accettazioneagenzia
[10] => forzaaccettazioneagenzia
[11] => passaggiapprovazione
[12] => passaggiforzaagenzia
[13] => passaggiaccettazioneagenzia
[14] => stamp_insert_user
[15] => stamp_update_user
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[7] => CStringValidator Object
(
[max] => 25
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => codice
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[8] => CStringValidator Object
(
[max] => 200
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => descrizione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[9] => CStringValidator Object
(
[max] => 1000
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => link
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[10] => CStringValidator Object
(
[max] => 1
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => statoapprovazione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[11] => CInlineValidator Object
(
[method] => validarifiutoagenzia
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiutoagenzia
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[12] => CInlineValidator Object
(
[method] => validarifiutogc
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivgc
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[13] => CInlineValidator Object
(
[method] => validarifiutoApprovazione
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiuto
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[14] => CSafeValidator Object
(
[attributes] => Array
(
[0] => note
[1] => datacambiostato
[2] => idrefmarketingsearch
[3] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[15] => CSafeValidator Object
(
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idcertificazione
[3] => idflusso
[4] => idcurrentstep
[5] => idstatocert
[6] => idrefmarketing
[7] => idbrand
[8] => idprogetto
[9] => codice
[10] => descrizione
[11] => link
[12] => idagenziarepro
[13] => accettazioneagenzia
[14] => forzaaccettazioneagenzia
[15] => passaggiapprovazione
[16] => passaggiforzaagenzia
[17] => passaggiaccettazioneagenzia
[18] => statoapprovazione
[19] => linkdownload
[20] => stamp_insert_user
[21] => stamp_update_user
[22] => stamp_update
[23] => stamp_insert
[24] => refmarketing
[25] => agenziarepro
[26] => note
[27] => datacambiostato
[28] => idrefmarketingsearch
[29] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
[search] => search
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 16
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgCertificazione Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[currentStep] => FrmFlussiStep Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 30
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFlussiStep Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[allegati] => FrmFilesUpload Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[iduser] => 1
[descrizione] =>
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFilesUpload Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[motivazioni] => ImgMotivazioni Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgMotivazioni Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[view] => 1
)
)
)
[9] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CBaseController.php
[line] => 126
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/views/imgCertificazione/update.php
)
[function] => require
)
[10] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CBaseController.php
[line] => 95
[function] => renderInternal
[class] => CBaseController
[type] => ->
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/views/imgCertificazione/update.php
[1] => Array
(
[model] => ImgCertificazione Object
(
[path] =>
[idagenziareprosearch] =>
[idrefmarketingsearch] =>
[semaforoRosso] => 0
[semaforoVerde] => 1
[semaforoGiallo] => 2
[inoltraappepson] => 0
[rifiutocert] => 0
[imgArBr] =>
[motivgc] =>
[motivrifiutoagenzia] =>
[motivrifiuto] =>
[datacambiostato] =>
[sendMail] =>
[storicoImg] =>
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 3129
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] => CList Object
(
[_d:CList:private] => Array
(
[0] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idstatocert
[1] => idflusso
[2] => idcurrentstep
[3] => idrefmarketing
[4] => idbrand
[5] => descrizione
[6] => link
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[1] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => path
)
[message] => È necessario caricare almeno una immagine
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[2] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ASSIGNED_C] => ASSIGNED_C
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[3] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ACCEPTED] => ACCEPTED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[4] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[APPROVED] => APPROVED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[5] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
[TOLINK] => TOLINK
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[6] => CNumberValidator Object
(
[integerOnly] => 1
[allowEmpty] => 1
[max] =>
[min] =>
[tooBig] =>
[tooSmall] =>
[integerPattern] => /^\s*[+-]?\d+\s*$/
[numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idflusso
[3] => idcurrentstep
[4] => idstatocert
[5] => idrefmarketing
[6] => idbrand
[7] => idprogetto
[8] => idagenziarepro
[9] => accettazioneagenzia
[10] => forzaaccettazioneagenzia
[11] => passaggiapprovazione
[12] => passaggiforzaagenzia
[13] => passaggiaccettazioneagenzia
[14] => stamp_insert_user
[15] => stamp_update_user
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[7] => CStringValidator Object
(
[max] => 25
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => codice
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[8] => CStringValidator Object
(
[max] => 200
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => descrizione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[9] => CStringValidator Object
(
[max] => 1000
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => link
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[10] => CStringValidator Object
(
[max] => 1
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => statoapprovazione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[11] => CInlineValidator Object
(
[method] => validarifiutoagenzia
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiutoagenzia
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[12] => CInlineValidator Object
(
[method] => validarifiutogc
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivgc
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[13] => CInlineValidator Object
(
[method] => validarifiutoApprovazione
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiuto
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[14] => CSafeValidator Object
(
[attributes] => Array
(
[0] => note
[1] => datacambiostato
[2] => idrefmarketingsearch
[3] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[15] => CSafeValidator Object
(
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idcertificazione
[3] => idflusso
[4] => idcurrentstep
[5] => idstatocert
[6] => idrefmarketing
[7] => idbrand
[8] => idprogetto
[9] => codice
[10] => descrizione
[11] => link
[12] => idagenziarepro
[13] => accettazioneagenzia
[14] => forzaaccettazioneagenzia
[15] => passaggiapprovazione
[16] => passaggiforzaagenzia
[17] => passaggiaccettazioneagenzia
[18] => statoapprovazione
[19] => linkdownload
[20] => stamp_insert_user
[21] => stamp_update_user
[22] => stamp_update
[23] => stamp_insert
[24] => refmarketing
[25] => agenziarepro
[26] => note
[27] => datacambiostato
[28] => idrefmarketingsearch
[29] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
[search] => search
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 16
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgCertificazione Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[currentStep] => FrmFlussiStep Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 30
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFlussiStep Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[allegati] => FrmFilesUpload Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[iduser] => 1
[descrizione] =>
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFilesUpload Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[motivazioni] => ImgMotivazioni Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgMotivazioni Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[view] => 1
)
[2] => 1
)
)
[11] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 872
[function] => renderFile
[class] => CBaseController
[type] => ->
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/views/imgCertificazione/update.php
[1] => Array
(
[model] => ImgCertificazione Object
(
[path] =>
[idagenziareprosearch] =>
[idrefmarketingsearch] =>
[semaforoRosso] => 0
[semaforoVerde] => 1
[semaforoGiallo] => 2
[inoltraappepson] => 0
[rifiutocert] => 0
[imgArBr] =>
[motivgc] =>
[motivrifiutoagenzia] =>
[motivrifiuto] =>
[datacambiostato] =>
[sendMail] =>
[storicoImg] =>
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 3129
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] => CList Object
(
[_d:CList:private] => Array
(
[0] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idstatocert
[1] => idflusso
[2] => idcurrentstep
[3] => idrefmarketing
[4] => idbrand
[5] => descrizione
[6] => link
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[1] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => path
)
[message] => È necessario caricare almeno una immagine
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[2] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ASSIGNED_C] => ASSIGNED_C
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[3] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ACCEPTED] => ACCEPTED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[4] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[APPROVED] => APPROVED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[5] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
[TOLINK] => TOLINK
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[6] => CNumberValidator Object
(
[integerOnly] => 1
[allowEmpty] => 1
[max] =>
[min] =>
[tooBig] =>
[tooSmall] =>
[integerPattern] => /^\s*[+-]?\d+\s*$/
[numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idflusso
[3] => idcurrentstep
[4] => idstatocert
[5] => idrefmarketing
[6] => idbrand
[7] => idprogetto
[8] => idagenziarepro
[9] => accettazioneagenzia
[10] => forzaaccettazioneagenzia
[11] => passaggiapprovazione
[12] => passaggiforzaagenzia
[13] => passaggiaccettazioneagenzia
[14] => stamp_insert_user
[15] => stamp_update_user
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[7] => CStringValidator Object
(
[max] => 25
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => codice
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[8] => CStringValidator Object
(
[max] => 200
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => descrizione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[9] => CStringValidator Object
(
[max] => 1000
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => link
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[10] => CStringValidator Object
(
[max] => 1
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => statoapprovazione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[11] => CInlineValidator Object
(
[method] => validarifiutoagenzia
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiutoagenzia
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[12] => CInlineValidator Object
(
[method] => validarifiutogc
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivgc
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[13] => CInlineValidator Object
(
[method] => validarifiutoApprovazione
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiuto
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[14] => CSafeValidator Object
(
[attributes] => Array
(
[0] => note
[1] => datacambiostato
[2] => idrefmarketingsearch
[3] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[15] => CSafeValidator Object
(
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idcertificazione
[3] => idflusso
[4] => idcurrentstep
[5] => idstatocert
[6] => idrefmarketing
[7] => idbrand
[8] => idprogetto
[9] => codice
[10] => descrizione
[11] => link
[12] => idagenziarepro
[13] => accettazioneagenzia
[14] => forzaaccettazioneagenzia
[15] => passaggiapprovazione
[16] => passaggiforzaagenzia
[17] => passaggiaccettazioneagenzia
[18] => statoapprovazione
[19] => linkdownload
[20] => stamp_insert_user
[21] => stamp_update_user
[22] => stamp_update
[23] => stamp_insert
[24] => refmarketing
[25] => agenziarepro
[26] => note
[27] => datacambiostato
[28] => idrefmarketingsearch
[29] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
[search] => search
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 16
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgCertificazione Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[currentStep] => FrmFlussiStep Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 30
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFlussiStep Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[allegati] => FrmFilesUpload Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[iduser] => 1
[descrizione] =>
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFilesUpload Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[motivazioni] => ImgMotivazioni Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgMotivazioni Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[view] => 1
)
[2] => 1
)
)
[12] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 785
[function] => renderPartial
[class] => CController
[type] => ->
[args] => Array
(
[0] => update
[1] => Array
(
[model] => ImgCertificazione Object
(
[path] =>
[idagenziareprosearch] =>
[idrefmarketingsearch] =>
[semaforoRosso] => 0
[semaforoVerde] => 1
[semaforoGiallo] => 2
[inoltraappepson] => 0
[rifiutocert] => 0
[imgArBr] =>
[motivgc] =>
[motivrifiutoagenzia] =>
[motivrifiuto] =>
[datacambiostato] =>
[sendMail] =>
[storicoImg] =>
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 3129
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] => CList Object
(
[_d:CList:private] => Array
(
[0] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idstatocert
[1] => idflusso
[2] => idcurrentstep
[3] => idrefmarketing
[4] => idbrand
[5] => descrizione
[6] => link
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[1] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => path
)
[message] => È necessario caricare almeno una immagine
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[2] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ASSIGNED_C] => ASSIGNED_C
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[3] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ACCEPTED] => ACCEPTED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[4] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[APPROVED] => APPROVED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[5] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
[TOLINK] => TOLINK
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[6] => CNumberValidator Object
(
[integerOnly] => 1
[allowEmpty] => 1
[max] =>
[min] =>
[tooBig] =>
[tooSmall] =>
[integerPattern] => /^\s*[+-]?\d+\s*$/
[numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idflusso
[3] => idcurrentstep
[4] => idstatocert
[5] => idrefmarketing
[6] => idbrand
[7] => idprogetto
[8] => idagenziarepro
[9] => accettazioneagenzia
[10] => forzaaccettazioneagenzia
[11] => passaggiapprovazione
[12] => passaggiforzaagenzia
[13] => passaggiaccettazioneagenzia
[14] => stamp_insert_user
[15] => stamp_update_user
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[7] => CStringValidator Object
(
[max] => 25
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => codice
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[8] => CStringValidator Object
(
[max] => 200
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => descrizione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[9] => CStringValidator Object
(
[max] => 1000
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => link
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[10] => CStringValidator Object
(
[max] => 1
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => statoapprovazione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[11] => CInlineValidator Object
(
[method] => validarifiutoagenzia
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiutoagenzia
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[12] => CInlineValidator Object
(
[method] => validarifiutogc
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivgc
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[13] => CInlineValidator Object
(
[method] => validarifiutoApprovazione
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiuto
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[14] => CSafeValidator Object
(
[attributes] => Array
(
[0] => note
[1] => datacambiostato
[2] => idrefmarketingsearch
[3] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[15] => CSafeValidator Object
(
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idcertificazione
[3] => idflusso
[4] => idcurrentstep
[5] => idstatocert
[6] => idrefmarketing
[7] => idbrand
[8] => idprogetto
[9] => codice
[10] => descrizione
[11] => link
[12] => idagenziarepro
[13] => accettazioneagenzia
[14] => forzaaccettazioneagenzia
[15] => passaggiapprovazione
[16] => passaggiforzaagenzia
[17] => passaggiaccettazioneagenzia
[18] => statoapprovazione
[19] => linkdownload
[20] => stamp_insert_user
[21] => stamp_update_user
[22] => stamp_update
[23] => stamp_insert
[24] => refmarketing
[25] => agenziarepro
[26] => note
[27] => datacambiostato
[28] => idrefmarketingsearch
[29] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
[search] => search
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 16
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgCertificazione Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[currentStep] => FrmFlussiStep Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 30
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFlussiStep Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[allegati] => FrmFilesUpload Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[iduser] => 1
[descrizione] =>
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFilesUpload Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[motivazioni] => ImgMotivazioni Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgMotivazioni Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[view] => 1
)
[2] => 1
)
)
[13] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/controllers/ImgCertificazioneController.php
[line] => 147
[function] => render
[class] => CController
[type] => ->
[args] => Array
(
[0] => update
[1] => Array
(
[model] => ImgCertificazione Object
(
[path] =>
[idagenziareprosearch] =>
[idrefmarketingsearch] =>
[semaforoRosso] => 0
[semaforoVerde] => 1
[semaforoGiallo] => 2
[inoltraappepson] => 0
[rifiutocert] => 0
[imgArBr] =>
[motivgc] =>
[motivrifiutoagenzia] =>
[motivrifiuto] =>
[datacambiostato] =>
[sendMail] =>
[storicoImg] =>
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 3129
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] => CList Object
(
[_d:CList:private] => Array
(
[0] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idstatocert
[1] => idflusso
[2] => idcurrentstep
[3] => idrefmarketing
[4] => idbrand
[5] => descrizione
[6] => link
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[1] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => path
)
[message] => È necessario caricare almeno una immagine
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[2] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ASSIGNED_C] => ASSIGNED_C
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[3] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ACCEPTED] => ACCEPTED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[4] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[APPROVED] => APPROVED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[5] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
[TOLINK] => TOLINK
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[6] => CNumberValidator Object
(
[integerOnly] => 1
[allowEmpty] => 1
[max] =>
[min] =>
[tooBig] =>
[tooSmall] =>
[integerPattern] => /^\s*[+-]?\d+\s*$/
[numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idflusso
[3] => idcurrentstep
[4] => idstatocert
[5] => idrefmarketing
[6] => idbrand
[7] => idprogetto
[8] => idagenziarepro
[9] => accettazioneagenzia
[10] => forzaaccettazioneagenzia
[11] => passaggiapprovazione
[12] => passaggiforzaagenzia
[13] => passaggiaccettazioneagenzia
[14] => stamp_insert_user
[15] => stamp_update_user
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[7] => CStringValidator Object
(
[max] => 25
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => codice
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[8] => CStringValidator Object
(
[max] => 200
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => descrizione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[9] => CStringValidator Object
(
[max] => 1000
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => link
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[10] => CStringValidator Object
(
[max] => 1
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => statoapprovazione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[11] => CInlineValidator Object
(
[method] => validarifiutoagenzia
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiutoagenzia
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[12] => CInlineValidator Object
(
[method] => validarifiutogc
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivgc
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[13] => CInlineValidator Object
(
[method] => validarifiutoApprovazione
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiuto
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[14] => CSafeValidator Object
(
[attributes] => Array
(
[0] => note
[1] => datacambiostato
[2] => idrefmarketingsearch
[3] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[15] => CSafeValidator Object
(
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idcertificazione
[3] => idflusso
[4] => idcurrentstep
[5] => idstatocert
[6] => idrefmarketing
[7] => idbrand
[8] => idprogetto
[9] => codice
[10] => descrizione
[11] => link
[12] => idagenziarepro
[13] => accettazioneagenzia
[14] => forzaaccettazioneagenzia
[15] => passaggiapprovazione
[16] => passaggiforzaagenzia
[17] => passaggiaccettazioneagenzia
[18] => statoapprovazione
[19] => linkdownload
[20] => stamp_insert_user
[21] => stamp_update_user
[22] => stamp_update
[23] => stamp_insert
[24] => refmarketing
[25] => agenziarepro
[26] => note
[27] => datacambiostato
[28] => idrefmarketingsearch
[29] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
[search] => search
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 16
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgCertificazione Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[currentStep] => FrmFlussiStep Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 30
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFlussiStep Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[allegati] => FrmFilesUpload Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[iduser] => 1
[descrizione] =>
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFilesUpload Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[motivazioni] => ImgMotivazioni Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgMotivazioni Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[view] => 1
)
)
)
[14] => Array
(
[function] => actionView
[class] => ImgCertificazioneController
[type] => ->
[args] => Array
(
[0] => 3129
)
[file] => unknown
[line] => 0
)
[15] => Array
(
[file] => /var/www/html/dev/yii/framework/web/actions/CAction.php
[line] => 109
[function] => invokeArgs
[class] => ReflectionMethod
[type] => ->
[args] => Array
(
[0] => ImgCertificazioneController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => imgCertificazione
[_action:CController:private] => CInlineAction Object
(
[_id:CAction:private] => view
[_controller:CAction:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
[0] => TbActiveForm Object
(
[type] => vertical
[prependCssClass] => input-group
[appendCssClass] => input-group
[addOnCssClass] => input-group-addon
[addOnTag] => span
[addOnWrapperTag] => div
[hintCssClass] => help-block
[hintTag] => span
[showErrors] => 1
[action] =>
[method] => post
[stateful] =>
[errorMessageCssClass] => help-block error
[htmlOptions] => Array
(
[class] => form
[id] => img-certificazione-form
)
[clientOptions] => Array
(
[validateOnSubmit] => 1
[afterValidate] => js:function(form, data, hasError){
if(hasError) {
$(".div_waiting").hide();
$("#page_loader").fadeOut();//20161103 - TICKET: 0001309
}else{
return true;
}
}
[errorCssClass] => has-error
[successCssClass] => has-success
[inputContainer] => div.form-group
)
[enableAjaxValidation] => 1
[enableClientValidation] =>
[focus] =>
[attributes:protected] => Array
(
)
[summaryID:protected] => img-certificazione-form_es_
[_summaryAttributes:CActiveForm:private] => Array
(
[0] => ImgCertificazione_idstatocert
[1] => ImgCertificazione_idflusso
[2] => ImgCertificazione_idcurrentstep
[3] => ImgCertificazione_idrefmarketing
[4] => ImgCertificazione_idbrand
[5] => ImgCertificazione_descrizione
[6] => ImgCertificazione_link
[7] => ImgCertificazione_path
[8] => ImgCertificazione_idsocieta
[9] => ImgCertificazione_idstabilimento
[10] => ImgCertificazione_idprogetto
[11] => ImgCertificazione_idagenziarepro
[12] => ImgCertificazione_accettazioneagenzia
[13] => ImgCertificazione_forzaaccettazioneagenzia
[14] => ImgCertificazione_passaggiapprovazione
[15] => ImgCertificazione_passaggiforzaagenzia
[16] => ImgCertificazione_passaggiaccettazioneagenzia
[17] => ImgCertificazione_stamp_insert_user
[18] => ImgCertificazione_stamp_update_user
[19] => ImgCertificazione_codice
[20] => ImgCertificazione_linkdownload
[21] => ImgCertificazione_statoapprovazione
[22] => ImgCertificazione_motivrifiutoagenzia
[23] => ImgCertificazione_motivgc
[24] => ImgCertificazione_motivrifiuto
[25] => ImgCertificazione_note
[26] => ImgCertificazione_datacambiostato
[27] => ImgCertificazione_idrefmarketingsearch
[28] => ImgCertificazione_idagenziareprosearch
)
[actionPrefix] =>
[skin] => default
[_id:CWidget:private] => img-certificazione-form
[_owner:CWidget:private] => ImgCertificazioneController Object
*RECURSION*
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[1] => Array
(
[0] => 3129
)
)
)
[16] => Array
(
[file] => /var/www/html/dev/yii/framework/web/actions/CInlineAction.php
[line] => 47
[function] => runWithParamsInternal
[class] => CAction
[type] => ->
[args] => Array
(
[0] => ImgCertificazioneController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => imgCertificazione
[_action:CController:private] => CInlineAction Object
(
[_id:CAction:private] => view
[_controller:CAction:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
[0] => TbActiveForm Object
(
[type] => vertical
[prependCssClass] => input-group
[appendCssClass] => input-group
[addOnCssClass] => input-group-addon
[addOnTag] => span
[addOnWrapperTag] => div
[hintCssClass] => help-block
[hintTag] => span
[showErrors] => 1
[action] =>
[method] => post
[stateful] =>
[errorMessageCssClass] => help-block error
[htmlOptions] => Array
(
[class] => form
[id] => img-certificazione-form
)
[clientOptions] => Array
(
[validateOnSubmit] => 1
[afterValidate] => js:function(form, data, hasError){
if(hasError) {
$(".div_waiting").hide();
$("#page_loader").fadeOut();//20161103 - TICKET: 0001309
}else{
return true;
}
}
[errorCssClass] => has-error
[successCssClass] => has-success
[inputContainer] => div.form-group
)
[enableAjaxValidation] => 1
[enableClientValidation] =>
[focus] =>
[attributes:protected] => Array
(
)
[summaryID:protected] => img-certificazione-form_es_
[_summaryAttributes:CActiveForm:private] => Array
(
[0] => ImgCertificazione_idstatocert
[1] => ImgCertificazione_idflusso
[2] => ImgCertificazione_idcurrentstep
[3] => ImgCertificazione_idrefmarketing
[4] => ImgCertificazione_idbrand
[5] => ImgCertificazione_descrizione
[6] => ImgCertificazione_link
[7] => ImgCertificazione_path
[8] => ImgCertificazione_idsocieta
[9] => ImgCertificazione_idstabilimento
[10] => ImgCertificazione_idprogetto
[11] => ImgCertificazione_idagenziarepro
[12] => ImgCertificazione_accettazioneagenzia
[13] => ImgCertificazione_forzaaccettazioneagenzia
[14] => ImgCertificazione_passaggiapprovazione
[15] => ImgCertificazione_passaggiforzaagenzia
[16] => ImgCertificazione_passaggiaccettazioneagenzia
[17] => ImgCertificazione_stamp_insert_user
[18] => ImgCertificazione_stamp_update_user
[19] => ImgCertificazione_codice
[20] => ImgCertificazione_linkdownload
[21] => ImgCertificazione_statoapprovazione
[22] => ImgCertificazione_motivrifiutoagenzia
[23] => ImgCertificazione_motivgc
[24] => ImgCertificazione_motivrifiuto
[25] => ImgCertificazione_note
[26] => ImgCertificazione_datacambiostato
[27] => ImgCertificazione_idrefmarketingsearch
[28] => ImgCertificazione_idagenziareprosearch
)
[actionPrefix] =>
[skin] => default
[_id:CWidget:private] => img-certificazione-form
[_owner:CWidget:private] => ImgCertificazioneController Object
*RECURSION*
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[1] => ReflectionMethod Object
(
[name] => actionView
[class] => ImgCertificazioneController
)
[2] => Array
(
[id] => 3129
)
)
)
[17] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 308
[function] => runWithParams
[class] => CInlineAction
[type] => ->
[args] => Array
(
[0] => Array
(
[id] => 3129
)
)
)
[18] => Array
(
[file] => /var/www/html/dev/yii/framework/web/filters/CFilterChain.php
[line] => 134
[function] => runAction
[class] => CController
[type] => ->
[args] => Array
(
[0] => CInlineAction Object
(
[_id:CAction:private] => view
[_controller:CAction:private] => ImgCertificazioneController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => imgCertificazione
[_action:CController:private] => CInlineAction Object
*RECURSION*
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
[0] => TbActiveForm Object
(
[type] => vertical
[prependCssClass] => input-group
[appendCssClass] => input-group
[addOnCssClass] => input-group-addon
[addOnTag] => span
[addOnWrapperTag] => div
[hintCssClass] => help-block
[hintTag] => span
[showErrors] => 1
[action] =>
[method] => post
[stateful] =>
[errorMessageCssClass] => help-block error
[htmlOptions] => Array
(
[class] => form
[id] => img-certificazione-form
)
[clientOptions] => Array
(
[validateOnSubmit] => 1
[afterValidate] => js:function(form, data, hasError){
if(hasError) {
$(".div_waiting").hide();
$("#page_loader").fadeOut();//20161103 - TICKET: 0001309
}else{
return true;
}
}
[errorCssClass] => has-error
[successCssClass] => has-success
[inputContainer] => div.form-group
)
[enableAjaxValidation] => 1
[enableClientValidation] =>
[focus] =>
[attributes:protected] => Array
(
)
[summaryID:protected] => img-certificazione-form_es_
[_summaryAttributes:CActiveForm:private] => Array
(
[0] => ImgCertificazione_idstatocert
[1] => ImgCertificazione_idflusso
[2] => ImgCertificazione_idcurrentstep
[3] => ImgCertificazione_idrefmarketing
[4] => ImgCertificazione_idbrand
[5] => ImgCertificazione_descrizione
[6] => ImgCertificazione_link
[7] => ImgCertificazione_path
[8] => ImgCertificazione_idsocieta
[9] => ImgCertificazione_idstabilimento
[10] => ImgCertificazione_idprogetto
[11] => ImgCertificazione_idagenziarepro
[12] => ImgCertificazione_accettazioneagenzia
[13] => ImgCertificazione_forzaaccettazioneagenzia
[14] => ImgCertificazione_passaggiapprovazione
[15] => ImgCertificazione_passaggiforzaagenzia
[16] => ImgCertificazione_passaggiaccettazioneagenzia
[17] => ImgCertificazione_stamp_insert_user
[18] => ImgCertificazione_stamp_update_user
[19] => ImgCertificazione_codice
[20] => ImgCertificazione_linkdownload
[21] => ImgCertificazione_statoapprovazione
[22] => ImgCertificazione_motivrifiutoagenzia
[23] => ImgCertificazione_motivgc
[24] => ImgCertificazione_motivrifiuto
[25] => ImgCertificazione_note
[26] => ImgCertificazione_datacambiostato
[27] => ImgCertificazione_idrefmarketingsearch
[28] => ImgCertificazione_idagenziareprosearch
)
[actionPrefix] =>
[skin] => default
[_id:CWidget:private] => img-certificazione-form
[_owner:CWidget:private] => ImgCertificazioneController Object
*RECURSION*
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[19] => Array
(
[file] => /var/www/html/dev/yii/framework/web/filters/CFilter.php
[line] => 40
[function] => run
[class] => CFilterChain
[type] => ->
[args] => Array
(
)
)
[20] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 1148
[function] => filter
[class] => CFilter
[type] => ->
[args] => Array
(
[0] => CFilterChain Object
(
[controller] => ImgCertificazioneController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => imgCertificazione
[_action:CController:private] => CInlineAction Object
(
[_id:CAction:private] => view
[_controller:CAction:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
[0] => TbActiveForm Object
(
[type] => vertical
[prependCssClass] => input-group
[appendCssClass] => input-group
[addOnCssClass] => input-group-addon
[addOnTag] => span
[addOnWrapperTag] => div
[hintCssClass] => help-block
[hintTag] => span
[showErrors] => 1
[action] =>
[method] => post
[stateful] =>
[errorMessageCssClass] => help-block error
[htmlOptions] => Array
(
[class] => form
[id] => img-certificazione-form
)
[clientOptions] => Array
(
[validateOnSubmit] => 1
[afterValidate] => js:function(form, data, hasError){
if(hasError) {
$(".div_waiting").hide();
$("#page_loader").fadeOut();//20161103 - TICKET: 0001309
}else{
return true;
}
}
[errorCssClass] => has-error
[successCssClass] => has-success
[inputContainer] => div.form-group
)
[enableAjaxValidation] => 1
[enableClientValidation] =>
[focus] =>
[attributes:protected] => Array
(
)
[summaryID:protected] => img-certificazione-form_es_
[_summaryAttributes:CActiveForm:private] => Array
(
[0] => ImgCertificazione_idstatocert
[1] => ImgCertificazione_idflusso
[2] => ImgCertificazione_idcurrentstep
[3] => ImgCertificazione_idrefmarketing
[4] => ImgCertificazione_idbrand
[5] => ImgCertificazione_descrizione
[6] => ImgCertificazione_link
[7] => ImgCertificazione_path
[8] => ImgCertificazione_idsocieta
[9] => ImgCertificazione_idstabilimento
[10] => ImgCertificazione_idprogetto
[11] => ImgCertificazione_idagenziarepro
[12] => ImgCertificazione_accettazioneagenzia
[13] => ImgCertificazione_forzaaccettazioneagenzia
[14] => ImgCertificazione_passaggiapprovazione
[15] => ImgCertificazione_passaggiforzaagenzia
[16] => ImgCertificazione_passaggiaccettazioneagenzia
[17] => ImgCertificazione_stamp_insert_user
[18] => ImgCertificazione_stamp_update_user
[19] => ImgCertificazione_codice
[20] => ImgCertificazione_linkdownload
[21] => ImgCertificazione_statoapprovazione
[22] => ImgCertificazione_motivrifiutoagenzia
[23] => ImgCertificazione_motivgc
[24] => ImgCertificazione_motivrifiuto
[25] => ImgCertificazione_note
[26] => ImgCertificazione_datacambiostato
[27] => ImgCertificazione_idrefmarketingsearch
[28] => ImgCertificazione_idagenziareprosearch
)
[actionPrefix] =>
[skin] => default
[_id:CWidget:private] => img-certificazione-form
[_owner:CWidget:private] => ImgCertificazioneController Object
*RECURSION*
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[action] => CInlineAction Object
(
[_id:CAction:private] => view
[_controller:CAction:private] => ImgCertificazioneController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => imgCertificazione
[_action:CController:private] => CInlineAction Object
*RECURSION*
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
[0] => TbActiveForm Object
(
[type] => vertical
[prependCssClass] => input-group
[appendCssClass] => input-group
[addOnCssClass] => input-group-addon
[addOnTag] => span
[addOnWrapperTag] => div
[hintCssClass] => help-block
[hintTag] => span
[showErrors] => 1
[action] =>
[method] => post
[stateful] =>
[errorMessageCssClass] => help-block error
[htmlOptions] => Array
(
[class] => form
[id] => img-certificazione-form
)
[clientOptions] => Array
(
[validateOnSubmit] => 1
[afterValidate] => js:function(form, data, hasError){
if(hasError) {
$(".div_waiting").hide();
$("#page_loader").fadeOut();//20161103 - TICKET: 0001309
}else{
return true;
}
}
[errorCssClass] => has-error
[successCssClass] => has-success
[inputContainer] => div.form-group
)
[enableAjaxValidation] => 1
[enableClientValidation] =>
[focus] =>
[attributes:protected] => Array
(
)
[summaryID:protected] => img-certificazione-form_es_
[_summaryAttributes:CActiveForm:private] => Array
(
[0] => ImgCertificazione_idstatocert
[1] => ImgCertificazione_idflusso
[2] => ImgCertificazione_idcurrentstep
[3] => ImgCertificazione_idrefmarketing
[4] => ImgCertificazione_idbrand
[5] => ImgCertificazione_descrizione
[6] => ImgCertificazione_link
[7] => ImgCertificazione_path
[8] => ImgCertificazione_idsocieta
[9] => ImgCertificazione_idstabilimento
[10] => ImgCertificazione_idprogetto
[11] => ImgCertificazione_idagenziarepro
[12] => ImgCertificazione_accettazioneagenzia
[13] => ImgCertificazione_forzaaccettazioneagenzia
[14] => ImgCertificazione_passaggiapprovazione
[15] => ImgCertificazione_passaggiforzaagenzia
[16] => ImgCertificazione_passaggiaccettazioneagenzia
[17] => ImgCertificazione_stamp_insert_user
[18] => ImgCertificazione_stamp_update_user
[19] => ImgCertificazione_codice
[20] => ImgCertificazione_linkdownload
[21] => ImgCertificazione_statoapprovazione
[22] => ImgCertificazione_motivrifiutoagenzia
[23] => ImgCertificazione_motivgc
[24] => ImgCertificazione_motivrifiuto
[25] => ImgCertificazione_note
[26] => ImgCertificazione_datacambiostato
[27] => ImgCertificazione_idrefmarketingsearch
[28] => ImgCertificazione_idagenziareprosearch
)
[actionPrefix] =>
[skin] => default
[_id:CWidget:private] => img-certificazione-form
[_owner:CWidget:private] => ImgCertificazioneController Object
*RECURSION*
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[filterIndex] => 1
[_d:CList:private] => Array
(
[0] => CInlineFilter Object
(
[name] => accessControl
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[21] => Array
(
[file] => /var/www/html/dev/yii/framework/web/filters/CInlineFilter.php
[line] => 58
[function] => filterAccessControl
[class] => CController
[type] => ->
[args] => Array
(
[0] => CFilterChain Object
(
[controller] => ImgCertificazioneController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => imgCertificazione
[_action:CController:private] => CInlineAction Object
(
[_id:CAction:private] => view
[_controller:CAction:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
[0] => TbActiveForm Object
(
[type] => vertical
[prependCssClass] => input-group
[appendCssClass] => input-group
[addOnCssClass] => input-group-addon
[addOnTag] => span
[addOnWrapperTag] => div
[hintCssClass] => help-block
[hintTag] => span
[showErrors] => 1
[action] =>
[method] => post
[stateful] =>
[errorMessageCssClass] => help-block error
[htmlOptions] => Array
(
[class] => form
[id] => img-certificazione-form
)
[clientOptions] => Array
(
[validateOnSubmit] => 1
[afterValidate] => js:function(form, data, hasError){
if(hasError) {
$(".div_waiting").hide();
$("#page_loader").fadeOut();//20161103 - TICKET: 0001309
}else{
return true;
}
}
[errorCssClass] => has-error
[successCssClass] => has-success
[inputContainer] => div.form-group
)
[enableAjaxValidation] => 1
[enableClientValidation] =>
[focus] =>
[attributes:protected] => Array
(
)
[summaryID:protected] => img-certificazione-form_es_
[_summaryAttributes:CActiveForm:private] => Array
(
[0] => ImgCertificazione_idstatocert
[1] => ImgCertificazione_idflusso
[2] => ImgCertificazione_idcurrentstep
[3] => ImgCertificazione_idrefmarketing
[4] => ImgCertificazione_idbrand
[5] => ImgCertificazione_descrizione
[6] => ImgCertificazione_link
[7] => ImgCertificazione_path
[8] => ImgCertificazione_idsocieta
[9] => ImgCertificazione_idstabilimento
[10] => ImgCertificazione_idprogetto
[11] => ImgCertificazione_idagenziarepro
[12] => ImgCertificazione_accettazioneagenzia
[13] => ImgCertificazione_forzaaccettazioneagenzia
[14] => ImgCertificazione_passaggiapprovazione
[15] => ImgCertificazione_passaggiforzaagenzia
[16] => ImgCertificazione_passaggiaccettazioneagenzia
[17] => ImgCertificazione_stamp_insert_user
[18] => ImgCertificazione_stamp_update_user
[19] => ImgCertificazione_codice
[20] => ImgCertificazione_linkdownload
[21] => ImgCertificazione_statoapprovazione
[22] => ImgCertificazione_motivrifiutoagenzia
[23] => ImgCertificazione_motivgc
[24] => ImgCertificazione_motivrifiuto
[25] => ImgCertificazione_note
[26] => ImgCertificazione_datacambiostato
[27] => ImgCertificazione_idrefmarketingsearch
[28] => ImgCertificazione_idagenziareprosearch
)
[actionPrefix] =>
[skin] => default
[_id:CWidget:private] => img-certificazione-form
[_owner:CWidget:private] => ImgCertificazioneController Object
*RECURSION*
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[action] => CInlineAction Object
(
[_id:CAction:private] => view
[_controller:CAction:private] => ImgCertificazioneController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => imgCertificazione
[_action:CController:private] => CInlineAction Object
*RECURSION*
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
[0] => TbActiveForm Object
(
[type] => vertical
[prependCssClass] => input-group
[appendCssClass] => input-group
[addOnCssClass] => input-group-addon
[addOnTag] => span
[addOnWrapperTag] => div
[hintCssClass] => help-block
[hintTag] => span
[showErrors] => 1
[action] =>
[method] => post
[stateful] =>
[errorMessageCssClass] => help-block error
[htmlOptions] => Array
(
[class] => form
[id] => img-certificazione-form
)
[clientOptions] => Array
(
[validateOnSubmit] => 1
[afterValidate] => js:function(form, data, hasError){
if(hasError) {
$(".div_waiting").hide();
$("#page_loader").fadeOut();//20161103 - TICKET: 0001309
}else{
return true;
}
}
[errorCssClass] => has-error
[successCssClass] => has-success
[inputContainer] => div.form-group
)
[enableAjaxValidation] => 1
[enableClientValidation] =>
[focus] =>
[attributes:protected] => Array
(
)
[summaryID:protected] => img-certificazione-form_es_
[_summaryAttributes:CActiveForm:private] => Array
(
[0] => ImgCertificazione_idstatocert
[1] => ImgCertificazione_idflusso
[2] => ImgCertificazione_idcurrentstep
[3] => ImgCertificazione_idrefmarketing
[4] => ImgCertificazione_idbrand
[5] => ImgCertificazione_descrizione
[6] => ImgCertificazione_link
[7] => ImgCertificazione_path
[8] => ImgCertificazione_idsocieta
[9] => ImgCertificazione_idstabilimento
[10] => ImgCertificazione_idprogetto
[11] => ImgCertificazione_idagenziarepro
[12] => ImgCertificazione_accettazioneagenzia
[13] => ImgCertificazione_forzaaccettazioneagenzia
[14] => ImgCertificazione_passaggiapprovazione
[15] => ImgCertificazione_passaggiforzaagenzia
[16] => ImgCertificazione_passaggiaccettazioneagenzia
[17] => ImgCertificazione_stamp_insert_user
[18] => ImgCertificazione_stamp_update_user
[19] => ImgCertificazione_codice
[20] => ImgCertificazione_linkdownload
[21] => ImgCertificazione_statoapprovazione
[22] => ImgCertificazione_motivrifiutoagenzia
[23] => ImgCertificazione_motivgc
[24] => ImgCertificazione_motivrifiuto
[25] => ImgCertificazione_note
[26] => ImgCertificazione_datacambiostato
[27] => ImgCertificazione_idrefmarketingsearch
[28] => ImgCertificazione_idagenziareprosearch
)
[actionPrefix] =>
[skin] => default
[_id:CWidget:private] => img-certificazione-form
[_owner:CWidget:private] => ImgCertificazioneController Object
*RECURSION*
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[filterIndex] => 1
[_d:CList:private] => Array
(
[0] => CInlineFilter Object
(
[name] => accessControl
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[22] => Array
(
[file] => /var/www/html/dev/yii/framework/web/filters/CFilterChain.php
[line] => 131
[function] => filter
[class] => CInlineFilter
[type] => ->
[args] => Array
(
[0] => CFilterChain Object
(
[controller] => ImgCertificazioneController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => imgCertificazione
[_action:CController:private] => CInlineAction Object
(
[_id:CAction:private] => view
[_controller:CAction:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
[0] => TbActiveForm Object
(
[type] => vertical
[prependCssClass] => input-group
[appendCssClass] => input-group
[addOnCssClass] => input-group-addon
[addOnTag] => span
[addOnWrapperTag] => div
[hintCssClass] => help-block
[hintTag] => span
[showErrors] => 1
[action] =>
[method] => post
[stateful] =>
[errorMessageCssClass] => help-block error
[htmlOptions] => Array
(
[class] => form
[id] => img-certificazione-form
)
[clientOptions] => Array
(
[validateOnSubmit] => 1
[afterValidate] => js:function(form, data, hasError){
if(hasError) {
$(".div_waiting").hide();
$("#page_loader").fadeOut();//20161103 - TICKET: 0001309
}else{
return true;
}
}
[errorCssClass] => has-error
[successCssClass] => has-success
[inputContainer] => div.form-group
)
[enableAjaxValidation] => 1
[enableClientValidation] =>
[focus] =>
[attributes:protected] => Array
(
)
[summaryID:protected] => img-certificazione-form_es_
[_summaryAttributes:CActiveForm:private] => Array
(
[0] => ImgCertificazione_idstatocert
[1] => ImgCertificazione_idflusso
[2] => ImgCertificazione_idcurrentstep
[3] => ImgCertificazione_idrefmarketing
[4] => ImgCertificazione_idbrand
[5] => ImgCertificazione_descrizione
[6] => ImgCertificazione_link
[7] => ImgCertificazione_path
[8] => ImgCertificazione_idsocieta
[9] => ImgCertificazione_idstabilimento
[10] => ImgCertificazione_idprogetto
[11] => ImgCertificazione_idagenziarepro
[12] => ImgCertificazione_accettazioneagenzia
[13] => ImgCertificazione_forzaaccettazioneagenzia
[14] => ImgCertificazione_passaggiapprovazione
[15] => ImgCertificazione_passaggiforzaagenzia
[16] => ImgCertificazione_passaggiaccettazioneagenzia
[17] => ImgCertificazione_stamp_insert_user
[18] => ImgCertificazione_stamp_update_user
[19] => ImgCertificazione_codice
[20] => ImgCertificazione_linkdownload
[21] => ImgCertificazione_statoapprovazione
[22] => ImgCertificazione_motivrifiutoagenzia
[23] => ImgCertificazione_motivgc
[24] => ImgCertificazione_motivrifiuto
[25] => ImgCertificazione_note
[26] => ImgCertificazione_datacambiostato
[27] => ImgCertificazione_idrefmarketingsearch
[28] => ImgCertificazione_idagenziareprosearch
)
[actionPrefix] =>
[skin] => default
[_id:CWidget:private] => img-certificazione-form
[_owner:CWidget:private] => ImgCertificazioneController Object
*RECURSION*
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[action] => CInlineAction Object
(
[_id:CAction:private] => view
[_controller:CAction:private] => ImgCertificazioneController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => imgCertificazione
[_action:CController:private] => CInlineAction Object
*RECURSION*
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
[0] => TbActiveForm Object
(
[type] => vertical
[prependCssClass] => input-group
[appendCssClass] => input-group
[addOnCssClass] => input-group-addon
[addOnTag] => span
[addOnWrapperTag] => div
[hintCssClass] => help-block
[hintTag] => span
[showErrors] => 1
[action] =>
[method] => post
[stateful] =>
[errorMessageCssClass] => help-block error
[htmlOptions] => Array
(
[class] => form
[id] => img-certificazione-form
)
[clientOptions] => Array
(
[validateOnSubmit] => 1
[afterValidate] => js:function(form, data, hasError){
if(hasError) {
$(".div_waiting").hide();
$("#page_loader").fadeOut();//20161103 - TICKET: 0001309
}else{
return true;
}
}
[errorCssClass] => has-error
[successCssClass] => has-success
[inputContainer] => div.form-group
)
[enableAjaxValidation] => 1
[enableClientValidation] =>
[focus] =>
[attributes:protected] => Array
(
)
[summaryID:protected] => img-certificazione-form_es_
[_summaryAttributes:CActiveForm:private] => Array
(
[0] => ImgCertificazione_idstatocert
[1] => ImgCertificazione_idflusso
[2] => ImgCertificazione_idcurrentstep
[3] => ImgCertificazione_idrefmarketing
[4] => ImgCertificazione_idbrand
[5] => ImgCertificazione_descrizione
[6] => ImgCertificazione_link
[7] => ImgCertificazione_path
[8] => ImgCertificazione_idsocieta
[9] => ImgCertificazione_idstabilimento
[10] => ImgCertificazione_idprogetto
[11] => ImgCertificazione_idagenziarepro
[12] => ImgCertificazione_accettazioneagenzia
[13] => ImgCertificazione_forzaaccettazioneagenzia
[14] => ImgCertificazione_passaggiapprovazione
[15] => ImgCertificazione_passaggiforzaagenzia
[16] => ImgCertificazione_passaggiaccettazioneagenzia
[17] => ImgCertificazione_stamp_insert_user
[18] => ImgCertificazione_stamp_update_user
[19] => ImgCertificazione_codice
[20] => ImgCertificazione_linkdownload
[21] => ImgCertificazione_statoapprovazione
[22] => ImgCertificazione_motivrifiutoagenzia
[23] => ImgCertificazione_motivgc
[24] => ImgCertificazione_motivrifiuto
[25] => ImgCertificazione_note
[26] => ImgCertificazione_datacambiostato
[27] => ImgCertificazione_idrefmarketingsearch
[28] => ImgCertificazione_idagenziareprosearch
)
[actionPrefix] =>
[skin] => default
[_id:CWidget:private] => img-certificazione-form
[_owner:CWidget:private] => ImgCertificazioneController Object
*RECURSION*
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[filterIndex] => 1
[_d:CList:private] => Array
(
[0] => CInlineFilter Object
(
[name] => accessControl
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[23] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 291
[function] => run
[class] => CFilterChain
[type] => ->
[args] => Array
(
)
)
[24] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 265
[function] => runActionWithFilters
[class] => CController
[type] => ->
[args] => Array
(
[0] => CInlineAction Object
(
[_id:CAction:private] => view
[_controller:CAction:private] => ImgCertificazioneController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => imgCertificazione
[_action:CController:private] => CInlineAction Object
*RECURSION*
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
[0] => TbActiveForm Object
(
[type] => vertical
[prependCssClass] => input-group
[appendCssClass] => input-group
[addOnCssClass] => input-group-addon
[addOnTag] => span
[addOnWrapperTag] => div
[hintCssClass] => help-block
[hintTag] => span
[showErrors] => 1
[action] =>
[method] => post
[stateful] =>
[errorMessageCssClass] => help-block error
[htmlOptions] => Array
(
[class] => form
[id] => img-certificazione-form
)
[clientOptions] => Array
(
[validateOnSubmit] => 1
[afterValidate] => js:function(form, data, hasError){
if(hasError) {
$(".div_waiting").hide();
$("#page_loader").fadeOut();//20161103 - TICKET: 0001309
}else{
return true;
}
}
[errorCssClass] => has-error
[successCssClass] => has-success
[inputContainer] => div.form-group
)
[enableAjaxValidation] => 1
[enableClientValidation] =>
[focus] =>
[attributes:protected] => Array
(
)
[summaryID:protected] => img-certificazione-form_es_
[_summaryAttributes:CActiveForm:private] => Array
(
[0] => ImgCertificazione_idstatocert
[1] => ImgCertificazione_idflusso
[2] => ImgCertificazione_idcurrentstep
[3] => ImgCertificazione_idrefmarketing
[4] => ImgCertificazione_idbrand
[5] => ImgCertificazione_descrizione
[6] => ImgCertificazione_link
[7] => ImgCertificazione_path
[8] => ImgCertificazione_idsocieta
[9] => ImgCertificazione_idstabilimento
[10] => ImgCertificazione_idprogetto
[11] => ImgCertificazione_idagenziarepro
[12] => ImgCertificazione_accettazioneagenzia
[13] => ImgCertificazione_forzaaccettazioneagenzia
[14] => ImgCertificazione_passaggiapprovazione
[15] => ImgCertificazione_passaggiforzaagenzia
[16] => ImgCertificazione_passaggiaccettazioneagenzia
[17] => ImgCertificazione_stamp_insert_user
[18] => ImgCertificazione_stamp_update_user
[19] => ImgCertificazione_codice
[20] => ImgCertificazione_linkdownload
[21] => ImgCertificazione_statoapprovazione
[22] => ImgCertificazione_motivrifiutoagenzia
[23] => ImgCertificazione_motivgc
[24] => ImgCertificazione_motivrifiuto
[25] => ImgCertificazione_note
[26] => ImgCertificazione_datacambiostato
[27] => ImgCertificazione_idrefmarketingsearch
[28] => ImgCertificazione_idagenziareprosearch
)
[actionPrefix] =>
[skin] => default
[_id:CWidget:private] => img-certificazione-form
[_owner:CWidget:private] => ImgCertificazioneController Object
*RECURSION*
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[1] => Array
(
[0] => accessControl
[1] => postOnly + delete
)
)
)
[25] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 282
[function] => run
[class] => CController
[type] => ->
[args] => Array
(
[0] => view
)
)
[26] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] => imgCertificazione/view
)
)
[27] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[28] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 56
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
07/01/2026 12:45:17 - TYPE ERROR:CException
07/01/2026 12:45:17 - MESSAGE:The asset "/var/www/html/dev/ferrerocit/protected/extensions/xupload/assets" to be published does not exist.
07/01/2026 12:45:17 - Error File LINE:
07/01/2026 12:45:17 - /var/www/html/dev/yii/framework/web/CAssetManager.php(257)
07/01/2026 12:45:17 - Error SOURCE CODE:
07/01/2026 12:45:17 - 245 {
246 CFileHelper::copyDirectory($src,$dstDir,array(
247 'exclude'=>$this->excludeFiles,
248 'level'=>$level,
249 'newDirMode'=>$this->newDirMode,
250 'newFileMode'=>$this->newFileMode,
251 ));
252 }
253
254 return $this->_published[$path]=$this->getBaseUrl().'/'.$dir;
255 }
256 }
257 throw new CException(Yii::t('yii','The asset "{asset}" to be published does not exist.',
258 array('{asset}'=>$path)));
259 }
260
261 /**
262 * Returns the published path of a file path.
263 * This method does not perform any publishing. It merely tells you
264 * if the file or directory is published, where it will go.
265 * @param string $path directory or file path being published
266 * @param boolean $hashByName whether the published directory should be named as the hashed basename.
267 * If false, the name will be the hash taken from dirname of the path being published and path mtime.
268 * Defaults to false. Set true if the path being published is shared among
269 * different extensions.
07/01/2026 12:45:17 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/extensions/xupload/XUpload.php
[line] => 142
[function] => publish
[class] => CAssetManager
[type] => ->
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/extensions/xupload/assets
)
)
[1] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/extensions/xupload/XUpload.php
[line] => 82
[function] => publishAssets
[class] => XUpload
[type] => ->
[args] => Array
(
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CBaseController.php
[line] => 147
[function] => init
[class] => XUpload
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CBaseController.php
[line] => 181
[function] => createWidget
[class] => CBaseController
[type] => ->
[args] => Array
(
[0] => xupload.XUpload
[1] => Array
(
[url] => /ferrerocit/imgCertificazione/UploadImmagini/forceSubFolder/3129
[model] => uploadAllegati Object
(
[file] =>
[mime_type] =>
[size] =>
[name] =>
[filename] =>
[description] =>
[datadoc] =>
[secureFileNames] =>
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[attribute] => file
[multiple] => 1
[previewImages] =>
[downloadView] => application.views.imgCertificazione.download_immagini_template
[htmlOptions] => Array
(
[id] => form-upload-immagini
)
[options] => Array
(
[acceptFileTypes] => js:/(\.|\/)(jpeg|png|gif|bmp)$/i
[previewImages] =>
)
)
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/views/imgCertificazione/_form.php
[line] => 360
[function] => widget
[class] => CBaseController
[type] => ->
[args] => Array
(
[0] => xupload.XUpload
[1] => Array
(
[url] => /ferrerocit/imgCertificazione/UploadImmagini/forceSubFolder/3129
[model] => uploadAllegati Object
(
[file] =>
[mime_type] =>
[size] =>
[name] =>
[filename] =>
[description] =>
[datadoc] =>
[secureFileNames] =>
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[attribute] => file
[multiple] => 1
[previewImages] =>
[downloadView] => application.views.imgCertificazione.download_immagini_template
[htmlOptions] => Array
(
[id] => form-upload-immagini
)
[options] => Array
(
[acceptFileTypes] => js:/(\.|\/)(jpeg|png|gif|bmp)$/i
[previewImages] =>
)
)
)
)
[5] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CBaseController.php
[line] => 126
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/views/imgCertificazione/_form.php
)
[function] => require
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CBaseController.php
[line] => 95
[function] => renderInternal
[class] => CBaseController
[type] => ->
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/views/imgCertificazione/_form.php
[1] => Array
(
[model] => ImgCertificazione Object
(
[path] =>
[idagenziareprosearch] =>
[idrefmarketingsearch] =>
[semaforoRosso] => 0
[semaforoVerde] => 1
[semaforoGiallo] => 2
[inoltraappepson] => 0
[rifiutocert] => 0
[imgArBr] =>
[motivgc] =>
[motivrifiutoagenzia] =>
[motivrifiuto] =>
[datacambiostato] =>
[sendMail] =>
[storicoImg] =>
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 3129
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] => CList Object
(
[_d:CList:private] => Array
(
[0] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idstatocert
[1] => idflusso
[2] => idcurrentstep
[3] => idrefmarketing
[4] => idbrand
[5] => descrizione
[6] => link
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[1] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => path
)
[message] => È necessario caricare almeno una immagine
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[2] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ASSIGNED_C] => ASSIGNED_C
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[3] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ACCEPTED] => ACCEPTED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[4] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[APPROVED] => APPROVED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[5] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
[TOLINK] => TOLINK
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[6] => CNumberValidator Object
(
[integerOnly] => 1
[allowEmpty] => 1
[max] =>
[min] =>
[tooBig] =>
[tooSmall] =>
[integerPattern] => /^\s*[+-]?\d+\s*$/
[numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idflusso
[3] => idcurrentstep
[4] => idstatocert
[5] => idrefmarketing
[6] => idbrand
[7] => idprogetto
[8] => idagenziarepro
[9] => accettazioneagenzia
[10] => forzaaccettazioneagenzia
[11] => passaggiapprovazione
[12] => passaggiforzaagenzia
[13] => passaggiaccettazioneagenzia
[14] => stamp_insert_user
[15] => stamp_update_user
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[7] => CStringValidator Object
(
[max] => 25
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => codice
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[8] => CStringValidator Object
(
[max] => 200
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => descrizione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[9] => CStringValidator Object
(
[max] => 1000
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => link
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[10] => CStringValidator Object
(
[max] => 1
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => statoapprovazione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[11] => CInlineValidator Object
(
[method] => validarifiutoagenzia
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiutoagenzia
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[12] => CInlineValidator Object
(
[method] => validarifiutogc
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivgc
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[13] => CInlineValidator Object
(
[method] => validarifiutoApprovazione
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiuto
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[14] => CSafeValidator Object
(
[attributes] => Array
(
[0] => note
[1] => datacambiostato
[2] => idrefmarketingsearch
[3] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[15] => CSafeValidator Object
(
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idcertificazione
[3] => idflusso
[4] => idcurrentstep
[5] => idstatocert
[6] => idrefmarketing
[7] => idbrand
[8] => idprogetto
[9] => codice
[10] => descrizione
[11] => link
[12] => idagenziarepro
[13] => accettazioneagenzia
[14] => forzaaccettazioneagenzia
[15] => passaggiapprovazione
[16] => passaggiforzaagenzia
[17] => passaggiaccettazioneagenzia
[18] => statoapprovazione
[19] => linkdownload
[20] => stamp_insert_user
[21] => stamp_update_user
[22] => stamp_update
[23] => stamp_insert
[24] => refmarketing
[25] => agenziarepro
[26] => note
[27] => datacambiostato
[28] => idrefmarketingsearch
[29] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
[search] => search
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 16
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgCertificazione Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[currentStep] => FrmFlussiStep Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 30
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFlussiStep Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[allegati] => FrmFilesUpload Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[iduser] => 1
[descrizione] =>
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFilesUpload Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[motivazioni] => ImgMotivazioni Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgMotivazioni Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[view] =>
)
[2] => 1
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 872
[function] => renderFile
[class] => CBaseController
[type] => ->
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/views/imgCertificazione/_form.php
[1] => Array
(
[model] => ImgCertificazione Object
(
[path] =>
[idagenziareprosearch] =>
[idrefmarketingsearch] =>
[semaforoRosso] => 0
[semaforoVerde] => 1
[semaforoGiallo] => 2
[inoltraappepson] => 0
[rifiutocert] => 0
[imgArBr] =>
[motivgc] =>
[motivrifiutoagenzia] =>
[motivrifiuto] =>
[datacambiostato] =>
[sendMail] =>
[storicoImg] =>
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 3129
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] => CList Object
(
[_d:CList:private] => Array
(
[0] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idstatocert
[1] => idflusso
[2] => idcurrentstep
[3] => idrefmarketing
[4] => idbrand
[5] => descrizione
[6] => link
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[1] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => path
)
[message] => È necessario caricare almeno una immagine
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[2] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ASSIGNED_C] => ASSIGNED_C
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[3] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ACCEPTED] => ACCEPTED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[4] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[APPROVED] => APPROVED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[5] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
[TOLINK] => TOLINK
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[6] => CNumberValidator Object
(
[integerOnly] => 1
[allowEmpty] => 1
[max] =>
[min] =>
[tooBig] =>
[tooSmall] =>
[integerPattern] => /^\s*[+-]?\d+\s*$/
[numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idflusso
[3] => idcurrentstep
[4] => idstatocert
[5] => idrefmarketing
[6] => idbrand
[7] => idprogetto
[8] => idagenziarepro
[9] => accettazioneagenzia
[10] => forzaaccettazioneagenzia
[11] => passaggiapprovazione
[12] => passaggiforzaagenzia
[13] => passaggiaccettazioneagenzia
[14] => stamp_insert_user
[15] => stamp_update_user
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[7] => CStringValidator Object
(
[max] => 25
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => codice
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[8] => CStringValidator Object
(
[max] => 200
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => descrizione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[9] => CStringValidator Object
(
[max] => 1000
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => link
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[10] => CStringValidator Object
(
[max] => 1
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => statoapprovazione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[11] => CInlineValidator Object
(
[method] => validarifiutoagenzia
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiutoagenzia
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[12] => CInlineValidator Object
(
[method] => validarifiutogc
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivgc
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[13] => CInlineValidator Object
(
[method] => validarifiutoApprovazione
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiuto
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[14] => CSafeValidator Object
(
[attributes] => Array
(
[0] => note
[1] => datacambiostato
[2] => idrefmarketingsearch
[3] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[15] => CSafeValidator Object
(
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idcertificazione
[3] => idflusso
[4] => idcurrentstep
[5] => idstatocert
[6] => idrefmarketing
[7] => idbrand
[8] => idprogetto
[9] => codice
[10] => descrizione
[11] => link
[12] => idagenziarepro
[13] => accettazioneagenzia
[14] => forzaaccettazioneagenzia
[15] => passaggiapprovazione
[16] => passaggiforzaagenzia
[17] => passaggiaccettazioneagenzia
[18] => statoapprovazione
[19] => linkdownload
[20] => stamp_insert_user
[21] => stamp_update_user
[22] => stamp_update
[23] => stamp_insert
[24] => refmarketing
[25] => agenziarepro
[26] => note
[27] => datacambiostato
[28] => idrefmarketingsearch
[29] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
[search] => search
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 16
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgCertificazione Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[currentStep] => FrmFlussiStep Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 30
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFlussiStep Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[allegati] => FrmFilesUpload Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[iduser] => 1
[descrizione] =>
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFilesUpload Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[motivazioni] => ImgMotivazioni Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgMotivazioni Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[view] =>
)
[2] => 1
)
)
[8] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/views/imgCertificazione/update.php
[line] => 41
[function] => renderPartial
[class] => CController
[type] => ->
[args] => Array
(
[0] => _form
[1] => Array
(
[model] => ImgCertificazione Object
(
[path] =>
[idagenziareprosearch] =>
[idrefmarketingsearch] =>
[semaforoRosso] => 0
[semaforoVerde] => 1
[semaforoGiallo] => 2
[inoltraappepson] => 0
[rifiutocert] => 0
[imgArBr] =>
[motivgc] =>
[motivrifiutoagenzia] =>
[motivrifiuto] =>
[datacambiostato] =>
[sendMail] =>
[storicoImg] =>
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 3129
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] => CList Object
(
[_d:CList:private] => Array
(
[0] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idstatocert
[1] => idflusso
[2] => idcurrentstep
[3] => idrefmarketing
[4] => idbrand
[5] => descrizione
[6] => link
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[1] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => path
)
[message] => È necessario caricare almeno una immagine
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[2] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ASSIGNED_C] => ASSIGNED_C
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[3] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ACCEPTED] => ACCEPTED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[4] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[APPROVED] => APPROVED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[5] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
[TOLINK] => TOLINK
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[6] => CNumberValidator Object
(
[integerOnly] => 1
[allowEmpty] => 1
[max] =>
[min] =>
[tooBig] =>
[tooSmall] =>
[integerPattern] => /^\s*[+-]?\d+\s*$/
[numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idflusso
[3] => idcurrentstep
[4] => idstatocert
[5] => idrefmarketing
[6] => idbrand
[7] => idprogetto
[8] => idagenziarepro
[9] => accettazioneagenzia
[10] => forzaaccettazioneagenzia
[11] => passaggiapprovazione
[12] => passaggiforzaagenzia
[13] => passaggiaccettazioneagenzia
[14] => stamp_insert_user
[15] => stamp_update_user
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[7] => CStringValidator Object
(
[max] => 25
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => codice
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[8] => CStringValidator Object
(
[max] => 200
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => descrizione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[9] => CStringValidator Object
(
[max] => 1000
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => link
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[10] => CStringValidator Object
(
[max] => 1
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => statoapprovazione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[11] => CInlineValidator Object
(
[method] => validarifiutoagenzia
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiutoagenzia
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[12] => CInlineValidator Object
(
[method] => validarifiutogc
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivgc
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[13] => CInlineValidator Object
(
[method] => validarifiutoApprovazione
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiuto
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[14] => CSafeValidator Object
(
[attributes] => Array
(
[0] => note
[1] => datacambiostato
[2] => idrefmarketingsearch
[3] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[15] => CSafeValidator Object
(
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idcertificazione
[3] => idflusso
[4] => idcurrentstep
[5] => idstatocert
[6] => idrefmarketing
[7] => idbrand
[8] => idprogetto
[9] => codice
[10] => descrizione
[11] => link
[12] => idagenziarepro
[13] => accettazioneagenzia
[14] => forzaaccettazioneagenzia
[15] => passaggiapprovazione
[16] => passaggiforzaagenzia
[17] => passaggiaccettazioneagenzia
[18] => statoapprovazione
[19] => linkdownload
[20] => stamp_insert_user
[21] => stamp_update_user
[22] => stamp_update
[23] => stamp_insert
[24] => refmarketing
[25] => agenziarepro
[26] => note
[27] => datacambiostato
[28] => idrefmarketingsearch
[29] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
[search] => search
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 16
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgCertificazione Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[currentStep] => FrmFlussiStep Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 30
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFlussiStep Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[allegati] => FrmFilesUpload Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[iduser] => 1
[descrizione] =>
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFilesUpload Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[motivazioni] => ImgMotivazioni Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgMotivazioni Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[view] =>
)
)
)
[9] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CBaseController.php
[line] => 126
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/views/imgCertificazione/update.php
)
[function] => require
)
[10] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CBaseController.php
[line] => 95
[function] => renderInternal
[class] => CBaseController
[type] => ->
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/views/imgCertificazione/update.php
[1] => Array
(
[model] => ImgCertificazione Object
(
[path] =>
[idagenziareprosearch] =>
[idrefmarketingsearch] =>
[semaforoRosso] => 0
[semaforoVerde] => 1
[semaforoGiallo] => 2
[inoltraappepson] => 0
[rifiutocert] => 0
[imgArBr] =>
[motivgc] =>
[motivrifiutoagenzia] =>
[motivrifiuto] =>
[datacambiostato] =>
[sendMail] =>
[storicoImg] =>
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 3129
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] => CList Object
(
[_d:CList:private] => Array
(
[0] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idstatocert
[1] => idflusso
[2] => idcurrentstep
[3] => idrefmarketing
[4] => idbrand
[5] => descrizione
[6] => link
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[1] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => path
)
[message] => È necessario caricare almeno una immagine
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[2] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ASSIGNED_C] => ASSIGNED_C
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[3] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ACCEPTED] => ACCEPTED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[4] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[APPROVED] => APPROVED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[5] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
[TOLINK] => TOLINK
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[6] => CNumberValidator Object
(
[integerOnly] => 1
[allowEmpty] => 1
[max] =>
[min] =>
[tooBig] =>
[tooSmall] =>
[integerPattern] => /^\s*[+-]?\d+\s*$/
[numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idflusso
[3] => idcurrentstep
[4] => idstatocert
[5] => idrefmarketing
[6] => idbrand
[7] => idprogetto
[8] => idagenziarepro
[9] => accettazioneagenzia
[10] => forzaaccettazioneagenzia
[11] => passaggiapprovazione
[12] => passaggiforzaagenzia
[13] => passaggiaccettazioneagenzia
[14] => stamp_insert_user
[15] => stamp_update_user
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[7] => CStringValidator Object
(
[max] => 25
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => codice
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[8] => CStringValidator Object
(
[max] => 200
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => descrizione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[9] => CStringValidator Object
(
[max] => 1000
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => link
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[10] => CStringValidator Object
(
[max] => 1
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => statoapprovazione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[11] => CInlineValidator Object
(
[method] => validarifiutoagenzia
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiutoagenzia
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[12] => CInlineValidator Object
(
[method] => validarifiutogc
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivgc
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[13] => CInlineValidator Object
(
[method] => validarifiutoApprovazione
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiuto
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[14] => CSafeValidator Object
(
[attributes] => Array
(
[0] => note
[1] => datacambiostato
[2] => idrefmarketingsearch
[3] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[15] => CSafeValidator Object
(
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idcertificazione
[3] => idflusso
[4] => idcurrentstep
[5] => idstatocert
[6] => idrefmarketing
[7] => idbrand
[8] => idprogetto
[9] => codice
[10] => descrizione
[11] => link
[12] => idagenziarepro
[13] => accettazioneagenzia
[14] => forzaaccettazioneagenzia
[15] => passaggiapprovazione
[16] => passaggiforzaagenzia
[17] => passaggiaccettazioneagenzia
[18] => statoapprovazione
[19] => linkdownload
[20] => stamp_insert_user
[21] => stamp_update_user
[22] => stamp_update
[23] => stamp_insert
[24] => refmarketing
[25] => agenziarepro
[26] => note
[27] => datacambiostato
[28] => idrefmarketingsearch
[29] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
[search] => search
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 16
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgCertificazione Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[currentStep] => FrmFlussiStep Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 30
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFlussiStep Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[allegati] => FrmFilesUpload Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[iduser] => 1
[descrizione] =>
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFilesUpload Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[motivazioni] => ImgMotivazioni Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgMotivazioni Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[view] =>
)
[2] => 1
)
)
[11] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 872
[function] => renderFile
[class] => CBaseController
[type] => ->
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/views/imgCertificazione/update.php
[1] => Array
(
[model] => ImgCertificazione Object
(
[path] =>
[idagenziareprosearch] =>
[idrefmarketingsearch] =>
[semaforoRosso] => 0
[semaforoVerde] => 1
[semaforoGiallo] => 2
[inoltraappepson] => 0
[rifiutocert] => 0
[imgArBr] =>
[motivgc] =>
[motivrifiutoagenzia] =>
[motivrifiuto] =>
[datacambiostato] =>
[sendMail] =>
[storicoImg] =>
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 3129
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] => CList Object
(
[_d:CList:private] => Array
(
[0] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idstatocert
[1] => idflusso
[2] => idcurrentstep
[3] => idrefmarketing
[4] => idbrand
[5] => descrizione
[6] => link
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[1] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => path
)
[message] => È necessario caricare almeno una immagine
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[2] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ASSIGNED_C] => ASSIGNED_C
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[3] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ACCEPTED] => ACCEPTED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[4] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[APPROVED] => APPROVED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[5] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
[TOLINK] => TOLINK
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[6] => CNumberValidator Object
(
[integerOnly] => 1
[allowEmpty] => 1
[max] =>
[min] =>
[tooBig] =>
[tooSmall] =>
[integerPattern] => /^\s*[+-]?\d+\s*$/
[numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idflusso
[3] => idcurrentstep
[4] => idstatocert
[5] => idrefmarketing
[6] => idbrand
[7] => idprogetto
[8] => idagenziarepro
[9] => accettazioneagenzia
[10] => forzaaccettazioneagenzia
[11] => passaggiapprovazione
[12] => passaggiforzaagenzia
[13] => passaggiaccettazioneagenzia
[14] => stamp_insert_user
[15] => stamp_update_user
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[7] => CStringValidator Object
(
[max] => 25
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => codice
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[8] => CStringValidator Object
(
[max] => 200
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => descrizione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[9] => CStringValidator Object
(
[max] => 1000
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => link
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[10] => CStringValidator Object
(
[max] => 1
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => statoapprovazione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[11] => CInlineValidator Object
(
[method] => validarifiutoagenzia
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiutoagenzia
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[12] => CInlineValidator Object
(
[method] => validarifiutogc
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivgc
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[13] => CInlineValidator Object
(
[method] => validarifiutoApprovazione
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiuto
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[14] => CSafeValidator Object
(
[attributes] => Array
(
[0] => note
[1] => datacambiostato
[2] => idrefmarketingsearch
[3] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[15] => CSafeValidator Object
(
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idcertificazione
[3] => idflusso
[4] => idcurrentstep
[5] => idstatocert
[6] => idrefmarketing
[7] => idbrand
[8] => idprogetto
[9] => codice
[10] => descrizione
[11] => link
[12] => idagenziarepro
[13] => accettazioneagenzia
[14] => forzaaccettazioneagenzia
[15] => passaggiapprovazione
[16] => passaggiforzaagenzia
[17] => passaggiaccettazioneagenzia
[18] => statoapprovazione
[19] => linkdownload
[20] => stamp_insert_user
[21] => stamp_update_user
[22] => stamp_update
[23] => stamp_insert
[24] => refmarketing
[25] => agenziarepro
[26] => note
[27] => datacambiostato
[28] => idrefmarketingsearch
[29] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
[search] => search
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 16
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgCertificazione Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[currentStep] => FrmFlussiStep Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 30
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFlussiStep Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[allegati] => FrmFilesUpload Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[iduser] => 1
[descrizione] =>
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFilesUpload Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[motivazioni] => ImgMotivazioni Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgMotivazioni Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[view] =>
)
[2] => 1
)
)
[12] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 785
[function] => renderPartial
[class] => CController
[type] => ->
[args] => Array
(
[0] => update
[1] => Array
(
[model] => ImgCertificazione Object
(
[path] =>
[idagenziareprosearch] =>
[idrefmarketingsearch] =>
[semaforoRosso] => 0
[semaforoVerde] => 1
[semaforoGiallo] => 2
[inoltraappepson] => 0
[rifiutocert] => 0
[imgArBr] =>
[motivgc] =>
[motivrifiutoagenzia] =>
[motivrifiuto] =>
[datacambiostato] =>
[sendMail] =>
[storicoImg] =>
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 3129
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] => CList Object
(
[_d:CList:private] => Array
(
[0] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idstatocert
[1] => idflusso
[2] => idcurrentstep
[3] => idrefmarketing
[4] => idbrand
[5] => descrizione
[6] => link
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[1] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => path
)
[message] => È necessario caricare almeno una immagine
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[2] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ASSIGNED_C] => ASSIGNED_C
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[3] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ACCEPTED] => ACCEPTED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[4] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[APPROVED] => APPROVED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[5] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
[TOLINK] => TOLINK
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[6] => CNumberValidator Object
(
[integerOnly] => 1
[allowEmpty] => 1
[max] =>
[min] =>
[tooBig] =>
[tooSmall] =>
[integerPattern] => /^\s*[+-]?\d+\s*$/
[numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idflusso
[3] => idcurrentstep
[4] => idstatocert
[5] => idrefmarketing
[6] => idbrand
[7] => idprogetto
[8] => idagenziarepro
[9] => accettazioneagenzia
[10] => forzaaccettazioneagenzia
[11] => passaggiapprovazione
[12] => passaggiforzaagenzia
[13] => passaggiaccettazioneagenzia
[14] => stamp_insert_user
[15] => stamp_update_user
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[7] => CStringValidator Object
(
[max] => 25
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => codice
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[8] => CStringValidator Object
(
[max] => 200
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => descrizione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[9] => CStringValidator Object
(
[max] => 1000
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => link
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[10] => CStringValidator Object
(
[max] => 1
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => statoapprovazione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[11] => CInlineValidator Object
(
[method] => validarifiutoagenzia
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiutoagenzia
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[12] => CInlineValidator Object
(
[method] => validarifiutogc
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivgc
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[13] => CInlineValidator Object
(
[method] => validarifiutoApprovazione
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiuto
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[14] => CSafeValidator Object
(
[attributes] => Array
(
[0] => note
[1] => datacambiostato
[2] => idrefmarketingsearch
[3] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[15] => CSafeValidator Object
(
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idcertificazione
[3] => idflusso
[4] => idcurrentstep
[5] => idstatocert
[6] => idrefmarketing
[7] => idbrand
[8] => idprogetto
[9] => codice
[10] => descrizione
[11] => link
[12] => idagenziarepro
[13] => accettazioneagenzia
[14] => forzaaccettazioneagenzia
[15] => passaggiapprovazione
[16] => passaggiforzaagenzia
[17] => passaggiaccettazioneagenzia
[18] => statoapprovazione
[19] => linkdownload
[20] => stamp_insert_user
[21] => stamp_update_user
[22] => stamp_update
[23] => stamp_insert
[24] => refmarketing
[25] => agenziarepro
[26] => note
[27] => datacambiostato
[28] => idrefmarketingsearch
[29] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
[search] => search
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 16
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgCertificazione Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[currentStep] => FrmFlussiStep Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 30
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFlussiStep Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[allegati] => FrmFilesUpload Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[iduser] => 1
[descrizione] =>
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFilesUpload Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[motivazioni] => ImgMotivazioni Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgMotivazioni Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[view] =>
)
[2] => 1
)
)
[13] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/controllers/ImgCertificazioneController.php
[line] => 385
[function] => render
[class] => CController
[type] => ->
[args] => Array
(
[0] => update
[1] => Array
(
[model] => ImgCertificazione Object
(
[path] =>
[idagenziareprosearch] =>
[idrefmarketingsearch] =>
[semaforoRosso] => 0
[semaforoVerde] => 1
[semaforoGiallo] => 2
[inoltraappepson] => 0
[rifiutocert] => 0
[imgArBr] =>
[motivgc] =>
[motivrifiutoagenzia] =>
[motivrifiuto] =>
[datacambiostato] =>
[sendMail] =>
[storicoImg] =>
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 3129
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] => CList Object
(
[_d:CList:private] => Array
(
[0] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idstatocert
[1] => idflusso
[2] => idcurrentstep
[3] => idrefmarketing
[4] => idbrand
[5] => descrizione
[6] => link
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[1] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => path
)
[message] => È necessario caricare almeno una immagine
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[2] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ASSIGNED_C] => ASSIGNED_C
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[3] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ACCEPTED] => ACCEPTED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[4] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[APPROVED] => APPROVED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[5] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
[TOLINK] => TOLINK
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[6] => CNumberValidator Object
(
[integerOnly] => 1
[allowEmpty] => 1
[max] =>
[min] =>
[tooBig] =>
[tooSmall] =>
[integerPattern] => /^\s*[+-]?\d+\s*$/
[numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idflusso
[3] => idcurrentstep
[4] => idstatocert
[5] => idrefmarketing
[6] => idbrand
[7] => idprogetto
[8] => idagenziarepro
[9] => accettazioneagenzia
[10] => forzaaccettazioneagenzia
[11] => passaggiapprovazione
[12] => passaggiforzaagenzia
[13] => passaggiaccettazioneagenzia
[14] => stamp_insert_user
[15] => stamp_update_user
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[7] => CStringValidator Object
(
[max] => 25
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => codice
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[8] => CStringValidator Object
(
[max] => 200
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => descrizione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[9] => CStringValidator Object
(
[max] => 1000
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => link
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[10] => CStringValidator Object
(
[max] => 1
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => statoapprovazione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[11] => CInlineValidator Object
(
[method] => validarifiutoagenzia
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiutoagenzia
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[12] => CInlineValidator Object
(
[method] => validarifiutogc
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivgc
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[13] => CInlineValidator Object
(
[method] => validarifiutoApprovazione
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiuto
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[14] => CSafeValidator Object
(
[attributes] => Array
(
[0] => note
[1] => datacambiostato
[2] => idrefmarketingsearch
[3] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[15] => CSafeValidator Object
(
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idcertificazione
[3] => idflusso
[4] => idcurrentstep
[5] => idstatocert
[6] => idrefmarketing
[7] => idbrand
[8] => idprogetto
[9] => codice
[10] => descrizione
[11] => link
[12] => idagenziarepro
[13] => accettazioneagenzia
[14] => forzaaccettazioneagenzia
[15] => passaggiapprovazione
[16] => passaggiforzaagenzia
[17] => passaggiaccettazioneagenzia
[18] => statoapprovazione
[19] => linkdownload
[20] => stamp_insert_user
[21] => stamp_update_user
[22] => stamp_update
[23] => stamp_insert
[24] => refmarketing
[25] => agenziarepro
[26] => note
[27] => datacambiostato
[28] => idrefmarketingsearch
[29] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
[search] => search
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 16
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgCertificazione Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[currentStep] => FrmFlussiStep Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 30
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFlussiStep Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[allegati] => FrmFilesUpload Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[iduser] => 1
[descrizione] =>
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFilesUpload Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[motivazioni] => ImgMotivazioni Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgMotivazioni Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[view] =>
)
)
)
[14] => Array
(
[function] => actionUpdate
[class] => ImgCertificazioneController
[type] => ->
[args] => Array
(
[0] => 3129
)
[file] => unknown
[line] => 0
)
[15] => Array
(
[file] => /var/www/html/dev/yii/framework/web/actions/CAction.php
[line] => 109
[function] => invokeArgs
[class] => ReflectionMethod
[type] => ->
[args] => Array
(
[0] => ImgCertificazioneController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => imgCertificazione
[_action:CController:private] => CInlineAction Object
(
[_id:CAction:private] => update
[_controller:CAction:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
[0] => TbActiveForm Object
(
[type] => vertical
[prependCssClass] => input-group
[appendCssClass] => input-group
[addOnCssClass] => input-group-addon
[addOnTag] => span
[addOnWrapperTag] => div
[hintCssClass] => help-block
[hintTag] => span
[showErrors] => 1
[action] =>
[method] => post
[stateful] =>
[errorMessageCssClass] => help-block error
[htmlOptions] => Array
(
[class] => form
[id] => img-certificazione-form
)
[clientOptions] => Array
(
[validateOnSubmit] => 1
[afterValidate] => js:function(form, data, hasError){
if(hasError) {
$(".div_waiting").hide();
$("#page_loader").fadeOut();//20161103 - TICKET: 0001309
}else{
return true;
}
}
[errorCssClass] => has-error
[successCssClass] => has-success
[inputContainer] => div.form-group
)
[enableAjaxValidation] => 1
[enableClientValidation] =>
[focus] =>
[attributes:protected] => Array
(
)
[summaryID:protected] => img-certificazione-form_es_
[_summaryAttributes:CActiveForm:private] => Array
(
[0] => ImgCertificazione_idstatocert
[1] => ImgCertificazione_idflusso
[2] => ImgCertificazione_idcurrentstep
[3] => ImgCertificazione_idrefmarketing
[4] => ImgCertificazione_idbrand
[5] => ImgCertificazione_descrizione
[6] => ImgCertificazione_link
[7] => ImgCertificazione_path
[8] => ImgCertificazione_idsocieta
[9] => ImgCertificazione_idstabilimento
[10] => ImgCertificazione_idprogetto
[11] => ImgCertificazione_idagenziarepro
[12] => ImgCertificazione_accettazioneagenzia
[13] => ImgCertificazione_forzaaccettazioneagenzia
[14] => ImgCertificazione_passaggiapprovazione
[15] => ImgCertificazione_passaggiforzaagenzia
[16] => ImgCertificazione_passaggiaccettazioneagenzia
[17] => ImgCertificazione_stamp_insert_user
[18] => ImgCertificazione_stamp_update_user
[19] => ImgCertificazione_codice
[20] => ImgCertificazione_linkdownload
[21] => ImgCertificazione_statoapprovazione
[22] => ImgCertificazione_motivrifiutoagenzia
[23] => ImgCertificazione_motivgc
[24] => ImgCertificazione_motivrifiuto
[25] => ImgCertificazione_note
[26] => ImgCertificazione_datacambiostato
[27] => ImgCertificazione_idrefmarketingsearch
[28] => ImgCertificazione_idagenziareprosearch
)
[actionPrefix] =>
[skin] => default
[_id:CWidget:private] => img-certificazione-form
[_owner:CWidget:private] => ImgCertificazioneController Object
*RECURSION*
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[1] => Array
(
[0] => 3129
)
)
)
[16] => Array
(
[file] => /var/www/html/dev/yii/framework/web/actions/CInlineAction.php
[line] => 47
[function] => runWithParamsInternal
[class] => CAction
[type] => ->
[args] => Array
(
[0] => ImgCertificazioneController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => imgCertificazione
[_action:CController:private] => CInlineAction Object
(
[_id:CAction:private] => update
[_controller:CAction:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
[0] => TbActiveForm Object
(
[type] => vertical
[prependCssClass] => input-group
[appendCssClass] => input-group
[addOnCssClass] => input-group-addon
[addOnTag] => span
[addOnWrapperTag] => div
[hintCssClass] => help-block
[hintTag] => span
[showErrors] => 1
[action] =>
[method] => post
[stateful] =>
[errorMessageCssClass] => help-block error
[htmlOptions] => Array
(
[class] => form
[id] => img-certificazione-form
)
[clientOptions] => Array
(
[validateOnSubmit] => 1
[afterValidate] => js:function(form, data, hasError){
if(hasError) {
$(".div_waiting").hide();
$("#page_loader").fadeOut();//20161103 - TICKET: 0001309
}else{
return true;
}
}
[errorCssClass] => has-error
[successCssClass] => has-success
[inputContainer] => div.form-group
)
[enableAjaxValidation] => 1
[enableClientValidation] =>
[focus] =>
[attributes:protected] => Array
(
)
[summaryID:protected] => img-certificazione-form_es_
[_summaryAttributes:CActiveForm:private] => Array
(
[0] => ImgCertificazione_idstatocert
[1] => ImgCertificazione_idflusso
[2] => ImgCertificazione_idcurrentstep
[3] => ImgCertificazione_idrefmarketing
[4] => ImgCertificazione_idbrand
[5] => ImgCertificazione_descrizione
[6] => ImgCertificazione_link
[7] => ImgCertificazione_path
[8] => ImgCertificazione_idsocieta
[9] => ImgCertificazione_idstabilimento
[10] => ImgCertificazione_idprogetto
[11] => ImgCertificazione_idagenziarepro
[12] => ImgCertificazione_accettazioneagenzia
[13] => ImgCertificazione_forzaaccettazioneagenzia
[14] => ImgCertificazione_passaggiapprovazione
[15] => ImgCertificazione_passaggiforzaagenzia
[16] => ImgCertificazione_passaggiaccettazioneagenzia
[17] => ImgCertificazione_stamp_insert_user
[18] => ImgCertificazione_stamp_update_user
[19] => ImgCertificazione_codice
[20] => ImgCertificazione_linkdownload
[21] => ImgCertificazione_statoapprovazione
[22] => ImgCertificazione_motivrifiutoagenzia
[23] => ImgCertificazione_motivgc
[24] => ImgCertificazione_motivrifiuto
[25] => ImgCertificazione_note
[26] => ImgCertificazione_datacambiostato
[27] => ImgCertificazione_idrefmarketingsearch
[28] => ImgCertificazione_idagenziareprosearch
)
[actionPrefix] =>
[skin] => default
[_id:CWidget:private] => img-certificazione-form
[_owner:CWidget:private] => ImgCertificazioneController Object
*RECURSION*
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[1] => ReflectionMethod Object
(
[name] => actionUpdate
[class] => ImgCertificazioneController
)
[2] => Array
(
[id] => 3129
)
)
)
[17] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 308
[function] => runWithParams
[class] => CInlineAction
[type] => ->
[args] => Array
(
[0] => Array
(
[id] => 3129
)
)
)
[18] => Array
(
[file] => /var/www/html/dev/yii/framework/web/filters/CFilterChain.php
[line] => 134
[function] => runAction
[class] => CController
[type] => ->
[args] => Array
(
[0] => CInlineAction Object
(
[_id:CAction:private] => update
[_controller:CAction:private] => ImgCertificazioneController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => imgCertificazione
[_action:CController:private] => CInlineAction Object
*RECURSION*
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
[0] => TbActiveForm Object
(
[type] => vertical
[prependCssClass] => input-group
[appendCssClass] => input-group
[addOnCssClass] => input-group-addon
[addOnTag] => span
[addOnWrapperTag] => div
[hintCssClass] => help-block
[hintTag] => span
[showErrors] => 1
[action] =>
[method] => post
[stateful] =>
[errorMessageCssClass] => help-block error
[htmlOptions] => Array
(
[class] => form
[id] => img-certificazione-form
)
[clientOptions] => Array
(
[validateOnSubmit] => 1
[afterValidate] => js:function(form, data, hasError){
if(hasError) {
$(".div_waiting").hide();
$("#page_loader").fadeOut();//20161103 - TICKET: 0001309
}else{
return true;
}
}
[errorCssClass] => has-error
[successCssClass] => has-success
[inputContainer] => div.form-group
)
[enableAjaxValidation] => 1
[enableClientValidation] =>
[focus] =>
[attributes:protected] => Array
(
)
[summaryID:protected] => img-certificazione-form_es_
[_summaryAttributes:CActiveForm:private] => Array
(
[0] => ImgCertificazione_idstatocert
[1] => ImgCertificazione_idflusso
[2] => ImgCertificazione_idcurrentstep
[3] => ImgCertificazione_idrefmarketing
[4] => ImgCertificazione_idbrand
[5] => ImgCertificazione_descrizione
[6] => ImgCertificazione_link
[7] => ImgCertificazione_path
[8] => ImgCertificazione_idsocieta
[9] => ImgCertificazione_idstabilimento
[10] => ImgCertificazione_idprogetto
[11] => ImgCertificazione_idagenziarepro
[12] => ImgCertificazione_accettazioneagenzia
[13] => ImgCertificazione_forzaaccettazioneagenzia
[14] => ImgCertificazione_passaggiapprovazione
[15] => ImgCertificazione_passaggiforzaagenzia
[16] => ImgCertificazione_passaggiaccettazioneagenzia
[17] => ImgCertificazione_stamp_insert_user
[18] => ImgCertificazione_stamp_update_user
[19] => ImgCertificazione_codice
[20] => ImgCertificazione_linkdownload
[21] => ImgCertificazione_statoapprovazione
[22] => ImgCertificazione_motivrifiutoagenzia
[23] => ImgCertificazione_motivgc
[24] => ImgCertificazione_motivrifiuto
[25] => ImgCertificazione_note
[26] => ImgCertificazione_datacambiostato
[27] => ImgCertificazione_idrefmarketingsearch
[28] => ImgCertificazione_idagenziareprosearch
)
[actionPrefix] =>
[skin] => default
[_id:CWidget:private] => img-certificazione-form
[_owner:CWidget:private] => ImgCertificazioneController Object
*RECURSION*
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[19] => Array
(
[file] => /var/www/html/dev/yii/framework/web/filters/CFilter.php
[line] => 40
[function] => run
[class] => CFilterChain
[type] => ->
[args] => Array
(
)
)
[20] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 1148
[function] => filter
[class] => CFilter
[type] => ->
[args] => Array
(
[0] => CFilterChain Object
(
[controller] => ImgCertificazioneController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => imgCertificazione
[_action:CController:private] => CInlineAction Object
(
[_id:CAction:private] => update
[_controller:CAction:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
[0] => TbActiveForm Object
(
[type] => vertical
[prependCssClass] => input-group
[appendCssClass] => input-group
[addOnCssClass] => input-group-addon
[addOnTag] => span
[addOnWrapperTag] => div
[hintCssClass] => help-block
[hintTag] => span
[showErrors] => 1
[action] =>
[method] => post
[stateful] =>
[errorMessageCssClass] => help-block error
[htmlOptions] => Array
(
[class] => form
[id] => img-certificazione-form
)
[clientOptions] => Array
(
[validateOnSubmit] => 1
[afterValidate] => js:function(form, data, hasError){
if(hasError) {
$(".div_waiting").hide();
$("#page_loader").fadeOut();//20161103 - TICKET: 0001309
}else{
return true;
}
}
[errorCssClass] => has-error
[successCssClass] => has-success
[inputContainer] => div.form-group
)
[enableAjaxValidation] => 1
[enableClientValidation] =>
[focus] =>
[attributes:protected] => Array
(
)
[summaryID:protected] => img-certificazione-form_es_
[_summaryAttributes:CActiveForm:private] => Array
(
[0] => ImgCertificazione_idstatocert
[1] => ImgCertificazione_idflusso
[2] => ImgCertificazione_idcurrentstep
[3] => ImgCertificazione_idrefmarketing
[4] => ImgCertificazione_idbrand
[5] => ImgCertificazione_descrizione
[6] => ImgCertificazione_link
[7] => ImgCertificazione_path
[8] => ImgCertificazione_idsocieta
[9] => ImgCertificazione_idstabilimento
[10] => ImgCertificazione_idprogetto
[11] => ImgCertificazione_idagenziarepro
[12] => ImgCertificazione_accettazioneagenzia
[13] => ImgCertificazione_forzaaccettazioneagenzia
[14] => ImgCertificazione_passaggiapprovazione
[15] => ImgCertificazione_passaggiforzaagenzia
[16] => ImgCertificazione_passaggiaccettazioneagenzia
[17] => ImgCertificazione_stamp_insert_user
[18] => ImgCertificazione_stamp_update_user
[19] => ImgCertificazione_codice
[20] => ImgCertificazione_linkdownload
[21] => ImgCertificazione_statoapprovazione
[22] => ImgCertificazione_motivrifiutoagenzia
[23] => ImgCertificazione_motivgc
[24] => ImgCertificazione_motivrifiuto
[25] => ImgCertificazione_note
[26] => ImgCertificazione_datacambiostato
[27] => ImgCertificazione_idrefmarketingsearch
[28] => ImgCertificazione_idagenziareprosearch
)
[actionPrefix] =>
[skin] => default
[_id:CWidget:private] => img-certificazione-form
[_owner:CWidget:private] => ImgCertificazioneController Object
*RECURSION*
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[action] => CInlineAction Object
(
[_id:CAction:private] => update
[_controller:CAction:private] => ImgCertificazioneController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => imgCertificazione
[_action:CController:private] => CInlineAction Object
*RECURSION*
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
[0] => TbActiveForm Object
(
[type] => vertical
[prependCssClass] => input-group
[appendCssClass] => input-group
[addOnCssClass] => input-group-addon
[addOnTag] => span
[addOnWrapperTag] => div
[hintCssClass] => help-block
[hintTag] => span
[showErrors] => 1
[action] =>
[method] => post
[stateful] =>
[errorMessageCssClass] => help-block error
[htmlOptions] => Array
(
[class] => form
[id] => img-certificazione-form
)
[clientOptions] => Array
(
[validateOnSubmit] => 1
[afterValidate] => js:function(form, data, hasError){
if(hasError) {
$(".div_waiting").hide();
$("#page_loader").fadeOut();//20161103 - TICKET: 0001309
}else{
return true;
}
}
[errorCssClass] => has-error
[successCssClass] => has-success
[inputContainer] => div.form-group
)
[enableAjaxValidation] => 1
[enableClientValidation] =>
[focus] =>
[attributes:protected] => Array
(
)
[summaryID:protected] => img-certificazione-form_es_
[_summaryAttributes:CActiveForm:private] => Array
(
[0] => ImgCertificazione_idstatocert
[1] => ImgCertificazione_idflusso
[2] => ImgCertificazione_idcurrentstep
[3] => ImgCertificazione_idrefmarketing
[4] => ImgCertificazione_idbrand
[5] => ImgCertificazione_descrizione
[6] => ImgCertificazione_link
[7] => ImgCertificazione_path
[8] => ImgCertificazione_idsocieta
[9] => ImgCertificazione_idstabilimento
[10] => ImgCertificazione_idprogetto
[11] => ImgCertificazione_idagenziarepro
[12] => ImgCertificazione_accettazioneagenzia
[13] => ImgCertificazione_forzaaccettazioneagenzia
[14] => ImgCertificazione_passaggiapprovazione
[15] => ImgCertificazione_passaggiforzaagenzia
[16] => ImgCertificazione_passaggiaccettazioneagenzia
[17] => ImgCertificazione_stamp_insert_user
[18] => ImgCertificazione_stamp_update_user
[19] => ImgCertificazione_codice
[20] => ImgCertificazione_linkdownload
[21] => ImgCertificazione_statoapprovazione
[22] => ImgCertificazione_motivrifiutoagenzia
[23] => ImgCertificazione_motivgc
[24] => ImgCertificazione_motivrifiuto
[25] => ImgCertificazione_note
[26] => ImgCertificazione_datacambiostato
[27] => ImgCertificazione_idrefmarketingsearch
[28] => ImgCertificazione_idagenziareprosearch
)
[actionPrefix] =>
[skin] => default
[_id:CWidget:private] => img-certificazione-form
[_owner:CWidget:private] => ImgCertificazioneController Object
*RECURSION*
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[filterIndex] => 1
[_d:CList:private] => Array
(
[0] => CInlineFilter Object
(
[name] => accessControl
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[21] => Array
(
[file] => /var/www/html/dev/yii/framework/web/filters/CInlineFilter.php
[line] => 58
[function] => filterAccessControl
[class] => CController
[type] => ->
[args] => Array
(
[0] => CFilterChain Object
(
[controller] => ImgCertificazioneController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => imgCertificazione
[_action:CController:private] => CInlineAction Object
(
[_id:CAction:private] => update
[_controller:CAction:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
[0] => TbActiveForm Object
(
[type] => vertical
[prependCssClass] => input-group
[appendCssClass] => input-group
[addOnCssClass] => input-group-addon
[addOnTag] => span
[addOnWrapperTag] => div
[hintCssClass] => help-block
[hintTag] => span
[showErrors] => 1
[action] =>
[method] => post
[stateful] =>
[errorMessageCssClass] => help-block error
[htmlOptions] => Array
(
[class] => form
[id] => img-certificazione-form
)
[clientOptions] => Array
(
[validateOnSubmit] => 1
[afterValidate] => js:function(form, data, hasError){
if(hasError) {
$(".div_waiting").hide();
$("#page_loader").fadeOut();//20161103 - TICKET: 0001309
}else{
return true;
}
}
[errorCssClass] => has-error
[successCssClass] => has-success
[inputContainer] => div.form-group
)
[enableAjaxValidation] => 1
[enableClientValidation] =>
[focus] =>
[attributes:protected] => Array
(
)
[summaryID:protected] => img-certificazione-form_es_
[_summaryAttributes:CActiveForm:private] => Array
(
[0] => ImgCertificazione_idstatocert
[1] => ImgCertificazione_idflusso
[2] => ImgCertificazione_idcurrentstep
[3] => ImgCertificazione_idrefmarketing
[4] => ImgCertificazione_idbrand
[5] => ImgCertificazione_descrizione
[6] => ImgCertificazione_link
[7] => ImgCertificazione_path
[8] => ImgCertificazione_idsocieta
[9] => ImgCertificazione_idstabilimento
[10] => ImgCertificazione_idprogetto
[11] => ImgCertificazione_idagenziarepro
[12] => ImgCertificazione_accettazioneagenzia
[13] => ImgCertificazione_forzaaccettazioneagenzia
[14] => ImgCertificazione_passaggiapprovazione
[15] => ImgCertificazione_passaggiforzaagenzia
[16] => ImgCertificazione_passaggiaccettazioneagenzia
[17] => ImgCertificazione_stamp_insert_user
[18] => ImgCertificazione_stamp_update_user
[19] => ImgCertificazione_codice
[20] => ImgCertificazione_linkdownload
[21] => ImgCertificazione_statoapprovazione
[22] => ImgCertificazione_motivrifiutoagenzia
[23] => ImgCertificazione_motivgc
[24] => ImgCertificazione_motivrifiuto
[25] => ImgCertificazione_note
[26] => ImgCertificazione_datacambiostato
[27] => ImgCertificazione_idrefmarketingsearch
[28] => ImgCertificazione_idagenziareprosearch
)
[actionPrefix] =>
[skin] => default
[_id:CWidget:private] => img-certificazione-form
[_owner:CWidget:private] => ImgCertificazioneController Object
*RECURSION*
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[action] => CInlineAction Object
(
[_id:CAction:private] => update
[_controller:CAction:private] => ImgCertificazioneController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => imgCertificazione
[_action:CController:private] => CInlineAction Object
*RECURSION*
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
[0] => TbActiveForm Object
(
[type] => vertical
[prependCssClass] => input-group
[appendCssClass] => input-group
[addOnCssClass] => input-group-addon
[addOnTag] => span
[addOnWrapperTag] => div
[hintCssClass] => help-block
[hintTag] => span
[showErrors] => 1
[action] =>
[method] => post
[stateful] =>
[errorMessageCssClass] => help-block error
[htmlOptions] => Array
(
[class] => form
[id] => img-certificazione-form
)
[clientOptions] => Array
(
[validateOnSubmit] => 1
[afterValidate] => js:function(form, data, hasError){
if(hasError) {
$(".div_waiting").hide();
$("#page_loader").fadeOut();//20161103 - TICKET: 0001309
}else{
return true;
}
}
[errorCssClass] => has-error
[successCssClass] => has-success
[inputContainer] => div.form-group
)
[enableAjaxValidation] => 1
[enableClientValidation] =>
[focus] =>
[attributes:protected] => Array
(
)
[summaryID:protected] => img-certificazione-form_es_
[_summaryAttributes:CActiveForm:private] => Array
(
[0] => ImgCertificazione_idstatocert
[1] => ImgCertificazione_idflusso
[2] => ImgCertificazione_idcurrentstep
[3] => ImgCertificazione_idrefmarketing
[4] => ImgCertificazione_idbrand
[5] => ImgCertificazione_descrizione
[6] => ImgCertificazione_link
[7] => ImgCertificazione_path
[8] => ImgCertificazione_idsocieta
[9] => ImgCertificazione_idstabilimento
[10] => ImgCertificazione_idprogetto
[11] => ImgCertificazione_idagenziarepro
[12] => ImgCertificazione_accettazioneagenzia
[13] => ImgCertificazione_forzaaccettazioneagenzia
[14] => ImgCertificazione_passaggiapprovazione
[15] => ImgCertificazione_passaggiforzaagenzia
[16] => ImgCertificazione_passaggiaccettazioneagenzia
[17] => ImgCertificazione_stamp_insert_user
[18] => ImgCertificazione_stamp_update_user
[19] => ImgCertificazione_codice
[20] => ImgCertificazione_linkdownload
[21] => ImgCertificazione_statoapprovazione
[22] => ImgCertificazione_motivrifiutoagenzia
[23] => ImgCertificazione_motivgc
[24] => ImgCertificazione_motivrifiuto
[25] => ImgCertificazione_note
[26] => ImgCertificazione_datacambiostato
[27] => ImgCertificazione_idrefmarketingsearch
[28] => ImgCertificazione_idagenziareprosearch
)
[actionPrefix] =>
[skin] => default
[_id:CWidget:private] => img-certificazione-form
[_owner:CWidget:private] => ImgCertificazioneController Object
*RECURSION*
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[filterIndex] => 1
[_d:CList:private] => Array
(
[0] => CInlineFilter Object
(
[name] => accessControl
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[22] => Array
(
[file] => /var/www/html/dev/yii/framework/web/filters/CFilterChain.php
[line] => 131
[function] => filter
[class] => CInlineFilter
[type] => ->
[args] => Array
(
[0] => CFilterChain Object
(
[controller] => ImgCertificazioneController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => imgCertificazione
[_action:CController:private] => CInlineAction Object
(
[_id:CAction:private] => update
[_controller:CAction:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
[0] => TbActiveForm Object
(
[type] => vertical
[prependCssClass] => input-group
[appendCssClass] => input-group
[addOnCssClass] => input-group-addon
[addOnTag] => span
[addOnWrapperTag] => div
[hintCssClass] => help-block
[hintTag] => span
[showErrors] => 1
[action] =>
[method] => post
[stateful] =>
[errorMessageCssClass] => help-block error
[htmlOptions] => Array
(
[class] => form
[id] => img-certificazione-form
)
[clientOptions] => Array
(
[validateOnSubmit] => 1
[afterValidate] => js:function(form, data, hasError){
if(hasError) {
$(".div_waiting").hide();
$("#page_loader").fadeOut();//20161103 - TICKET: 0001309
}else{
return true;
}
}
[errorCssClass] => has-error
[successCssClass] => has-success
[inputContainer] => div.form-group
)
[enableAjaxValidation] => 1
[enableClientValidation] =>
[focus] =>
[attributes:protected] => Array
(
)
[summaryID:protected] => img-certificazione-form_es_
[_summaryAttributes:CActiveForm:private] => Array
(
[0] => ImgCertificazione_idstatocert
[1] => ImgCertificazione_idflusso
[2] => ImgCertificazione_idcurrentstep
[3] => ImgCertificazione_idrefmarketing
[4] => ImgCertificazione_idbrand
[5] => ImgCertificazione_descrizione
[6] => ImgCertificazione_link
[7] => ImgCertificazione_path
[8] => ImgCertificazione_idsocieta
[9] => ImgCertificazione_idstabilimento
[10] => ImgCertificazione_idprogetto
[11] => ImgCertificazione_idagenziarepro
[12] => ImgCertificazione_accettazioneagenzia
[13] => ImgCertificazione_forzaaccettazioneagenzia
[14] => ImgCertificazione_passaggiapprovazione
[15] => ImgCertificazione_passaggiforzaagenzia
[16] => ImgCertificazione_passaggiaccettazioneagenzia
[17] => ImgCertificazione_stamp_insert_user
[18] => ImgCertificazione_stamp_update_user
[19] => ImgCertificazione_codice
[20] => ImgCertificazione_linkdownload
[21] => ImgCertificazione_statoapprovazione
[22] => ImgCertificazione_motivrifiutoagenzia
[23] => ImgCertificazione_motivgc
[24] => ImgCertificazione_motivrifiuto
[25] => ImgCertificazione_note
[26] => ImgCertificazione_datacambiostato
[27] => ImgCertificazione_idrefmarketingsearch
[28] => ImgCertificazione_idagenziareprosearch
)
[actionPrefix] =>
[skin] => default
[_id:CWidget:private] => img-certificazione-form
[_owner:CWidget:private] => ImgCertificazioneController Object
*RECURSION*
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[action] => CInlineAction Object
(
[_id:CAction:private] => update
[_controller:CAction:private] => ImgCertificazioneController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => imgCertificazione
[_action:CController:private] => CInlineAction Object
*RECURSION*
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
[0] => TbActiveForm Object
(
[type] => vertical
[prependCssClass] => input-group
[appendCssClass] => input-group
[addOnCssClass] => input-group-addon
[addOnTag] => span
[addOnWrapperTag] => div
[hintCssClass] => help-block
[hintTag] => span
[showErrors] => 1
[action] =>
[method] => post
[stateful] =>
[errorMessageCssClass] => help-block error
[htmlOptions] => Array
(
[class] => form
[id] => img-certificazione-form
)
[clientOptions] => Array
(
[validateOnSubmit] => 1
[afterValidate] => js:function(form, data, hasError){
if(hasError) {
$(".div_waiting").hide();
$("#page_loader").fadeOut();//20161103 - TICKET: 0001309
}else{
return true;
}
}
[errorCssClass] => has-error
[successCssClass] => has-success
[inputContainer] => div.form-group
)
[enableAjaxValidation] => 1
[enableClientValidation] =>
[focus] =>
[attributes:protected] => Array
(
)
[summaryID:protected] => img-certificazione-form_es_
[_summaryAttributes:CActiveForm:private] => Array
(
[0] => ImgCertificazione_idstatocert
[1] => ImgCertificazione_idflusso
[2] => ImgCertificazione_idcurrentstep
[3] => ImgCertificazione_idrefmarketing
[4] => ImgCertificazione_idbrand
[5] => ImgCertificazione_descrizione
[6] => ImgCertificazione_link
[7] => ImgCertificazione_path
[8] => ImgCertificazione_idsocieta
[9] => ImgCertificazione_idstabilimento
[10] => ImgCertificazione_idprogetto
[11] => ImgCertificazione_idagenziarepro
[12] => ImgCertificazione_accettazioneagenzia
[13] => ImgCertificazione_forzaaccettazioneagenzia
[14] => ImgCertificazione_passaggiapprovazione
[15] => ImgCertificazione_passaggiforzaagenzia
[16] => ImgCertificazione_passaggiaccettazioneagenzia
[17] => ImgCertificazione_stamp_insert_user
[18] => ImgCertificazione_stamp_update_user
[19] => ImgCertificazione_codice
[20] => ImgCertificazione_linkdownload
[21] => ImgCertificazione_statoapprovazione
[22] => ImgCertificazione_motivrifiutoagenzia
[23] => ImgCertificazione_motivgc
[24] => ImgCertificazione_motivrifiuto
[25] => ImgCertificazione_note
[26] => ImgCertificazione_datacambiostato
[27] => ImgCertificazione_idrefmarketingsearch
[28] => ImgCertificazione_idagenziareprosearch
)
[actionPrefix] =>
[skin] => default
[_id:CWidget:private] => img-certificazione-form
[_owner:CWidget:private] => ImgCertificazioneController Object
*RECURSION*
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[filterIndex] => 1
[_d:CList:private] => Array
(
[0] => CInlineFilter Object
(
[name] => accessControl
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[23] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 291
[function] => run
[class] => CFilterChain
[type] => ->
[args] => Array
(
)
)
[24] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 265
[function] => runActionWithFilters
[class] => CController
[type] => ->
[args] => Array
(
[0] => CInlineAction Object
(
[_id:CAction:private] => update
[_controller:CAction:private] => ImgCertificazioneController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => imgCertificazione
[_action:CController:private] => CInlineAction Object
*RECURSION*
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
[0] => TbActiveForm Object
(
[type] => vertical
[prependCssClass] => input-group
[appendCssClass] => input-group
[addOnCssClass] => input-group-addon
[addOnTag] => span
[addOnWrapperTag] => div
[hintCssClass] => help-block
[hintTag] => span
[showErrors] => 1
[action] =>
[method] => post
[stateful] =>
[errorMessageCssClass] => help-block error
[htmlOptions] => Array
(
[class] => form
[id] => img-certificazione-form
)
[clientOptions] => Array
(
[validateOnSubmit] => 1
[afterValidate] => js:function(form, data, hasError){
if(hasError) {
$(".div_waiting").hide();
$("#page_loader").fadeOut();//20161103 - TICKET: 0001309
}else{
return true;
}
}
[errorCssClass] => has-error
[successCssClass] => has-success
[inputContainer] => div.form-group
)
[enableAjaxValidation] => 1
[enableClientValidation] =>
[focus] =>
[attributes:protected] => Array
(
)
[summaryID:protected] => img-certificazione-form_es_
[_summaryAttributes:CActiveForm:private] => Array
(
[0] => ImgCertificazione_idstatocert
[1] => ImgCertificazione_idflusso
[2] => ImgCertificazione_idcurrentstep
[3] => ImgCertificazione_idrefmarketing
[4] => ImgCertificazione_idbrand
[5] => ImgCertificazione_descrizione
[6] => ImgCertificazione_link
[7] => ImgCertificazione_path
[8] => ImgCertificazione_idsocieta
[9] => ImgCertificazione_idstabilimento
[10] => ImgCertificazione_idprogetto
[11] => ImgCertificazione_idagenziarepro
[12] => ImgCertificazione_accettazioneagenzia
[13] => ImgCertificazione_forzaaccettazioneagenzia
[14] => ImgCertificazione_passaggiapprovazione
[15] => ImgCertificazione_passaggiforzaagenzia
[16] => ImgCertificazione_passaggiaccettazioneagenzia
[17] => ImgCertificazione_stamp_insert_user
[18] => ImgCertificazione_stamp_update_user
[19] => ImgCertificazione_codice
[20] => ImgCertificazione_linkdownload
[21] => ImgCertificazione_statoapprovazione
[22] => ImgCertificazione_motivrifiutoagenzia
[23] => ImgCertificazione_motivgc
[24] => ImgCertificazione_motivrifiuto
[25] => ImgCertificazione_note
[26] => ImgCertificazione_datacambiostato
[27] => ImgCertificazione_idrefmarketingsearch
[28] => ImgCertificazione_idagenziareprosearch
)
[actionPrefix] =>
[skin] => default
[_id:CWidget:private] => img-certificazione-form
[_owner:CWidget:private] => ImgCertificazioneController Object
*RECURSION*
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[1] => Array
(
[0] => accessControl
[1] => postOnly + delete
)
)
)
[25] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 282
[function] => run
[class] => CController
[type] => ->
[args] => Array
(
[0] => update
)
)
[26] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] => imgCertificazione/update
)
)
[27] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[28] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 56
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
07/01/2026 12:47:37 - TYPE ERROR:CException
07/01/2026 12:47:37 - MESSAGE:The asset "/var/www/html/dev/ferrerocit/protected/extensions/xupload/assets" to be published does not exist.
07/01/2026 12:47:37 - Error File LINE:
07/01/2026 12:47:37 - /var/www/html/dev/yii/framework/web/CAssetManager.php(257)
07/01/2026 12:47:37 - Error SOURCE CODE:
07/01/2026 12:47:37 - 245 {
246 CFileHelper::copyDirectory($src,$dstDir,array(
247 'exclude'=>$this->excludeFiles,
248 'level'=>$level,
249 'newDirMode'=>$this->newDirMode,
250 'newFileMode'=>$this->newFileMode,
251 ));
252 }
253
254 return $this->_published[$path]=$this->getBaseUrl().'/'.$dir;
255 }
256 }
257 throw new CException(Yii::t('yii','The asset "{asset}" to be published does not exist.',
258 array('{asset}'=>$path)));
259 }
260
261 /**
262 * Returns the published path of a file path.
263 * This method does not perform any publishing. It merely tells you
264 * if the file or directory is published, where it will go.
265 * @param string $path directory or file path being published
266 * @param boolean $hashByName whether the published directory should be named as the hashed basename.
267 * If false, the name will be the hash taken from dirname of the path being published and path mtime.
268 * Defaults to false. Set true if the path being published is shared among
269 * different extensions.
07/01/2026 12:47:37 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/extensions/xupload/XUpload.php
[line] => 142
[function] => publish
[class] => CAssetManager
[type] => ->
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/extensions/xupload/assets
)
)
[1] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/extensions/xupload/XUpload.php
[line] => 82
[function] => publishAssets
[class] => XUpload
[type] => ->
[args] => Array
(
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CBaseController.php
[line] => 147
[function] => init
[class] => XUpload
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CBaseController.php
[line] => 181
[function] => createWidget
[class] => CBaseController
[type] => ->
[args] => Array
(
[0] => xupload.XUpload
[1] => Array
(
[url] => /ferrerocit/imgCertificazione/UploadImmagini/forceSubFolder/3129
[model] => uploadAllegati Object
(
[file] =>
[mime_type] =>
[size] =>
[name] =>
[filename] =>
[description] =>
[datadoc] =>
[secureFileNames] =>
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[attribute] => file
[multiple] => 1
[previewImages] =>
[downloadView] => application.views.imgCertificazione.download_immagini_template
[htmlOptions] => Array
(
[id] => form-upload-immagini
)
[options] => Array
(
[acceptFileTypes] => js:/(\.|\/)(jpeg|png|gif|bmp)$/i
[previewImages] =>
)
)
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/views/imgCertificazione/_form.php
[line] => 360
[function] => widget
[class] => CBaseController
[type] => ->
[args] => Array
(
[0] => xupload.XUpload
[1] => Array
(
[url] => /ferrerocit/imgCertificazione/UploadImmagini/forceSubFolder/3129
[model] => uploadAllegati Object
(
[file] =>
[mime_type] =>
[size] =>
[name] =>
[filename] =>
[description] =>
[datadoc] =>
[secureFileNames] =>
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[attribute] => file
[multiple] => 1
[previewImages] =>
[downloadView] => application.views.imgCertificazione.download_immagini_template
[htmlOptions] => Array
(
[id] => form-upload-immagini
)
[options] => Array
(
[acceptFileTypes] => js:/(\.|\/)(jpeg|png|gif|bmp)$/i
[previewImages] =>
)
)
)
)
[5] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CBaseController.php
[line] => 126
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/views/imgCertificazione/_form.php
)
[function] => require
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CBaseController.php
[line] => 95
[function] => renderInternal
[class] => CBaseController
[type] => ->
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/views/imgCertificazione/_form.php
[1] => Array
(
[model] => ImgCertificazione Object
(
[path] =>
[idagenziareprosearch] =>
[idrefmarketingsearch] =>
[semaforoRosso] => 0
[semaforoVerde] => 1
[semaforoGiallo] => 2
[inoltraappepson] => 0
[rifiutocert] => 0
[imgArBr] =>
[motivgc] =>
[motivrifiutoagenzia] =>
[motivrifiuto] =>
[datacambiostato] =>
[sendMail] =>
[storicoImg] =>
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 3129
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] => CList Object
(
[_d:CList:private] => Array
(
[0] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idstatocert
[1] => idflusso
[2] => idcurrentstep
[3] => idrefmarketing
[4] => idbrand
[5] => descrizione
[6] => link
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[1] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => path
)
[message] => È necessario caricare almeno una immagine
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[2] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ASSIGNED_C] => ASSIGNED_C
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[3] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ACCEPTED] => ACCEPTED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[4] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[APPROVED] => APPROVED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[5] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
[TOLINK] => TOLINK
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[6] => CNumberValidator Object
(
[integerOnly] => 1
[allowEmpty] => 1
[max] =>
[min] =>
[tooBig] =>
[tooSmall] =>
[integerPattern] => /^\s*[+-]?\d+\s*$/
[numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idflusso
[3] => idcurrentstep
[4] => idstatocert
[5] => idrefmarketing
[6] => idbrand
[7] => idprogetto
[8] => idagenziarepro
[9] => accettazioneagenzia
[10] => forzaaccettazioneagenzia
[11] => passaggiapprovazione
[12] => passaggiforzaagenzia
[13] => passaggiaccettazioneagenzia
[14] => stamp_insert_user
[15] => stamp_update_user
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[7] => CStringValidator Object
(
[max] => 25
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => codice
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[8] => CStringValidator Object
(
[max] => 200
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => descrizione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[9] => CStringValidator Object
(
[max] => 1000
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => link
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[10] => CStringValidator Object
(
[max] => 1
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => statoapprovazione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[11] => CInlineValidator Object
(
[method] => validarifiutoagenzia
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiutoagenzia
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[12] => CInlineValidator Object
(
[method] => validarifiutogc
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivgc
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[13] => CInlineValidator Object
(
[method] => validarifiutoApprovazione
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiuto
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[14] => CSafeValidator Object
(
[attributes] => Array
(
[0] => note
[1] => datacambiostato
[2] => idrefmarketingsearch
[3] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[15] => CSafeValidator Object
(
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idcertificazione
[3] => idflusso
[4] => idcurrentstep
[5] => idstatocert
[6] => idrefmarketing
[7] => idbrand
[8] => idprogetto
[9] => codice
[10] => descrizione
[11] => link
[12] => idagenziarepro
[13] => accettazioneagenzia
[14] => forzaaccettazioneagenzia
[15] => passaggiapprovazione
[16] => passaggiforzaagenzia
[17] => passaggiaccettazioneagenzia
[18] => statoapprovazione
[19] => linkdownload
[20] => stamp_insert_user
[21] => stamp_update_user
[22] => stamp_update
[23] => stamp_insert
[24] => refmarketing
[25] => agenziarepro
[26] => note
[27] => datacambiostato
[28] => idrefmarketingsearch
[29] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
[search] => search
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 16
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgCertificazione Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[currentStep] => FrmFlussiStep Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 30
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFlussiStep Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[allegati] => FrmFilesUpload Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[iduser] => 1
[descrizione] =>
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFilesUpload Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[motivazioni] => ImgMotivazioni Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgMotivazioni Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[view] => 1
)
[2] => 1
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 872
[function] => renderFile
[class] => CBaseController
[type] => ->
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/views/imgCertificazione/_form.php
[1] => Array
(
[model] => ImgCertificazione Object
(
[path] =>
[idagenziareprosearch] =>
[idrefmarketingsearch] =>
[semaforoRosso] => 0
[semaforoVerde] => 1
[semaforoGiallo] => 2
[inoltraappepson] => 0
[rifiutocert] => 0
[imgArBr] =>
[motivgc] =>
[motivrifiutoagenzia] =>
[motivrifiuto] =>
[datacambiostato] =>
[sendMail] =>
[storicoImg] =>
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 3129
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] => CList Object
(
[_d:CList:private] => Array
(
[0] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idstatocert
[1] => idflusso
[2] => idcurrentstep
[3] => idrefmarketing
[4] => idbrand
[5] => descrizione
[6] => link
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[1] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => path
)
[message] => È necessario caricare almeno una immagine
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[2] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ASSIGNED_C] => ASSIGNED_C
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[3] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ACCEPTED] => ACCEPTED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[4] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[APPROVED] => APPROVED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[5] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
[TOLINK] => TOLINK
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[6] => CNumberValidator Object
(
[integerOnly] => 1
[allowEmpty] => 1
[max] =>
[min] =>
[tooBig] =>
[tooSmall] =>
[integerPattern] => /^\s*[+-]?\d+\s*$/
[numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idflusso
[3] => idcurrentstep
[4] => idstatocert
[5] => idrefmarketing
[6] => idbrand
[7] => idprogetto
[8] => idagenziarepro
[9] => accettazioneagenzia
[10] => forzaaccettazioneagenzia
[11] => passaggiapprovazione
[12] => passaggiforzaagenzia
[13] => passaggiaccettazioneagenzia
[14] => stamp_insert_user
[15] => stamp_update_user
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[7] => CStringValidator Object
(
[max] => 25
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => codice
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[8] => CStringValidator Object
(
[max] => 200
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => descrizione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[9] => CStringValidator Object
(
[max] => 1000
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => link
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[10] => CStringValidator Object
(
[max] => 1
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => statoapprovazione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[11] => CInlineValidator Object
(
[method] => validarifiutoagenzia
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiutoagenzia
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[12] => CInlineValidator Object
(
[method] => validarifiutogc
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivgc
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[13] => CInlineValidator Object
(
[method] => validarifiutoApprovazione
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiuto
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[14] => CSafeValidator Object
(
[attributes] => Array
(
[0] => note
[1] => datacambiostato
[2] => idrefmarketingsearch
[3] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[15] => CSafeValidator Object
(
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idcertificazione
[3] => idflusso
[4] => idcurrentstep
[5] => idstatocert
[6] => idrefmarketing
[7] => idbrand
[8] => idprogetto
[9] => codice
[10] => descrizione
[11] => link
[12] => idagenziarepro
[13] => accettazioneagenzia
[14] => forzaaccettazioneagenzia
[15] => passaggiapprovazione
[16] => passaggiforzaagenzia
[17] => passaggiaccettazioneagenzia
[18] => statoapprovazione
[19] => linkdownload
[20] => stamp_insert_user
[21] => stamp_update_user
[22] => stamp_update
[23] => stamp_insert
[24] => refmarketing
[25] => agenziarepro
[26] => note
[27] => datacambiostato
[28] => idrefmarketingsearch
[29] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
[search] => search
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 16
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgCertificazione Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[currentStep] => FrmFlussiStep Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 30
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFlussiStep Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[allegati] => FrmFilesUpload Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[iduser] => 1
[descrizione] =>
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFilesUpload Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[motivazioni] => ImgMotivazioni Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgMotivazioni Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[view] => 1
)
[2] => 1
)
)
[8] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/views/imgCertificazione/update.php
[line] => 41
[function] => renderPartial
[class] => CController
[type] => ->
[args] => Array
(
[0] => _form
[1] => Array
(
[model] => ImgCertificazione Object
(
[path] =>
[idagenziareprosearch] =>
[idrefmarketingsearch] =>
[semaforoRosso] => 0
[semaforoVerde] => 1
[semaforoGiallo] => 2
[inoltraappepson] => 0
[rifiutocert] => 0
[imgArBr] =>
[motivgc] =>
[motivrifiutoagenzia] =>
[motivrifiuto] =>
[datacambiostato] =>
[sendMail] =>
[storicoImg] =>
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 3129
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] => CList Object
(
[_d:CList:private] => Array
(
[0] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idstatocert
[1] => idflusso
[2] => idcurrentstep
[3] => idrefmarketing
[4] => idbrand
[5] => descrizione
[6] => link
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[1] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => path
)
[message] => È necessario caricare almeno una immagine
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[2] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ASSIGNED_C] => ASSIGNED_C
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[3] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ACCEPTED] => ACCEPTED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[4] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[APPROVED] => APPROVED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[5] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
[TOLINK] => TOLINK
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[6] => CNumberValidator Object
(
[integerOnly] => 1
[allowEmpty] => 1
[max] =>
[min] =>
[tooBig] =>
[tooSmall] =>
[integerPattern] => /^\s*[+-]?\d+\s*$/
[numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idflusso
[3] => idcurrentstep
[4] => idstatocert
[5] => idrefmarketing
[6] => idbrand
[7] => idprogetto
[8] => idagenziarepro
[9] => accettazioneagenzia
[10] => forzaaccettazioneagenzia
[11] => passaggiapprovazione
[12] => passaggiforzaagenzia
[13] => passaggiaccettazioneagenzia
[14] => stamp_insert_user
[15] => stamp_update_user
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[7] => CStringValidator Object
(
[max] => 25
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => codice
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[8] => CStringValidator Object
(
[max] => 200
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => descrizione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[9] => CStringValidator Object
(
[max] => 1000
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => link
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[10] => CStringValidator Object
(
[max] => 1
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => statoapprovazione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[11] => CInlineValidator Object
(
[method] => validarifiutoagenzia
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiutoagenzia
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[12] => CInlineValidator Object
(
[method] => validarifiutogc
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivgc
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[13] => CInlineValidator Object
(
[method] => validarifiutoApprovazione
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiuto
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[14] => CSafeValidator Object
(
[attributes] => Array
(
[0] => note
[1] => datacambiostato
[2] => idrefmarketingsearch
[3] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[15] => CSafeValidator Object
(
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idcertificazione
[3] => idflusso
[4] => idcurrentstep
[5] => idstatocert
[6] => idrefmarketing
[7] => idbrand
[8] => idprogetto
[9] => codice
[10] => descrizione
[11] => link
[12] => idagenziarepro
[13] => accettazioneagenzia
[14] => forzaaccettazioneagenzia
[15] => passaggiapprovazione
[16] => passaggiforzaagenzia
[17] => passaggiaccettazioneagenzia
[18] => statoapprovazione
[19] => linkdownload
[20] => stamp_insert_user
[21] => stamp_update_user
[22] => stamp_update
[23] => stamp_insert
[24] => refmarketing
[25] => agenziarepro
[26] => note
[27] => datacambiostato
[28] => idrefmarketingsearch
[29] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
[search] => search
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 16
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgCertificazione Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[currentStep] => FrmFlussiStep Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 30
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFlussiStep Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[allegati] => FrmFilesUpload Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[iduser] => 1
[descrizione] =>
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFilesUpload Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[motivazioni] => ImgMotivazioni Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgMotivazioni Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[view] => 1
)
)
)
[9] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CBaseController.php
[line] => 126
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/views/imgCertificazione/update.php
)
[function] => require
)
[10] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CBaseController.php
[line] => 95
[function] => renderInternal
[class] => CBaseController
[type] => ->
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/views/imgCertificazione/update.php
[1] => Array
(
[model] => ImgCertificazione Object
(
[path] =>
[idagenziareprosearch] =>
[idrefmarketingsearch] =>
[semaforoRosso] => 0
[semaforoVerde] => 1
[semaforoGiallo] => 2
[inoltraappepson] => 0
[rifiutocert] => 0
[imgArBr] =>
[motivgc] =>
[motivrifiutoagenzia] =>
[motivrifiuto] =>
[datacambiostato] =>
[sendMail] =>
[storicoImg] =>
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 3129
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] => CList Object
(
[_d:CList:private] => Array
(
[0] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idstatocert
[1] => idflusso
[2] => idcurrentstep
[3] => idrefmarketing
[4] => idbrand
[5] => descrizione
[6] => link
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[1] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => path
)
[message] => È necessario caricare almeno una immagine
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[2] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ASSIGNED_C] => ASSIGNED_C
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[3] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ACCEPTED] => ACCEPTED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[4] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[APPROVED] => APPROVED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[5] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
[TOLINK] => TOLINK
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[6] => CNumberValidator Object
(
[integerOnly] => 1
[allowEmpty] => 1
[max] =>
[min] =>
[tooBig] =>
[tooSmall] =>
[integerPattern] => /^\s*[+-]?\d+\s*$/
[numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idflusso
[3] => idcurrentstep
[4] => idstatocert
[5] => idrefmarketing
[6] => idbrand
[7] => idprogetto
[8] => idagenziarepro
[9] => accettazioneagenzia
[10] => forzaaccettazioneagenzia
[11] => passaggiapprovazione
[12] => passaggiforzaagenzia
[13] => passaggiaccettazioneagenzia
[14] => stamp_insert_user
[15] => stamp_update_user
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[7] => CStringValidator Object
(
[max] => 25
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => codice
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[8] => CStringValidator Object
(
[max] => 200
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => descrizione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[9] => CStringValidator Object
(
[max] => 1000
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => link
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[10] => CStringValidator Object
(
[max] => 1
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => statoapprovazione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[11] => CInlineValidator Object
(
[method] => validarifiutoagenzia
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiutoagenzia
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[12] => CInlineValidator Object
(
[method] => validarifiutogc
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivgc
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[13] => CInlineValidator Object
(
[method] => validarifiutoApprovazione
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiuto
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[14] => CSafeValidator Object
(
[attributes] => Array
(
[0] => note
[1] => datacambiostato
[2] => idrefmarketingsearch
[3] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[15] => CSafeValidator Object
(
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idcertificazione
[3] => idflusso
[4] => idcurrentstep
[5] => idstatocert
[6] => idrefmarketing
[7] => idbrand
[8] => idprogetto
[9] => codice
[10] => descrizione
[11] => link
[12] => idagenziarepro
[13] => accettazioneagenzia
[14] => forzaaccettazioneagenzia
[15] => passaggiapprovazione
[16] => passaggiforzaagenzia
[17] => passaggiaccettazioneagenzia
[18] => statoapprovazione
[19] => linkdownload
[20] => stamp_insert_user
[21] => stamp_update_user
[22] => stamp_update
[23] => stamp_insert
[24] => refmarketing
[25] => agenziarepro
[26] => note
[27] => datacambiostato
[28] => idrefmarketingsearch
[29] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
[search] => search
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 16
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgCertificazione Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[currentStep] => FrmFlussiStep Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 30
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFlussiStep Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[allegati] => FrmFilesUpload Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[iduser] => 1
[descrizione] =>
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFilesUpload Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[motivazioni] => ImgMotivazioni Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgMotivazioni Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[view] => 1
)
[2] => 1
)
)
[11] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 872
[function] => renderFile
[class] => CBaseController
[type] => ->
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/views/imgCertificazione/update.php
[1] => Array
(
[model] => ImgCertificazione Object
(
[path] =>
[idagenziareprosearch] =>
[idrefmarketingsearch] =>
[semaforoRosso] => 0
[semaforoVerde] => 1
[semaforoGiallo] => 2
[inoltraappepson] => 0
[rifiutocert] => 0
[imgArBr] =>
[motivgc] =>
[motivrifiutoagenzia] =>
[motivrifiuto] =>
[datacambiostato] =>
[sendMail] =>
[storicoImg] =>
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 3129
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] => CList Object
(
[_d:CList:private] => Array
(
[0] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idstatocert
[1] => idflusso
[2] => idcurrentstep
[3] => idrefmarketing
[4] => idbrand
[5] => descrizione
[6] => link
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[1] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => path
)
[message] => È necessario caricare almeno una immagine
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[2] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ASSIGNED_C] => ASSIGNED_C
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[3] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ACCEPTED] => ACCEPTED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[4] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[APPROVED] => APPROVED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[5] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
[TOLINK] => TOLINK
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[6] => CNumberValidator Object
(
[integerOnly] => 1
[allowEmpty] => 1
[max] =>
[min] =>
[tooBig] =>
[tooSmall] =>
[integerPattern] => /^\s*[+-]?\d+\s*$/
[numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idflusso
[3] => idcurrentstep
[4] => idstatocert
[5] => idrefmarketing
[6] => idbrand
[7] => idprogetto
[8] => idagenziarepro
[9] => accettazioneagenzia
[10] => forzaaccettazioneagenzia
[11] => passaggiapprovazione
[12] => passaggiforzaagenzia
[13] => passaggiaccettazioneagenzia
[14] => stamp_insert_user
[15] => stamp_update_user
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[7] => CStringValidator Object
(
[max] => 25
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => codice
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[8] => CStringValidator Object
(
[max] => 200
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => descrizione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[9] => CStringValidator Object
(
[max] => 1000
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => link
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[10] => CStringValidator Object
(
[max] => 1
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => statoapprovazione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[11] => CInlineValidator Object
(
[method] => validarifiutoagenzia
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiutoagenzia
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[12] => CInlineValidator Object
(
[method] => validarifiutogc
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivgc
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[13] => CInlineValidator Object
(
[method] => validarifiutoApprovazione
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiuto
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[14] => CSafeValidator Object
(
[attributes] => Array
(
[0] => note
[1] => datacambiostato
[2] => idrefmarketingsearch
[3] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[15] => CSafeValidator Object
(
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idcertificazione
[3] => idflusso
[4] => idcurrentstep
[5] => idstatocert
[6] => idrefmarketing
[7] => idbrand
[8] => idprogetto
[9] => codice
[10] => descrizione
[11] => link
[12] => idagenziarepro
[13] => accettazioneagenzia
[14] => forzaaccettazioneagenzia
[15] => passaggiapprovazione
[16] => passaggiforzaagenzia
[17] => passaggiaccettazioneagenzia
[18] => statoapprovazione
[19] => linkdownload
[20] => stamp_insert_user
[21] => stamp_update_user
[22] => stamp_update
[23] => stamp_insert
[24] => refmarketing
[25] => agenziarepro
[26] => note
[27] => datacambiostato
[28] => idrefmarketingsearch
[29] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
[search] => search
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 16
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgCertificazione Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[currentStep] => FrmFlussiStep Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 30
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFlussiStep Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[allegati] => FrmFilesUpload Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[iduser] => 1
[descrizione] =>
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFilesUpload Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[motivazioni] => ImgMotivazioni Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgMotivazioni Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[view] => 1
)
[2] => 1
)
)
[12] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 785
[function] => renderPartial
[class] => CController
[type] => ->
[args] => Array
(
[0] => update
[1] => Array
(
[model] => ImgCertificazione Object
(
[path] =>
[idagenziareprosearch] =>
[idrefmarketingsearch] =>
[semaforoRosso] => 0
[semaforoVerde] => 1
[semaforoGiallo] => 2
[inoltraappepson] => 0
[rifiutocert] => 0
[imgArBr] =>
[motivgc] =>
[motivrifiutoagenzia] =>
[motivrifiuto] =>
[datacambiostato] =>
[sendMail] =>
[storicoImg] =>
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 3129
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] => CList Object
(
[_d:CList:private] => Array
(
[0] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idstatocert
[1] => idflusso
[2] => idcurrentstep
[3] => idrefmarketing
[4] => idbrand
[5] => descrizione
[6] => link
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[1] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => path
)
[message] => È necessario caricare almeno una immagine
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[2] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ASSIGNED_C] => ASSIGNED_C
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[3] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ACCEPTED] => ACCEPTED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[4] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[APPROVED] => APPROVED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[5] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
[TOLINK] => TOLINK
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[6] => CNumberValidator Object
(
[integerOnly] => 1
[allowEmpty] => 1
[max] =>
[min] =>
[tooBig] =>
[tooSmall] =>
[integerPattern] => /^\s*[+-]?\d+\s*$/
[numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idflusso
[3] => idcurrentstep
[4] => idstatocert
[5] => idrefmarketing
[6] => idbrand
[7] => idprogetto
[8] => idagenziarepro
[9] => accettazioneagenzia
[10] => forzaaccettazioneagenzia
[11] => passaggiapprovazione
[12] => passaggiforzaagenzia
[13] => passaggiaccettazioneagenzia
[14] => stamp_insert_user
[15] => stamp_update_user
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[7] => CStringValidator Object
(
[max] => 25
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => codice
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[8] => CStringValidator Object
(
[max] => 200
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => descrizione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[9] => CStringValidator Object
(
[max] => 1000
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => link
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[10] => CStringValidator Object
(
[max] => 1
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => statoapprovazione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[11] => CInlineValidator Object
(
[method] => validarifiutoagenzia
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiutoagenzia
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[12] => CInlineValidator Object
(
[method] => validarifiutogc
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivgc
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[13] => CInlineValidator Object
(
[method] => validarifiutoApprovazione
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiuto
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[14] => CSafeValidator Object
(
[attributes] => Array
(
[0] => note
[1] => datacambiostato
[2] => idrefmarketingsearch
[3] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[15] => CSafeValidator Object
(
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idcertificazione
[3] => idflusso
[4] => idcurrentstep
[5] => idstatocert
[6] => idrefmarketing
[7] => idbrand
[8] => idprogetto
[9] => codice
[10] => descrizione
[11] => link
[12] => idagenziarepro
[13] => accettazioneagenzia
[14] => forzaaccettazioneagenzia
[15] => passaggiapprovazione
[16] => passaggiforzaagenzia
[17] => passaggiaccettazioneagenzia
[18] => statoapprovazione
[19] => linkdownload
[20] => stamp_insert_user
[21] => stamp_update_user
[22] => stamp_update
[23] => stamp_insert
[24] => refmarketing
[25] => agenziarepro
[26] => note
[27] => datacambiostato
[28] => idrefmarketingsearch
[29] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
[search] => search
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 16
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgCertificazione Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[currentStep] => FrmFlussiStep Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 30
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFlussiStep Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[allegati] => FrmFilesUpload Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[iduser] => 1
[descrizione] =>
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFilesUpload Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[motivazioni] => ImgMotivazioni Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgMotivazioni Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[view] => 1
)
[2] => 1
)
)
[13] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/controllers/ImgCertificazioneController.php
[line] => 147
[function] => render
[class] => CController
[type] => ->
[args] => Array
(
[0] => update
[1] => Array
(
[model] => ImgCertificazione Object
(
[path] =>
[idagenziareprosearch] =>
[idrefmarketingsearch] =>
[semaforoRosso] => 0
[semaforoVerde] => 1
[semaforoGiallo] => 2
[inoltraappepson] => 0
[rifiutocert] => 0
[imgArBr] =>
[motivgc] =>
[motivrifiutoagenzia] =>
[motivrifiuto] =>
[datacambiostato] =>
[sendMail] =>
[storicoImg] =>
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idcertificazione] => 3129
[idflusso] => 1
[idcurrentstep] => 30
[idstatocert] => 6
[idrefmarketing] => 131
[idbrand] => 173
[idprogetto] => 0
[codice] => TAVOLETTE_3129
[descrizione] => RAFFAELLO NVI: groupage img guida
[link] => https://ferrero-my.sharepoint.com/:i:/p/mazzosofi1/IQA1bILVMRsrQ7dVu7cCdLesAZEfpdcfWOHrQJIss7wdH5I?e=7UFl6u
[idagenziarepro] => 7
[accettazioneagenzia] => 1
[forzaaccettazioneagenzia] =>
[passaggiapprovazione] =>
[passaggiforzaagenzia] => 0
[passaggiaccettazioneagenzia] => 1
[statoapprovazione] =>
[linkdownload] =>
[stamp_insert_user] => 129
[stamp_update_user] => 16
[stamp_update] => 2025-12-19 12:07:43
[stamp_insert] => 2025-12-15 17:30:03
[note] =>
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 3129
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] => CList Object
(
[_d:CList:private] => Array
(
[0] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idstatocert
[1] => idflusso
[2] => idcurrentstep
[3] => idrefmarketing
[4] => idbrand
[5] => descrizione
[6] => link
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[1] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => path
)
[message] => È necessario caricare almeno una immagine
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[2] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ASSIGNED_C] => ASSIGNED_C
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[3] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[ACCEPTED] => ACCEPTED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[4] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
)
[message] =>
[skipOnError] =>
[on] => Array
(
[APPROVED] => APPROVED
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[5] => CRequiredValidator Object
(
[requiredValue] =>
[strict] =>
[trim] => 1
[attributes] => Array
(
[0] => idagenziarepro
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
[TOLINK] => TOLINK
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[6] => CNumberValidator Object
(
[integerOnly] => 1
[allowEmpty] => 1
[max] =>
[min] =>
[tooBig] =>
[tooSmall] =>
[integerPattern] => /^\s*[+-]?\d+\s*$/
[numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idflusso
[3] => idcurrentstep
[4] => idstatocert
[5] => idrefmarketing
[6] => idbrand
[7] => idprogetto
[8] => idagenziarepro
[9] => accettazioneagenzia
[10] => forzaaccettazioneagenzia
[11] => passaggiapprovazione
[12] => passaggiforzaagenzia
[13] => passaggiaccettazioneagenzia
[14] => stamp_insert_user
[15] => stamp_update_user
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[7] => CStringValidator Object
(
[max] => 25
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => codice
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[8] => CStringValidator Object
(
[max] => 200
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => descrizione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[9] => CStringValidator Object
(
[max] => 1000
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => link
[1] => linkdownload
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[10] => CStringValidator Object
(
[max] => 1
[min] =>
[is] =>
[tooShort] =>
[tooLong] =>
[allowEmpty] => 1
[encoding] =>
[attributes] => Array
(
[0] => statoapprovazione
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[11] => CInlineValidator Object
(
[method] => validarifiutoagenzia
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiutoagenzia
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[12] => CInlineValidator Object
(
[method] => validarifiutogc
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivgc
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[13] => CInlineValidator Object
(
[method] => validarifiutoApprovazione
[params] => Array
(
)
[clientValidate] =>
[attributes] => Array
(
[0] => motivrifiuto
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[14] => CSafeValidator Object
(
[attributes] => Array
(
[0] => note
[1] => datacambiostato
[2] => idrefmarketingsearch
[3] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[15] => CSafeValidator Object
(
[attributes] => Array
(
[0] => idsocieta
[1] => idstabilimento
[2] => idcertificazione
[3] => idflusso
[4] => idcurrentstep
[5] => idstatocert
[6] => idrefmarketing
[7] => idbrand
[8] => idprogetto
[9] => codice
[10] => descrizione
[11] => link
[12] => idagenziarepro
[13] => accettazioneagenzia
[14] => forzaaccettazioneagenzia
[15] => passaggiapprovazione
[16] => passaggiforzaagenzia
[17] => passaggiaccettazioneagenzia
[18] => statoapprovazione
[19] => linkdownload
[20] => stamp_insert_user
[21] => stamp_update_user
[22] => stamp_update
[23] => stamp_insert
[24] => refmarketing
[25] => agenziarepro
[26] => note
[27] => datacambiostato
[28] => idrefmarketingsearch
[29] => idagenziareprosearch
)
[message] =>
[skipOnError] =>
[on] => Array
(
[search] => search
)
[except] => Array
(
)
[safe] => 1
[enableClientValidation] => 1
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 16
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgCertificazione Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[currentStep] => FrmFlussiStep Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_new:CActiveRecord:private] =>
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[idstepflusso] => 30
[idflusso] => 1
[codicestepflusso] => APPROVED
[descrizionestepflusso] => Accettazione Agenzia Repro
[idnextstepOK] => 40
[idnextstepKO] => 30
[scenario] => APPROVED
[stamp_insert_user] => 1
[stamp_update_user] => 1
[stamp_update] => 2016-06-10 00:00:00
[stamp_insert] => 2016-06-10 00:00:00
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] => 30
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => update
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFlussiStep Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[allegati] => FrmFilesUpload Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[iduser] => 1
[descrizione] =>
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmFilesUpload Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[motivazioni] => ImgMotivazioni Object
(
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] => 1
[idstabilimento] => 1
[stamp_insert_user] => 1
[stamp_update_user] => 1
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => insert
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => ImgMotivazioni Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
[view] => 1
)
)
)
[14] => Array
(
[function] => actionView
[class] => ImgCertificazioneController
[type] => ->
[args] => Array
(
[0] => 3129
)
[file] => unknown
[line] => 0
)
[15] => Array
(
[file] => /var/www/html/dev/yii/framework/web/actions/CAction.php
[line] => 109
[function] => invokeArgs
[class] => ReflectionMethod
[type] => ->
[args] => Array
(
[0] => ImgCertificazioneController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => imgCertificazione
[_action:CController:private] => CInlineAction Object
(
[_id:CAction:private] => view
[_controller:CAction:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
[0] => TbActiveForm Object
(
[type] => vertical
[prependCssClass] => input-group
[appendCssClass] => input-group
[addOnCssClass] => input-group-addon
[addOnTag] => span
[addOnWrapperTag] => div
[hintCssClass] => help-block
[hintTag] => span
[showErrors] => 1
[action] =>
[method] => post
[stateful] =>
[errorMessageCssClass] => help-block error
[htmlOptions] => Array
(
[class] => form
[id] => img-certificazione-form
)
[clientOptions] => Array
(
[validateOnSubmit] => 1
[afterValidate] => js:function(form, data, hasError){
if(hasError) {
$(".div_waiting").hide();
$("#page_loader").fadeOut();//20161103 - TICKET: 0001309
}else{
return true;
}
}
[errorCssClass] => has-error
[successCssClass] => has-success
[inputContainer] => div.form-group
)
[enableAjaxValidation] => 1
[enableClientValidation] =>
[focus] =>
[attributes:protected] => Array
(
)
[summaryID:protected] => img-certificazione-form_es_
[_summaryAttributes:CActiveForm:private] => Array
(
[0] => ImgCertificazione_idstatocert
[1] => ImgCertificazione_idflusso
[2] => ImgCertificazione_idcurrentstep
[3] => ImgCertificazione_idrefmarketing
[4] => ImgCertificazione_idbrand
[5] => ImgCertificazione_descrizione
[6] => ImgCertificazione_link
[7] => ImgCertificazione_path
[8] => ImgCertificazione_idsocieta
[9] => ImgCertificazione_idstabilimento
[10] => ImgCertificazione_idprogetto
[11] => ImgCertificazione_idagenziarepro
[12] => ImgCertificazione_accettazioneagenzia
[13] => ImgCertificazione_forzaaccettazioneagenzia
[14] => ImgCertificazione_passaggiapprovazione
[15] => ImgCertificazione_passaggiforzaagenzia
[16] => ImgCertificazione_passaggiaccettazioneagenzia
[17] => ImgCertificazione_stamp_insert_user
[18] => ImgCertificazione_stamp_update_user
[19] => ImgCertificazione_codice
[20] => ImgCertificazione_linkdownload
[21] => ImgCertificazione_statoapprovazione
[22] => ImgCertificazione_motivrifiutoagenzia
[23] => ImgCertificazione_motivgc
[24] => ImgCertificazione_motivrifiuto
[25] => ImgCertificazione_note
[26] => ImgCertificazione_datacambiostato
[27] => ImgCertificazione_idrefmarketingsearch
[28] => ImgCertificazione_idagenziareprosearch
)
[actionPrefix] =>
[skin] => default
[_id:CWidget:private] => img-certificazione-form
[_owner:CWidget:private] => ImgCertificazioneController Object
*RECURSION*
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[1] => Array
(
[0] => 3129
)
)
)
[16] => Array
(
[file] => /var/www/html/dev/yii/framework/web/actions/CInlineAction.php
[line] => 47
[function] => runWithParamsInternal
[class] => CAction
[type] => ->
[args] => Array
(
[0] => ImgCertificazioneController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => imgCertificazione
[_action:CController:private] => CInlineAction Object
(
[_id:CAction:private] => view
[_controller:CAction:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
[0] => TbActiveForm Object
(
[type] => vertical
[prependCssClass] => input-group
[appendCssClass] => input-group
[addOnCssClass] => input-group-addon
[addOnTag] => span
[addOnWrapperTag] => div
[hintCssClass] => help-block
[hintTag] => span
[showErrors] => 1
[action] =>
[method] => post
[stateful] =>
[errorMessageCssClass] => help-block error
[htmlOptions] => Array
(
[class] => form
[id] => img-certificazione-form
)
[clientOptions] => Array
(
[validateOnSubmit] => 1
[afterValidate] => js:function(form, data, hasError){
if(hasError) {
$(".div_waiting").hide();
$("#page_loader").fadeOut();//20161103 - TICKET: 0001309
}else{
return true;
}
}
[errorCssClass] => has-error
[successCssClass] => has-success
[inputContainer] => div.form-group
)
[enableAjaxValidation] => 1
[enableClientValidation] =>
[focus] =>
[attributes:protected] => Array
(
)
[summaryID:protected] => img-certificazione-form_es_
[_summaryAttributes:CActiveForm:private] => Array
(
[0] => ImgCertificazione_idstatocert
[1] => ImgCertificazione_idflusso
[2] => ImgCertificazione_idcurrentstep
[3] => ImgCertificazione_idrefmarketing
[4] => ImgCertificazione_idbrand
[5] => ImgCertificazione_descrizione
[6] => ImgCertificazione_link
[7] => ImgCertificazione_path
[8] => ImgCertificazione_idsocieta
[9] => ImgCertificazione_idstabilimento
[10] => ImgCertificazione_idprogetto
[11] => ImgCertificazione_idagenziarepro
[12] => ImgCertificazione_accettazioneagenzia
[13] => ImgCertificazione_forzaaccettazioneagenzia
[14] => ImgCertificazione_passaggiapprovazione
[15] => ImgCertificazione_passaggiforzaagenzia
[16] => ImgCertificazione_passaggiaccettazioneagenzia
[17] => ImgCertificazione_stamp_insert_user
[18] => ImgCertificazione_stamp_update_user
[19] => ImgCertificazione_codice
[20] => ImgCertificazione_linkdownload
[21] => ImgCertificazione_statoapprovazione
[22] => ImgCertificazione_motivrifiutoagenzia
[23] => ImgCertificazione_motivgc
[24] => ImgCertificazione_motivrifiuto
[25] => ImgCertificazione_note
[26] => ImgCertificazione_datacambiostato
[27] => ImgCertificazione_idrefmarketingsearch
[28] => ImgCertificazione_idagenziareprosearch
)
[actionPrefix] =>
[skin] => default
[_id:CWidget:private] => img-certificazione-form
[_owner:CWidget:private] => ImgCertificazioneController Object
*RECURSION*
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[1] => ReflectionMethod Object
(
[name] => actionView
[class] => ImgCertificazioneController
)
[2] => Array
(
[id] => 3129
)
)
)
[17] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 308
[function] => runWithParams
[class] => CInlineAction
[type] => ->
[args] => Array
(
[0] => Array
(
[id] => 3129
)
)
)
[18] => Array
(
[file] => /var/www/html/dev/yii/framework/web/filters/CFilterChain.php
[line] => 134
[function] => runAction
[class] => CController
[type] => ->
[args] => Array
(
[0] => CInlineAction Object
(
[_id:CAction:private] => view
[_controller:CAction:private] => ImgCertificazioneController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => imgCertificazione
[_action:CController:private] => CInlineAction Object
*RECURSION*
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
[0] => TbActiveForm Object
(
[type] => vertical
[prependCssClass] => input-group
[appendCssClass] => input-group
[addOnCssClass] => input-group-addon
[addOnTag] => span
[addOnWrapperTag] => div
[hintCssClass] => help-block
[hintTag] => span
[showErrors] => 1
[action] =>
[method] => post
[stateful] =>
[errorMessageCssClass] => help-block error
[htmlOptions] => Array
(
[class] => form
[id] => img-certificazione-form
)
[clientOptions] => Array
(
[validateOnSubmit] => 1
[afterValidate] => js:function(form, data, hasError){
if(hasError) {
$(".div_waiting").hide();
$("#page_loader").fadeOut();//20161103 - TICKET: 0001309
}else{
return true;
}
}
[errorCssClass] => has-error
[successCssClass] => has-success
[inputContainer] => div.form-group
)
[enableAjaxValidation] => 1
[enableClientValidation] =>
[focus] =>
[attributes:protected] => Array
(
)
[summaryID:protected] => img-certificazione-form_es_
[_summaryAttributes:CActiveForm:private] => Array
(
[0] => ImgCertificazione_idstatocert
[1] => ImgCertificazione_idflusso
[2] => ImgCertificazione_idcurrentstep
[3] => ImgCertificazione_idrefmarketing
[4] => ImgCertificazione_idbrand
[5] => ImgCertificazione_descrizione
[6] => ImgCertificazione_link
[7] => ImgCertificazione_path
[8] => ImgCertificazione_idsocieta
[9] => ImgCertificazione_idstabilimento
[10] => ImgCertificazione_idprogetto
[11] => ImgCertificazione_idagenziarepro
[12] => ImgCertificazione_accettazioneagenzia
[13] => ImgCertificazione_forzaaccettazioneagenzia
[14] => ImgCertificazione_passaggiapprovazione
[15] => ImgCertificazione_passaggiforzaagenzia
[16] => ImgCertificazione_passaggiaccettazioneagenzia
[17] => ImgCertificazione_stamp_insert_user
[18] => ImgCertificazione_stamp_update_user
[19] => ImgCertificazione_codice
[20] => ImgCertificazione_linkdownload
[21] => ImgCertificazione_statoapprovazione
[22] => ImgCertificazione_motivrifiutoagenzia
[23] => ImgCertificazione_motivgc
[24] => ImgCertificazione_motivrifiuto
[25] => ImgCertificazione_note
[26] => ImgCertificazione_datacambiostato
[27] => ImgCertificazione_idrefmarketingsearch
[28] => ImgCertificazione_idagenziareprosearch
)
[actionPrefix] =>
[skin] => default
[_id:CWidget:private] => img-certificazione-form
[_owner:CWidget:private] => ImgCertificazioneController Object
*RECURSION*
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[19] => Array
(
[file] => /var/www/html/dev/yii/framework/web/filters/CFilter.php
[line] => 40
[function] => run
[class] => CFilterChain
[type] => ->
[args] => Array
(
)
)
[20] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 1148
[function] => filter
[class] => CFilter
[type] => ->
[args] => Array
(
[0] => CFilterChain Object
(
[controller] => ImgCertificazioneController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => imgCertificazione
[_action:CController:private] => CInlineAction Object
(
[_id:CAction:private] => view
[_controller:CAction:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
[0] => TbActiveForm Object
(
[type] => vertical
[prependCssClass] => input-group
[appendCssClass] => input-group
[addOnCssClass] => input-group-addon
[addOnTag] => span
[addOnWrapperTag] => div
[hintCssClass] => help-block
[hintTag] => span
[showErrors] => 1
[action] =>
[method] => post
[stateful] =>
[errorMessageCssClass] => help-block error
[htmlOptions] => Array
(
[class] => form
[id] => img-certificazione-form
)
[clientOptions] => Array
(
[validateOnSubmit] => 1
[afterValidate] => js:function(form, data, hasError){
if(hasError) {
$(".div_waiting").hide();
$("#page_loader").fadeOut();//20161103 - TICKET: 0001309
}else{
return true;
}
}
[errorCssClass] => has-error
[successCssClass] => has-success
[inputContainer] => div.form-group
)
[enableAjaxValidation] => 1
[enableClientValidation] =>
[focus] =>
[attributes:protected] => Array
(
)
[summaryID:protected] => img-certificazione-form_es_
[_summaryAttributes:CActiveForm:private] => Array
(
[0] => ImgCertificazione_idstatocert
[1] => ImgCertificazione_idflusso
[2] => ImgCertificazione_idcurrentstep
[3] => ImgCertificazione_idrefmarketing
[4] => ImgCertificazione_idbrand
[5] => ImgCertificazione_descrizione
[6] => ImgCertificazione_link
[7] => ImgCertificazione_path
[8] => ImgCertificazione_idsocieta
[9] => ImgCertificazione_idstabilimento
[10] => ImgCertificazione_idprogetto
[11] => ImgCertificazione_idagenziarepro
[12] => ImgCertificazione_accettazioneagenzia
[13] => ImgCertificazione_forzaaccettazioneagenzia
[14] => ImgCertificazione_passaggiapprovazione
[15] => ImgCertificazione_passaggiforzaagenzia
[16] => ImgCertificazione_passaggiaccettazioneagenzia
[17] => ImgCertificazione_stamp_insert_user
[18] => ImgCertificazione_stamp_update_user
[19] => ImgCertificazione_codice
[20] => ImgCertificazione_linkdownload
[21] => ImgCertificazione_statoapprovazione
[22] => ImgCertificazione_motivrifiutoagenzia
[23] => ImgCertificazione_motivgc
[24] => ImgCertificazione_motivrifiuto
[25] => ImgCertificazione_note
[26] => ImgCertificazione_datacambiostato
[27] => ImgCertificazione_idrefmarketingsearch
[28] => ImgCertificazione_idagenziareprosearch
)
[actionPrefix] =>
[skin] => default
[_id:CWidget:private] => img-certificazione-form
[_owner:CWidget:private] => ImgCertificazioneController Object
*RECURSION*
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[action] => CInlineAction Object
(
[_id:CAction:private] => view
[_controller:CAction:private] => ImgCertificazioneController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => imgCertificazione
[_action:CController:private] => CInlineAction Object
*RECURSION*
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
[0] => TbActiveForm Object
(
[type] => vertical
[prependCssClass] => input-group
[appendCssClass] => input-group
[addOnCssClass] => input-group-addon
[addOnTag] => span
[addOnWrapperTag] => div
[hintCssClass] => help-block
[hintTag] => span
[showErrors] => 1
[action] =>
[method] => post
[stateful] =>
[errorMessageCssClass] => help-block error
[htmlOptions] => Array
(
[class] => form
[id] => img-certificazione-form
)
[clientOptions] => Array
(
[validateOnSubmit] => 1
[afterValidate] => js:function(form, data, hasError){
if(hasError) {
$(".div_waiting").hide();
$("#page_loader").fadeOut();//20161103 - TICKET: 0001309
}else{
return true;
}
}
[errorCssClass] => has-error
[successCssClass] => has-success
[inputContainer] => div.form-group
)
[enableAjaxValidation] => 1
[enableClientValidation] =>
[focus] =>
[attributes:protected] => Array
(
)
[summaryID:protected] => img-certificazione-form_es_
[_summaryAttributes:CActiveForm:private] => Array
(
[0] => ImgCertificazione_idstatocert
[1] => ImgCertificazione_idflusso
[2] => ImgCertificazione_idcurrentstep
[3] => ImgCertificazione_idrefmarketing
[4] => ImgCertificazione_idbrand
[5] => ImgCertificazione_descrizione
[6] => ImgCertificazione_link
[7] => ImgCertificazione_path
[8] => ImgCertificazione_idsocieta
[9] => ImgCertificazione_idstabilimento
[10] => ImgCertificazione_idprogetto
[11] => ImgCertificazione_idagenziarepro
[12] => ImgCertificazione_accettazioneagenzia
[13] => ImgCertificazione_forzaaccettazioneagenzia
[14] => ImgCertificazione_passaggiapprovazione
[15] => ImgCertificazione_passaggiforzaagenzia
[16] => ImgCertificazione_passaggiaccettazioneagenzia
[17] => ImgCertificazione_stamp_insert_user
[18] => ImgCertificazione_stamp_update_user
[19] => ImgCertificazione_codice
[20] => ImgCertificazione_linkdownload
[21] => ImgCertificazione_statoapprovazione
[22] => ImgCertificazione_motivrifiutoagenzia
[23] => ImgCertificazione_motivgc
[24] => ImgCertificazione_motivrifiuto
[25] => ImgCertificazione_note
[26] => ImgCertificazione_datacambiostato
[27] => ImgCertificazione_idrefmarketingsearch
[28] => ImgCertificazione_idagenziareprosearch
)
[actionPrefix] =>
[skin] => default
[_id:CWidget:private] => img-certificazione-form
[_owner:CWidget:private] => ImgCertificazioneController Object
*RECURSION*
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[filterIndex] => 1
[_d:CList:private] => Array
(
[0] => CInlineFilter Object
(
[name] => accessControl
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[21] => Array
(
[file] => /var/www/html/dev/yii/framework/web/filters/CInlineFilter.php
[line] => 58
[function] => filterAccessControl
[class] => CController
[type] => ->
[args] => Array
(
[0] => CFilterChain Object
(
[controller] => ImgCertificazioneController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => imgCertificazione
[_action:CController:private] => CInlineAction Object
(
[_id:CAction:private] => view
[_controller:CAction:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
[0] => TbActiveForm Object
(
[type] => vertical
[prependCssClass] => input-group
[appendCssClass] => input-group
[addOnCssClass] => input-group-addon
[addOnTag] => span
[addOnWrapperTag] => div
[hintCssClass] => help-block
[hintTag] => span
[showErrors] => 1
[action] =>
[method] => post
[stateful] =>
[errorMessageCssClass] => help-block error
[htmlOptions] => Array
(
[class] => form
[id] => img-certificazione-form
)
[clientOptions] => Array
(
[validateOnSubmit] => 1
[afterValidate] => js:function(form, data, hasError){
if(hasError) {
$(".div_waiting").hide();
$("#page_loader").fadeOut();//20161103 - TICKET: 0001309
}else{
return true;
}
}
[errorCssClass] => has-error
[successCssClass] => has-success
[inputContainer] => div.form-group
)
[enableAjaxValidation] => 1
[enableClientValidation] =>
[focus] =>
[attributes:protected] => Array
(
)
[summaryID:protected] => img-certificazione-form_es_
[_summaryAttributes:CActiveForm:private] => Array
(
[0] => ImgCertificazione_idstatocert
[1] => ImgCertificazione_idflusso
[2] => ImgCertificazione_idcurrentstep
[3] => ImgCertificazione_idrefmarketing
[4] => ImgCertificazione_idbrand
[5] => ImgCertificazione_descrizione
[6] => ImgCertificazione_link
[7] => ImgCertificazione_path
[8] => ImgCertificazione_idsocieta
[9] => ImgCertificazione_idstabilimento
[10] => ImgCertificazione_idprogetto
[11] => ImgCertificazione_idagenziarepro
[12] => ImgCertificazione_accettazioneagenzia
[13] => ImgCertificazione_forzaaccettazioneagenzia
[14] => ImgCertificazione_passaggiapprovazione
[15] => ImgCertificazione_passaggiforzaagenzia
[16] => ImgCertificazione_passaggiaccettazioneagenzia
[17] => ImgCertificazione_stamp_insert_user
[18] => ImgCertificazione_stamp_update_user
[19] => ImgCertificazione_codice
[20] => ImgCertificazione_linkdownload
[21] => ImgCertificazione_statoapprovazione
[22] => ImgCertificazione_motivrifiutoagenzia
[23] => ImgCertificazione_motivgc
[24] => ImgCertificazione_motivrifiuto
[25] => ImgCertificazione_note
[26] => ImgCertificazione_datacambiostato
[27] => ImgCertificazione_idrefmarketingsearch
[28] => ImgCertificazione_idagenziareprosearch
)
[actionPrefix] =>
[skin] => default
[_id:CWidget:private] => img-certificazione-form
[_owner:CWidget:private] => ImgCertificazioneController Object
*RECURSION*
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[action] => CInlineAction Object
(
[_id:CAction:private] => view
[_controller:CAction:private] => ImgCertificazioneController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => imgCertificazione
[_action:CController:private] => CInlineAction Object
*RECURSION*
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
[0] => TbActiveForm Object
(
[type] => vertical
[prependCssClass] => input-group
[appendCssClass] => input-group
[addOnCssClass] => input-group-addon
[addOnTag] => span
[addOnWrapperTag] => div
[hintCssClass] => help-block
[hintTag] => span
[showErrors] => 1
[action] =>
[method] => post
[stateful] =>
[errorMessageCssClass] => help-block error
[htmlOptions] => Array
(
[class] => form
[id] => img-certificazione-form
)
[clientOptions] => Array
(
[validateOnSubmit] => 1
[afterValidate] => js:function(form, data, hasError){
if(hasError) {
$(".div_waiting").hide();
$("#page_loader").fadeOut();//20161103 - TICKET: 0001309
}else{
return true;
}
}
[errorCssClass] => has-error
[successCssClass] => has-success
[inputContainer] => div.form-group
)
[enableAjaxValidation] => 1
[enableClientValidation] =>
[focus] =>
[attributes:protected] => Array
(
)
[summaryID:protected] => img-certificazione-form_es_
[_summaryAttributes:CActiveForm:private] => Array
(
[0] => ImgCertificazione_idstatocert
[1] => ImgCertificazione_idflusso
[2] => ImgCertificazione_idcurrentstep
[3] => ImgCertificazione_idrefmarketing
[4] => ImgCertificazione_idbrand
[5] => ImgCertificazione_descrizione
[6] => ImgCertificazione_link
[7] => ImgCertificazione_path
[8] => ImgCertificazione_idsocieta
[9] => ImgCertificazione_idstabilimento
[10] => ImgCertificazione_idprogetto
[11] => ImgCertificazione_idagenziarepro
[12] => ImgCertificazione_accettazioneagenzia
[13] => ImgCertificazione_forzaaccettazioneagenzia
[14] => ImgCertificazione_passaggiapprovazione
[15] => ImgCertificazione_passaggiforzaagenzia
[16] => ImgCertificazione_passaggiaccettazioneagenzia
[17] => ImgCertificazione_stamp_insert_user
[18] => ImgCertificazione_stamp_update_user
[19] => ImgCertificazione_codice
[20] => ImgCertificazione_linkdownload
[21] => ImgCertificazione_statoapprovazione
[22] => ImgCertificazione_motivrifiutoagenzia
[23] => ImgCertificazione_motivgc
[24] => ImgCertificazione_motivrifiuto
[25] => ImgCertificazione_note
[26] => ImgCertificazione_datacambiostato
[27] => ImgCertificazione_idrefmarketingsearch
[28] => ImgCertificazione_idagenziareprosearch
)
[actionPrefix] =>
[skin] => default
[_id:CWidget:private] => img-certificazione-form
[_owner:CWidget:private] => ImgCertificazioneController Object
*RECURSION*
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[filterIndex] => 1
[_d:CList:private] => Array
(
[0] => CInlineFilter Object
(
[name] => accessControl
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[22] => Array
(
[file] => /var/www/html/dev/yii/framework/web/filters/CFilterChain.php
[line] => 131
[function] => filter
[class] => CInlineFilter
[type] => ->
[args] => Array
(
[0] => CFilterChain Object
(
[controller] => ImgCertificazioneController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => imgCertificazione
[_action:CController:private] => CInlineAction Object
(
[_id:CAction:private] => view
[_controller:CAction:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
[0] => TbActiveForm Object
(
[type] => vertical
[prependCssClass] => input-group
[appendCssClass] => input-group
[addOnCssClass] => input-group-addon
[addOnTag] => span
[addOnWrapperTag] => div
[hintCssClass] => help-block
[hintTag] => span
[showErrors] => 1
[action] =>
[method] => post
[stateful] =>
[errorMessageCssClass] => help-block error
[htmlOptions] => Array
(
[class] => form
[id] => img-certificazione-form
)
[clientOptions] => Array
(
[validateOnSubmit] => 1
[afterValidate] => js:function(form, data, hasError){
if(hasError) {
$(".div_waiting").hide();
$("#page_loader").fadeOut();//20161103 - TICKET: 0001309
}else{
return true;
}
}
[errorCssClass] => has-error
[successCssClass] => has-success
[inputContainer] => div.form-group
)
[enableAjaxValidation] => 1
[enableClientValidation] =>
[focus] =>
[attributes:protected] => Array
(
)
[summaryID:protected] => img-certificazione-form_es_
[_summaryAttributes:CActiveForm:private] => Array
(
[0] => ImgCertificazione_idstatocert
[1] => ImgCertificazione_idflusso
[2] => ImgCertificazione_idcurrentstep
[3] => ImgCertificazione_idrefmarketing
[4] => ImgCertificazione_idbrand
[5] => ImgCertificazione_descrizione
[6] => ImgCertificazione_link
[7] => ImgCertificazione_path
[8] => ImgCertificazione_idsocieta
[9] => ImgCertificazione_idstabilimento
[10] => ImgCertificazione_idprogetto
[11] => ImgCertificazione_idagenziarepro
[12] => ImgCertificazione_accettazioneagenzia
[13] => ImgCertificazione_forzaaccettazioneagenzia
[14] => ImgCertificazione_passaggiapprovazione
[15] => ImgCertificazione_passaggiforzaagenzia
[16] => ImgCertificazione_passaggiaccettazioneagenzia
[17] => ImgCertificazione_stamp_insert_user
[18] => ImgCertificazione_stamp_update_user
[19] => ImgCertificazione_codice
[20] => ImgCertificazione_linkdownload
[21] => ImgCertificazione_statoapprovazione
[22] => ImgCertificazione_motivrifiutoagenzia
[23] => ImgCertificazione_motivgc
[24] => ImgCertificazione_motivrifiuto
[25] => ImgCertificazione_note
[26] => ImgCertificazione_datacambiostato
[27] => ImgCertificazione_idrefmarketingsearch
[28] => ImgCertificazione_idagenziareprosearch
)
[actionPrefix] =>
[skin] => default
[_id:CWidget:private] => img-certificazione-form
[_owner:CWidget:private] => ImgCertificazioneController Object
*RECURSION*
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[action] => CInlineAction Object
(
[_id:CAction:private] => view
[_controller:CAction:private] => ImgCertificazioneController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => imgCertificazione
[_action:CController:private] => CInlineAction Object
*RECURSION*
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
[0] => TbActiveForm Object
(
[type] => vertical
[prependCssClass] => input-group
[appendCssClass] => input-group
[addOnCssClass] => input-group-addon
[addOnTag] => span
[addOnWrapperTag] => div
[hintCssClass] => help-block
[hintTag] => span
[showErrors] => 1
[action] =>
[method] => post
[stateful] =>
[errorMessageCssClass] => help-block error
[htmlOptions] => Array
(
[class] => form
[id] => img-certificazione-form
)
[clientOptions] => Array
(
[validateOnSubmit] => 1
[afterValidate] => js:function(form, data, hasError){
if(hasError) {
$(".div_waiting").hide();
$("#page_loader").fadeOut();//20161103 - TICKET: 0001309
}else{
return true;
}
}
[errorCssClass] => has-error
[successCssClass] => has-success
[inputContainer] => div.form-group
)
[enableAjaxValidation] => 1
[enableClientValidation] =>
[focus] =>
[attributes:protected] => Array
(
)
[summaryID:protected] => img-certificazione-form_es_
[_summaryAttributes:CActiveForm:private] => Array
(
[0] => ImgCertificazione_idstatocert
[1] => ImgCertificazione_idflusso
[2] => ImgCertificazione_idcurrentstep
[3] => ImgCertificazione_idrefmarketing
[4] => ImgCertificazione_idbrand
[5] => ImgCertificazione_descrizione
[6] => ImgCertificazione_link
[7] => ImgCertificazione_path
[8] => ImgCertificazione_idsocieta
[9] => ImgCertificazione_idstabilimento
[10] => ImgCertificazione_idprogetto
[11] => ImgCertificazione_idagenziarepro
[12] => ImgCertificazione_accettazioneagenzia
[13] => ImgCertificazione_forzaaccettazioneagenzia
[14] => ImgCertificazione_passaggiapprovazione
[15] => ImgCertificazione_passaggiforzaagenzia
[16] => ImgCertificazione_passaggiaccettazioneagenzia
[17] => ImgCertificazione_stamp_insert_user
[18] => ImgCertificazione_stamp_update_user
[19] => ImgCertificazione_codice
[20] => ImgCertificazione_linkdownload
[21] => ImgCertificazione_statoapprovazione
[22] => ImgCertificazione_motivrifiutoagenzia
[23] => ImgCertificazione_motivgc
[24] => ImgCertificazione_motivrifiuto
[25] => ImgCertificazione_note
[26] => ImgCertificazione_datacambiostato
[27] => ImgCertificazione_idrefmarketingsearch
[28] => ImgCertificazione_idagenziareprosearch
)
[actionPrefix] =>
[skin] => default
[_id:CWidget:private] => img-certificazione-form
[_owner:CWidget:private] => ImgCertificazioneController Object
*RECURSION*
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[filterIndex] => 1
[_d:CList:private] => Array
(
[0] => CInlineFilter Object
(
[name] => accessControl
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[23] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 291
[function] => run
[class] => CFilterChain
[type] => ->
[args] => Array
(
)
)
[24] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 265
[function] => runActionWithFilters
[class] => CController
[type] => ->
[args] => Array
(
[0] => CInlineAction Object
(
[_id:CAction:private] => view
[_controller:CAction:private] => ImgCertificazioneController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => imgCertificazione
[_action:CController:private] => CInlineAction Object
*RECURSION*
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
[0] => TbActiveForm Object
(
[type] => vertical
[prependCssClass] => input-group
[appendCssClass] => input-group
[addOnCssClass] => input-group-addon
[addOnTag] => span
[addOnWrapperTag] => div
[hintCssClass] => help-block
[hintTag] => span
[showErrors] => 1
[action] =>
[method] => post
[stateful] =>
[errorMessageCssClass] => help-block error
[htmlOptions] => Array
(
[class] => form
[id] => img-certificazione-form
)
[clientOptions] => Array
(
[validateOnSubmit] => 1
[afterValidate] => js:function(form, data, hasError){
if(hasError) {
$(".div_waiting").hide();
$("#page_loader").fadeOut();//20161103 - TICKET: 0001309
}else{
return true;
}
}
[errorCssClass] => has-error
[successCssClass] => has-success
[inputContainer] => div.form-group
)
[enableAjaxValidation] => 1
[enableClientValidation] =>
[focus] =>
[attributes:protected] => Array
(
)
[summaryID:protected] => img-certificazione-form_es_
[_summaryAttributes:CActiveForm:private] => Array
(
[0] => ImgCertificazione_idstatocert
[1] => ImgCertificazione_idflusso
[2] => ImgCertificazione_idcurrentstep
[3] => ImgCertificazione_idrefmarketing
[4] => ImgCertificazione_idbrand
[5] => ImgCertificazione_descrizione
[6] => ImgCertificazione_link
[7] => ImgCertificazione_path
[8] => ImgCertificazione_idsocieta
[9] => ImgCertificazione_idstabilimento
[10] => ImgCertificazione_idprogetto
[11] => ImgCertificazione_idagenziarepro
[12] => ImgCertificazione_accettazioneagenzia
[13] => ImgCertificazione_forzaaccettazioneagenzia
[14] => ImgCertificazione_passaggiapprovazione
[15] => ImgCertificazione_passaggiforzaagenzia
[16] => ImgCertificazione_passaggiaccettazioneagenzia
[17] => ImgCertificazione_stamp_insert_user
[18] => ImgCertificazione_stamp_update_user
[19] => ImgCertificazione_codice
[20] => ImgCertificazione_linkdownload
[21] => ImgCertificazione_statoapprovazione
[22] => ImgCertificazione_motivrifiutoagenzia
[23] => ImgCertificazione_motivgc
[24] => ImgCertificazione_motivrifiuto
[25] => ImgCertificazione_note
[26] => ImgCertificazione_datacambiostato
[27] => ImgCertificazione_idrefmarketingsearch
[28] => ImgCertificazione_idagenziareprosearch
)
[actionPrefix] =>
[skin] => default
[_id:CWidget:private] => img-certificazione-form
[_owner:CWidget:private] => ImgCertificazioneController Object
*RECURSION*
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => ImgCertificazioneController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[1] => Array
(
[0] => accessControl
[1] => postOnly + delete
)
)
)
[25] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 282
[function] => run
[class] => CController
[type] => ->
[args] => Array
(
[0] => view
)
)
[26] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] => imgCertificazione/view
)
)
[27] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[28] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 56
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
09/01/2026 09:36:57 - TYPE ERROR:CDbException
09/01/2026 09:36:57 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1049] Unknown database 'ferrerocit_test'
09/01/2026 09:36:57 - Error File LINE:
09/01/2026 09:36:57 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
09/01/2026 09:36:57 - Error SOURCE CODE:
09/01/2026 09:36:57 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
09/01/2026 09:36:57 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/components/Controller.php
[line] => 34
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => Controller
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] => imgCertificazione/admin
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
09/01/2026 09:37:03 - TYPE ERROR:CDbException
09/01/2026 09:37:03 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1049] Unknown database 'ferrerocit_test'
09/01/2026 09:37:03 - Error File LINE:
09/01/2026 09:37:03 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
09/01/2026 09:37:03 - Error SOURCE CODE:
09/01/2026 09:37:03 - 05 * 20151030 - TICKET:0000635 - antonio.mattis@sophiainformatica.it
06 * aggiunta caricamento label dalla tabella delle costanti in costante_label
07 *
08 * 20141024 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
09 * errore nel caricamento costanti corretto
10 *
11 * 20141007 - TICKET:0000155 - giacomo.gallo@sohpiainformatica.it
12 * aggiunta porzione di codice che definisce FRM_IDSOCIETA e FRM_IDSTABILIMENTO per
13 * l'utente loggato
14 */
15
16 $query_costanti = 'select * from frm_sys_costanti UNION select * from frm_sys_costanti_applicazione';
17 $res_costanti = Yii::app()->db->createCommand($query_costanti)->queryAll();
18 foreach ($res_costanti as $costante) {
19 define("".$costante['nome'], $costante['value']);
20
21 //20151030 - TICKET:0000635
22 define("".$costante['nome'].'_label', $costante['label']);
23 }
24 define("VERSION","2.2_55");
25
26 //20141007 - TICKET:0000155
27 if(defined('FRM_VERSION')){
28 if(FRM_VERSION!=VERSION){
29 $q_update = 'UPDATE frm_sys_costanti SET value='.VERSION.' '
09/01/2026 09:37:03 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 347
[function] => open
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/db/CDbConnection.php
[line] => 325
[function] => setActive
[class] => CDbConnection
[type] => ->
[args] => Array
(
[0] => 1
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CDbConnection
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[4] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 17
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => db
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
09/01/2026 09:38:28 - TYPE ERROR:PHP warning
09/01/2026 09:38:28 - MESSAGE:Cannot modify header information - headers already sent by (output started at /var/www/html/dev/ferrerocit/protected/config/main.php:55)
09/01/2026 09:38:28 - Error File LINE:
09/01/2026 09:38:28 - /var/www/html/dev/yii/framework/web/CHttpSession.php(120)
09/01/2026 09:38:28 - Error SOURCE CODE:
09/01/2026 09:38:28 - 108 {
109 return false;
110 }
111
112 /**
113 * Starts the session if it has not started yet.
114 */
115 public function open()
116 {
117 if($this->getUseCustomStorage())
118 @session_set_save_handler(array($this,'openSession'),array($this,'closeSession'),array($this,'readSession'),array($this,'writeSession'),array($this,'destroySession'),array($this,'gcSession'));
119
120 header('Cache-Control: no cache');
121
122 @session_start();
123 if(YII_DEBUG && session_id()=='')
124 {
125 $message=Yii::t('yii','Failed to start session.');
126 if(function_exists('error_get_last'))
127 {
128 $error=error_get_last();
129 if(isset($error['message']))
130 $message=$error['message'];
131 }
132 Yii::log($message, CLogger::LEVEL_WARNING, 'system.web.CHttpSession');
09/01/2026 09:38:28 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CHttpSession.php
[line] => 120
[function] => header
[args] => Array
(
[0] => Cache-Control: no cache
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CHttpSession.php
[line] => 94
[function] => open
[class] => CHttpSession
[type] => ->
[args] => Array
(
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CHttpSession
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 201
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => session
)
)
[4] => Array
(
[file] => /var/www/html/dev/yii/framework/web/auth/CWebUser.php
[line] => 200
[function] => getSession
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/components/CrugeWebUser.php
[line] => 45
[function] => init
[class] => CWebUser
[type] => ->
[args] => Array
(
)
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CrugeWebUser
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => user
)
)
[8] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 43
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => user
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[10] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[11] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[12] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[13] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
09/01/2026 09:41:49 - TYPE ERROR:PHP warning
09/01/2026 09:41:49 - MESSAGE:Cannot modify header information - headers already sent by (output started at /var/www/html/dev/ferrerocit/protected/config/main.php:55)
09/01/2026 09:41:49 - Error File LINE:
09/01/2026 09:41:49 - /var/www/html/dev/yii/framework/web/CHttpSession.php(120)
09/01/2026 09:41:49 - Error SOURCE CODE:
09/01/2026 09:41:49 - 108 {
109 return false;
110 }
111
112 /**
113 * Starts the session if it has not started yet.
114 */
115 public function open()
116 {
117 if($this->getUseCustomStorage())
118 @session_set_save_handler(array($this,'openSession'),array($this,'closeSession'),array($this,'readSession'),array($this,'writeSession'),array($this,'destroySession'),array($this,'gcSession'));
119
120 header('Cache-Control: no cache');
121
122 @session_start();
123 if(YII_DEBUG && session_id()=='')
124 {
125 $message=Yii::t('yii','Failed to start session.');
126 if(function_exists('error_get_last'))
127 {
128 $error=error_get_last();
129 if(isset($error['message']))
130 $message=$error['message'];
131 }
132 Yii::log($message, CLogger::LEVEL_WARNING, 'system.web.CHttpSession');
09/01/2026 09:41:49 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CHttpSession.php
[line] => 120
[function] => header
[args] => Array
(
[0] => Cache-Control: no cache
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CHttpSession.php
[line] => 94
[function] => open
[class] => CHttpSession
[type] => ->
[args] => Array
(
)
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CHttpSession
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 201
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => session
)
)
[4] => Array
(
[file] => /var/www/html/dev/yii/framework/web/auth/CWebUser.php
[line] => 200
[function] => getSession
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/components/CrugeWebUser.php
[line] => 45
[function] => init
[class] => CWebUser
[type] => ->
[args] => Array
(
)
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 394
[function] => init
[class] => CrugeWebUser
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CModule.php
[line] => 103
[function] => getComponent
[class] => CModule
[type] => ->
[args] => Array
(
[0] => user
)
)
[8] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 43
[function] => __get
[class] => CModule
[type] => ->
[args] => Array
(
[0] => user
)
)
[9] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/modules/cruge/controllers/UiController.php
[line] => 53
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[10] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => UiController
[type] => ->
[args] => Array
(
)
)
[11] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] =>
)
)
[12] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[13] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
09/01/2026 09:55:02 - TYPE ERROR:ArgumentCountError
09/01/2026 09:55:02 - MESSAGE:Too few arguments to function CHtml::listData(), 1 passed in /var/www/html/dev/ferrerocit/protected/views/frmAnaUtenti/admin.php on line 74 and at least 3 expected
09/01/2026 09:55:02 - Error File LINE:
09/01/2026 09:55:02 - /var/www/html/dev/yii/framework/web/helpers/CHtml.php(2291)
09/01/2026 09:55:02 - Error SOURCE CODE:
09/01/2026 09:55:02 - 2279 * CHtml::listData($posts,'id',function($post) {
2280 * return CHtml::encode($post->title);
2281 * });
2282 * </pre>
2283 *
2284 * @param array $models a list of model objects. This parameter
2285 * can also be an array of associative arrays (e.g. results of {@link CDbCommand::queryAll}).
2286 * @param mixed $valueField the attribute name or anonymous function (PHP 5.3+) for list option values
2287 * @param mixed $textField the attribute name or anonymous function (PHP 5.3+) for list option texts
2288 * @param mixed $groupField the attribute name or anonymous function (PHP 5.3+) for list option group names. If empty, no group will be generated.
2289 * @return array the list data that can be used in {@link dropDownList}, {@link listBox}, etc.
2290 */
2291 public static function listData($models,$valueField,$textField,$groupField='')
2292 {
2293 $listData=array();
2294 if($groupField==='')
2295 {
2296 foreach($models as $model)
2297 {
2298 $value=self::value($model,$valueField);
2299 $text=self::value($model,$textField);
2300 $listData[$value]=$text;
2301 }
2302 }
2303 else
09/01/2026 09:55:02 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/views/frmAnaUtenti/admin.php
[line] => 74
[function] => listData
[class] => CHtml
[type] => ::
[args] => Array
(
[0] => Array
(
[0] => User Non Attivo
[1] => User Attivo
[2] => User Sospeso
)
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CBaseController.php
[line] => 126
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/views/frmAnaUtenti/admin.php
)
[function] => require
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CBaseController.php
[line] => 95
[function] => renderInternal
[class] => CBaseController
[type] => ->
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/views/frmAnaUtenti/admin.php
[1] => Array
(
[model] => FrmAnaUtenti Object
(
[usernameSerach] =>
[societaUtenteSearch] =>
[stateSearch] =>
[roleSearch] =>
[NotroleSearch] =>
[emailSearch] =>
[RuoloUtenteSearch] =>
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] =>
[idstabilimento] =>
[stamp_insert_user] =>
[stamp_update_user] =>
[idanautente] =>
[idcrugeuser] =>
[idsocietautente] =>
[first_password] =>
[nome] =>
[cognome] =>
[codicematricola] =>
[codicematricola2] =>
[telefono] =>
[posizioneaziendale] =>
[iddipartimutente] =>
[idanagraficaesterno] =>
[iduseresterno] =>
[note] =>
[stamp_update] =>
[stamp_insert] =>
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => search
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmAnaUtenti Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
)
[2] => 1
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 872
[function] => renderFile
[class] => CBaseController
[type] => ->
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/views/frmAnaUtenti/admin.php
[1] => Array
(
[model] => FrmAnaUtenti Object
(
[usernameSerach] =>
[societaUtenteSearch] =>
[stateSearch] =>
[roleSearch] =>
[NotroleSearch] =>
[emailSearch] =>
[RuoloUtenteSearch] =>
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] =>
[idstabilimento] =>
[stamp_insert_user] =>
[stamp_update_user] =>
[idanautente] =>
[idcrugeuser] =>
[idsocietautente] =>
[first_password] =>
[nome] =>
[cognome] =>
[codicematricola] =>
[codicematricola2] =>
[telefono] =>
[posizioneaziendale] =>
[iddipartimutente] =>
[idanagraficaesterno] =>
[iduseresterno] =>
[note] =>
[stamp_update] =>
[stamp_insert] =>
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => search
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmAnaUtenti Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
)
[2] => 1
)
)
[4] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 785
[function] => renderPartial
[class] => CController
[type] => ->
[args] => Array
(
[0] => admin
[1] => Array
(
[model] => FrmAnaUtenti Object
(
[usernameSerach] =>
[societaUtenteSearch] =>
[stateSearch] =>
[roleSearch] =>
[NotroleSearch] =>
[emailSearch] =>
[RuoloUtenteSearch] =>
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] =>
[idstabilimento] =>
[stamp_insert_user] =>
[stamp_update_user] =>
[idanautente] =>
[idcrugeuser] =>
[idsocietautente] =>
[first_password] =>
[nome] =>
[cognome] =>
[codicematricola] =>
[codicematricola2] =>
[telefono] =>
[posizioneaziendale] =>
[iddipartimutente] =>
[idanagraficaesterno] =>
[iduseresterno] =>
[note] =>
[stamp_update] =>
[stamp_insert] =>
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => search
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmAnaUtenti Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
)
[2] => 1
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/controllers/FrmAnaUtentiController.php
[line] => 539
[function] => render
[class] => CController
[type] => ->
[args] => Array
(
[0] => admin
[1] => Array
(
[model] => FrmAnaUtenti Object
(
[usernameSerach] =>
[societaUtenteSearch] =>
[stateSearch] =>
[roleSearch] =>
[NotroleSearch] =>
[emailSearch] =>
[RuoloUtenteSearch] =>
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] =>
[idstabilimento] =>
[stamp_insert_user] =>
[stamp_update_user] =>
[idanautente] =>
[idcrugeuser] =>
[idsocietautente] =>
[first_password] =>
[nome] =>
[cognome] =>
[codicematricola] =>
[codicematricola2] =>
[telefono] =>
[posizioneaziendale] =>
[iddipartimutente] =>
[idanagraficaesterno] =>
[iduseresterno] =>
[note] =>
[stamp_update] =>
[stamp_insert] =>
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => search
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmAnaUtenti Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
)
)
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/actions/CInlineAction.php
[line] => 49
[function] => actionAdmin
[class] => FrmAnaUtentiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 308
[function] => runWithParams
[class] => CInlineAction
[type] => ->
[args] => Array
(
[0] => Array
(
)
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/web/filters/CFilterChain.php
[line] => 134
[function] => runAction
[class] => CController
[type] => ->
[args] => Array
(
[0] => CInlineAction Object
(
[_id:CAction:private] => admin
[_controller:CAction:private] => FrmAnaUtentiController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
[0] => Array
(
[label] => Nuovo Utente
[url] => Array
(
[0] => create
)
[icon] => plus
)
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => frmAnaUtenti
[_action:CController:private] => CInlineAction Object
*RECURSION*
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => FrmAnaUtentiController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[9] => Array
(
[file] => /var/www/html/dev/yii/framework/web/filters/CFilter.php
[line] => 40
[function] => run
[class] => CFilterChain
[type] => ->
[args] => Array
(
)
)
[10] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 1148
[function] => filter
[class] => CFilter
[type] => ->
[args] => Array
(
[0] => CFilterChain Object
(
[controller] => FrmAnaUtentiController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
[0] => Array
(
[label] => Nuovo Utente
[url] => Array
(
[0] => create
)
[icon] => plus
)
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => frmAnaUtenti
[_action:CController:private] => CInlineAction Object
(
[_id:CAction:private] => admin
[_controller:CAction:private] => FrmAnaUtentiController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => FrmAnaUtentiController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[action] => CInlineAction Object
(
[_id:CAction:private] => admin
[_controller:CAction:private] => FrmAnaUtentiController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
[0] => Array
(
[label] => Nuovo Utente
[url] => Array
(
[0] => create
)
[icon] => plus
)
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => frmAnaUtenti
[_action:CController:private] => CInlineAction Object
*RECURSION*
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => FrmAnaUtentiController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[filterIndex] => 1
[_d:CList:private] => Array
(
[0] => CInlineFilter Object
(
[name] => accessControl
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[11] => Array
(
[file] => /var/www/html/dev/yii/framework/web/filters/CInlineFilter.php
[line] => 58
[function] => filterAccessControl
[class] => CController
[type] => ->
[args] => Array
(
[0] => CFilterChain Object
(
[controller] => FrmAnaUtentiController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
[0] => Array
(
[label] => Nuovo Utente
[url] => Array
(
[0] => create
)
[icon] => plus
)
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => frmAnaUtenti
[_action:CController:private] => CInlineAction Object
(
[_id:CAction:private] => admin
[_controller:CAction:private] => FrmAnaUtentiController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => FrmAnaUtentiController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[action] => CInlineAction Object
(
[_id:CAction:private] => admin
[_controller:CAction:private] => FrmAnaUtentiController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
[0] => Array
(
[label] => Nuovo Utente
[url] => Array
(
[0] => create
)
[icon] => plus
)
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => frmAnaUtenti
[_action:CController:private] => CInlineAction Object
*RECURSION*
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => FrmAnaUtentiController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[filterIndex] => 1
[_d:CList:private] => Array
(
[0] => CInlineFilter Object
(
[name] => accessControl
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[12] => Array
(
[file] => /var/www/html/dev/yii/framework/web/filters/CFilterChain.php
[line] => 131
[function] => filter
[class] => CInlineFilter
[type] => ->
[args] => Array
(
[0] => CFilterChain Object
(
[controller] => FrmAnaUtentiController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
[0] => Array
(
[label] => Nuovo Utente
[url] => Array
(
[0] => create
)
[icon] => plus
)
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => frmAnaUtenti
[_action:CController:private] => CInlineAction Object
(
[_id:CAction:private] => admin
[_controller:CAction:private] => FrmAnaUtentiController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => FrmAnaUtentiController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[action] => CInlineAction Object
(
[_id:CAction:private] => admin
[_controller:CAction:private] => FrmAnaUtentiController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
[0] => Array
(
[label] => Nuovo Utente
[url] => Array
(
[0] => create
)
[icon] => plus
)
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => frmAnaUtenti
[_action:CController:private] => CInlineAction Object
*RECURSION*
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => FrmAnaUtentiController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[filterIndex] => 1
[_d:CList:private] => Array
(
[0] => CInlineFilter Object
(
[name] => accessControl
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[13] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 291
[function] => run
[class] => CFilterChain
[type] => ->
[args] => Array
(
)
)
[14] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 265
[function] => runActionWithFilters
[class] => CController
[type] => ->
[args] => Array
(
[0] => CInlineAction Object
(
[_id:CAction:private] => admin
[_controller:CAction:private] => FrmAnaUtentiController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
[0] => Array
(
[label] => Nuovo Utente
[url] => Array
(
[0] => create
)
[icon] => plus
)
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => frmAnaUtenti
[_action:CController:private] => CInlineAction Object
*RECURSION*
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => FrmAnaUtentiController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[1] => Array
(
[0] => accessControl
[1] => postOnly + delete
)
)
)
[15] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 282
[function] => run
[class] => CController
[type] => ->
[args] => Array
(
[0] => admin
)
)
[16] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] => FrmAnaUtenti/admin
)
)
[17] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[18] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
09/01/2026 15:02:21 - TYPE ERROR:ParseError
09/01/2026 15:02:21 - MESSAGE:syntax error, unexpected '/'
09/01/2026 15:02:21 - Error File LINE:
09/01/2026 15:02:21 - /var/www/html/dev/ferrerocit/protected/models/FrmAnaUtenti.php(258)
09/01/2026 15:02:21 - Error SOURCE CODE:
09/01/2026 15:02:21 - 246 break;
247 case '1': //Attivo
248 $statecondition='user.state=1';
249 break;
250 case '2': //Sospeso
251 $statecondition='user.state=2';
252 break;
253 default:
254 $statecondition='';
255 break;
256 }
257 $criteria->addCondition($statecondition);
258 /
259
260
261 //20150514 - TICKET:0000423
262 $criteria->compare('t.idsocieta', $this->idsocieta);
263 $criteria->compare('t.idstabilimento', $this->idstabilimento);
264 $criteria->compare('t.idanautente', $this->idanautente);
265 $criteria->compare('t.idcrugeuser', $this->idcrugeuser);
266 $criteria->compare('t.idsocietautente', $this->idsocietautente);
267 $criteria->compare('t.first_password', $this->first_password, true);
268 $criteria->compare('t.nome', $this->nome, true);
269 $criteria->compare('t.cognome', $this->cognome, true);
270 $criteria->compare('t.codicematricola', $this->codicematricola, true);
09/01/2026 15:02:21 - Stack Trace:Array
(
[0] => Array
(
[function] => autoload
[class] => YiiBase
[type] => ::
[args] => Array
(
[0] => FrmAnaUtenti
)
[file] => unknown
[line] => 0
)
[1] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 44
[function] => spl_autoload_call
[args] => Array
(
[0] => FrmAnaUtenti
)
)
[2] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/components/Controller.php
[line] => 34
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => Controller
[type] => ->
[args] => Array
(
)
)
[4] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] => FrmAnaUtenti/update
)
)
[5] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[6] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
09/01/2026 15:02:33 - TYPE ERROR:ParseError
09/01/2026 15:02:33 - MESSAGE:syntax error, unexpected '/'
09/01/2026 15:02:33 - Error File LINE:
09/01/2026 15:02:33 - /var/www/html/dev/ferrerocit/protected/models/FrmAnaUtenti.php(258)
09/01/2026 15:02:33 - Error SOURCE CODE:
09/01/2026 15:02:33 - 246 break;
247 case '1': //Attivo
248 $statecondition='user.state=1';
249 break;
250 case '2': //Sospeso
251 $statecondition='user.state=2';
252 break;
253 default:
254 $statecondition='';
255 break;
256 }
257 $criteria->addCondition($statecondition);
258 /
259
260
261 //20150514 - TICKET:0000423
262 $criteria->compare('t.idsocieta', $this->idsocieta);
263 $criteria->compare('t.idstabilimento', $this->idstabilimento);
264 $criteria->compare('t.idanautente', $this->idanautente);
265 $criteria->compare('t.idcrugeuser', $this->idcrugeuser);
266 $criteria->compare('t.idsocietautente', $this->idsocietautente);
267 $criteria->compare('t.first_password', $this->first_password, true);
268 $criteria->compare('t.nome', $this->nome, true);
269 $criteria->compare('t.cognome', $this->cognome, true);
270 $criteria->compare('t.codicematricola', $this->codicematricola, true);
09/01/2026 15:02:33 - Stack Trace:Array
(
[0] => Array
(
[function] => autoload
[class] => YiiBase
[type] => ::
[args] => Array
(
[0] => FrmAnaUtenti
)
[file] => unknown
[line] => 0
)
[1] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 44
[function] => spl_autoload_call
[args] => Array
(
[0] => FrmAnaUtenti
)
)
[2] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/components/Controller.php
[line] => 34
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => Controller
[type] => ->
[args] => Array
(
)
)
[4] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] => FrmAnaUtenti/update
)
)
[5] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[6] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
09/01/2026 15:02:35 - TYPE ERROR:ParseError
09/01/2026 15:02:35 - MESSAGE:syntax error, unexpected '/'
09/01/2026 15:02:35 - Error File LINE:
09/01/2026 15:02:35 - /var/www/html/dev/ferrerocit/protected/models/FrmAnaUtenti.php(258)
09/01/2026 15:02:35 - Error SOURCE CODE:
09/01/2026 15:02:35 - 246 break;
247 case '1': //Attivo
248 $statecondition='user.state=1';
249 break;
250 case '2': //Sospeso
251 $statecondition='user.state=2';
252 break;
253 default:
254 $statecondition='';
255 break;
256 }
257 $criteria->addCondition($statecondition);
258 /
259
260
261 //20150514 - TICKET:0000423
262 $criteria->compare('t.idsocieta', $this->idsocieta);
263 $criteria->compare('t.idstabilimento', $this->idstabilimento);
264 $criteria->compare('t.idanautente', $this->idanautente);
265 $criteria->compare('t.idcrugeuser', $this->idcrugeuser);
266 $criteria->compare('t.idsocietautente', $this->idsocietautente);
267 $criteria->compare('t.first_password', $this->first_password, true);
268 $criteria->compare('t.nome', $this->nome, true);
269 $criteria->compare('t.cognome', $this->cognome, true);
270 $criteria->compare('t.codicematricola', $this->codicematricola, true);
09/01/2026 15:02:35 - Stack Trace:Array
(
[0] => Array
(
[function] => autoload
[class] => YiiBase
[type] => ::
[args] => Array
(
[0] => FrmAnaUtenti
)
[file] => unknown
[line] => 0
)
[1] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 44
[function] => spl_autoload_call
[args] => Array
(
[0] => FrmAnaUtenti
)
)
[2] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/components/Controller.php
[line] => 34
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => Controller
[type] => ->
[args] => Array
(
)
)
[4] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] => FrmAnaUtenti/update
)
)
[5] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[6] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
09/01/2026 15:02:38 - TYPE ERROR:ParseError
09/01/2026 15:02:38 - MESSAGE:syntax error, unexpected '/'
09/01/2026 15:02:38 - Error File LINE:
09/01/2026 15:02:38 - /var/www/html/dev/ferrerocit/protected/models/FrmAnaUtenti.php(258)
09/01/2026 15:02:38 - Error SOURCE CODE:
09/01/2026 15:02:38 - 246 break;
247 case '1': //Attivo
248 $statecondition='user.state=1';
249 break;
250 case '2': //Sospeso
251 $statecondition='user.state=2';
252 break;
253 default:
254 $statecondition='';
255 break;
256 }
257 $criteria->addCondition($statecondition);
258 /
259
260
261 //20150514 - TICKET:0000423
262 $criteria->compare('t.idsocieta', $this->idsocieta);
263 $criteria->compare('t.idstabilimento', $this->idstabilimento);
264 $criteria->compare('t.idanautente', $this->idanautente);
265 $criteria->compare('t.idcrugeuser', $this->idcrugeuser);
266 $criteria->compare('t.idsocietautente', $this->idsocietautente);
267 $criteria->compare('t.first_password', $this->first_password, true);
268 $criteria->compare('t.nome', $this->nome, true);
269 $criteria->compare('t.cognome', $this->cognome, true);
270 $criteria->compare('t.codicematricola', $this->codicematricola, true);
09/01/2026 15:02:38 - Stack Trace:Array
(
[0] => Array
(
[function] => autoload
[class] => YiiBase
[type] => ::
[args] => Array
(
[0] => FrmAnaUtenti
)
[file] => unknown
[line] => 0
)
[1] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/costanti.php
[line] => 44
[function] => spl_autoload_call
[args] => Array
(
[0] => FrmAnaUtenti
)
)
[2] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/components/Controller.php
[line] => 34
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/costanti.php
)
[function] => require_once
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 281
[function] => init
[class] => Controller
[type] => ->
[args] => Array
(
)
)
[4] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] => FrmAnaUtenti/update
)
)
[5] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[6] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)
09/01/2026 16:59:43 - TYPE ERROR:PHP notice
09/01/2026 16:59:43 - MESSAGE:Undefined variable: statecondition
09/01/2026 16:59:43 - Error File LINE:
09/01/2026 16:59:43 - /var/www/html/dev/ferrerocit/protected/models/FrmAnaUtenti.php(257)
09/01/2026 16:59:43 - Error SOURCE CODE:
09/01/2026 16:59:43 - 245 $statecondition='user.state is null';
246 break;
247 case '1': //Attivo
248 $statecondition='user.state=1';
249 break;
250 case '2': //Sospeso
251 $statecondition='user.state=2';
252 break;
253 /* default:
254 $statecondition='';
255 break; */
256 }
257 $criteria->addCondition($statecondition);
258
259
260 /* array('idstato'=>CRUGEUSERSTATE_SUSPENDED, 'stato'=>'Sospeso'),
261 array('idstato'=>CRUGEUSERSTATE_NOTACTIVATED, 'stato'=>'Inattivo'),
262 array('idstato'=>CRUGEUSERSTATE_ACTIVATED, 'stato'=>'Attivo'), */
263
264
265 //20150514 - TICKET:0000423
266 $criteria->compare('t.idsocieta', $this->idsocieta);
267 $criteria->compare('t.idstabilimento', $this->idstabilimento);
268 $criteria->compare('t.idanautente', $this->idanautente);
269 $criteria->compare('t.idcrugeuser', $this->idcrugeuser);
09/01/2026 16:59:43 - Stack Trace:Array
(
[0] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/views/frmAnaUtenti/admin.php
[line] => 65
[function] => search
[class] => FrmAnaUtenti
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CBaseController.php
[line] => 126
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/views/frmAnaUtenti/admin.php
)
[function] => require
)
[2] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CBaseController.php
[line] => 95
[function] => renderInternal
[class] => CBaseController
[type] => ->
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/views/frmAnaUtenti/admin.php
[1] => Array
(
[model] => FrmAnaUtenti Object
(
[usernameSerach] =>
[societaUtenteSearch] =>
[stateSearch] =>
[roleSearch] =>
[NotroleSearch] =>
[emailSearch] =>
[RuoloUtenteSearch] =>
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] =>
[idstabilimento] =>
[stamp_insert_user] =>
[stamp_update_user] =>
[idanautente] =>
[idcrugeuser] =>
[idsocietautente] =>
[first_password] =>
[nome] =>
[cognome] =>
[codicematricola] =>
[codicematricola2] =>
[telefono] =>
[posizioneaziendale] =>
[iddipartimutente] =>
[idanagraficaesterno] =>
[iduseresterno] =>
[note] =>
[stamp_update] =>
[stamp_insert] =>
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => search
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmAnaUtenti Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
)
[2] => 1
)
)
[3] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 872
[function] => renderFile
[class] => CBaseController
[type] => ->
[args] => Array
(
[0] => /var/www/html/dev/ferrerocit/protected/views/frmAnaUtenti/admin.php
[1] => Array
(
[model] => FrmAnaUtenti Object
(
[usernameSerach] =>
[societaUtenteSearch] =>
[stateSearch] =>
[roleSearch] =>
[NotroleSearch] =>
[emailSearch] =>
[RuoloUtenteSearch] =>
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] =>
[idstabilimento] =>
[stamp_insert_user] =>
[stamp_update_user] =>
[idanautente] =>
[idcrugeuser] =>
[idsocietautente] =>
[first_password] =>
[nome] =>
[cognome] =>
[codicematricola] =>
[codicematricola2] =>
[telefono] =>
[posizioneaziendale] =>
[iddipartimutente] =>
[idanagraficaesterno] =>
[iduseresterno] =>
[note] =>
[stamp_update] =>
[stamp_insert] =>
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => search
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmAnaUtenti Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
)
[2] => 1
)
)
[4] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 785
[function] => renderPartial
[class] => CController
[type] => ->
[args] => Array
(
[0] => admin
[1] => Array
(
[model] => FrmAnaUtenti Object
(
[usernameSerach] =>
[societaUtenteSearch] =>
[stateSearch] =>
[roleSearch] =>
[NotroleSearch] =>
[emailSearch] =>
[RuoloUtenteSearch] =>
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] =>
[idstabilimento] =>
[stamp_insert_user] =>
[stamp_update_user] =>
[idanautente] =>
[idcrugeuser] =>
[idsocietautente] =>
[first_password] =>
[nome] =>
[cognome] =>
[codicematricola] =>
[codicematricola2] =>
[telefono] =>
[posizioneaziendale] =>
[iddipartimutente] =>
[idanagraficaesterno] =>
[iduseresterno] =>
[note] =>
[stamp_update] =>
[stamp_insert] =>
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => search
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmAnaUtenti Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
)
[2] => 1
)
)
[5] => Array
(
[file] => /var/www/html/dev/ferrerocit/protected/controllers/FrmAnaUtentiController.php
[line] => 539
[function] => render
[class] => CController
[type] => ->
[args] => Array
(
[0] => admin
[1] => Array
(
[model] => FrmAnaUtenti Object
(
[usernameSerach] =>
[societaUtenteSearch] =>
[stateSearch] =>
[roleSearch] =>
[NotroleSearch] =>
[emailSearch] =>
[RuoloUtenteSearch] =>
[_oldAttributes:frmCActiveRecord:private] => Array
(
)
[_new:CActiveRecord:private] => 1
[_attributes:CActiveRecord:private] => Array
(
[idsocieta] =>
[idstabilimento] =>
[stamp_insert_user] =>
[stamp_update_user] =>
[idanautente] =>
[idcrugeuser] =>
[idsocietautente] =>
[first_password] =>
[nome] =>
[cognome] =>
[codicematricola] =>
[codicematricola2] =>
[telefono] =>
[posizioneaziendale] =>
[iddipartimutente] =>
[idanagraficaesterno] =>
[iduseresterno] =>
[note] =>
[stamp_update] =>
[stamp_insert] =>
)
[_related:CActiveRecord:private] => Array
(
)
[_c:CActiveRecord:private] =>
[_pk:CActiveRecord:private] =>
[_alias:CActiveRecord:private] => t
[_errors:CModel:private] => Array
(
)
[_validators:CModel:private] =>
[_scenario:CModel:private] => search
[_e:CComponent:private] => Array
(
[onafterfind] => CList Object
(
[_d:CList:private] => Array
(
[0] => Closure Object
(
[this] => FrmAnaUtenti Object
*RECURSION*
[parameter] => Array
(
[$event] =>
)
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_m:CComponent:private] =>
)
)
)
)
[6] => Array
(
[file] => /var/www/html/dev/yii/framework/web/actions/CInlineAction.php
[line] => 49
[function] => actionAdmin
[class] => FrmAnaUtentiController
[type] => ->
[args] => Array
(
)
)
[7] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 308
[function] => runWithParams
[class] => CInlineAction
[type] => ->
[args] => Array
(
[0] => Array
(
)
)
)
[8] => Array
(
[file] => /var/www/html/dev/yii/framework/web/filters/CFilterChain.php
[line] => 134
[function] => runAction
[class] => CController
[type] => ->
[args] => Array
(
[0] => CInlineAction Object
(
[_id:CAction:private] => admin
[_controller:CAction:private] => FrmAnaUtentiController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
[0] => Array
(
[label] => Nuovo Utente
[url] => Array
(
[0] => create
)
[icon] => plus
)
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => frmAnaUtenti
[_action:CController:private] => CInlineAction Object
*RECURSION*
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => FrmAnaUtentiController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[9] => Array
(
[file] => /var/www/html/dev/yii/framework/web/filters/CFilter.php
[line] => 40
[function] => run
[class] => CFilterChain
[type] => ->
[args] => Array
(
)
)
[10] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 1148
[function] => filter
[class] => CFilter
[type] => ->
[args] => Array
(
[0] => CFilterChain Object
(
[controller] => FrmAnaUtentiController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
[0] => Array
(
[label] => Nuovo Utente
[url] => Array
(
[0] => create
)
[icon] => plus
)
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => frmAnaUtenti
[_action:CController:private] => CInlineAction Object
(
[_id:CAction:private] => admin
[_controller:CAction:private] => FrmAnaUtentiController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => FrmAnaUtentiController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[action] => CInlineAction Object
(
[_id:CAction:private] => admin
[_controller:CAction:private] => FrmAnaUtentiController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
[0] => Array
(
[label] => Nuovo Utente
[url] => Array
(
[0] => create
)
[icon] => plus
)
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => frmAnaUtenti
[_action:CController:private] => CInlineAction Object
*RECURSION*
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => FrmAnaUtentiController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[filterIndex] => 1
[_d:CList:private] => Array
(
[0] => CInlineFilter Object
(
[name] => accessControl
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[11] => Array
(
[file] => /var/www/html/dev/yii/framework/web/filters/CInlineFilter.php
[line] => 58
[function] => filterAccessControl
[class] => CController
[type] => ->
[args] => Array
(
[0] => CFilterChain Object
(
[controller] => FrmAnaUtentiController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
[0] => Array
(
[label] => Nuovo Utente
[url] => Array
(
[0] => create
)
[icon] => plus
)
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => frmAnaUtenti
[_action:CController:private] => CInlineAction Object
(
[_id:CAction:private] => admin
[_controller:CAction:private] => FrmAnaUtentiController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => FrmAnaUtentiController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[action] => CInlineAction Object
(
[_id:CAction:private] => admin
[_controller:CAction:private] => FrmAnaUtentiController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
[0] => Array
(
[label] => Nuovo Utente
[url] => Array
(
[0] => create
)
[icon] => plus
)
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => frmAnaUtenti
[_action:CController:private] => CInlineAction Object
*RECURSION*
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => FrmAnaUtentiController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[filterIndex] => 1
[_d:CList:private] => Array
(
[0] => CInlineFilter Object
(
[name] => accessControl
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[12] => Array
(
[file] => /var/www/html/dev/yii/framework/web/filters/CFilterChain.php
[line] => 131
[function] => filter
[class] => CInlineFilter
[type] => ->
[args] => Array
(
[0] => CFilterChain Object
(
[controller] => FrmAnaUtentiController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
[0] => Array
(
[label] => Nuovo Utente
[url] => Array
(
[0] => create
)
[icon] => plus
)
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => frmAnaUtenti
[_action:CController:private] => CInlineAction Object
(
[_id:CAction:private] => admin
[_controller:CAction:private] => FrmAnaUtentiController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => FrmAnaUtentiController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[action] => CInlineAction Object
(
[_id:CAction:private] => admin
[_controller:CAction:private] => FrmAnaUtentiController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
[0] => Array
(
[label] => Nuovo Utente
[url] => Array
(
[0] => create
)
[icon] => plus
)
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => frmAnaUtenti
[_action:CController:private] => CInlineAction Object
*RECURSION*
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => FrmAnaUtentiController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[filterIndex] => 1
[_d:CList:private] => Array
(
[0] => CInlineFilter Object
(
[name] => accessControl
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
[_c:CList:private] => 1
[_r:CList:private] =>
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[13] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 291
[function] => run
[class] => CFilterChain
[type] => ->
[args] => Array
(
)
)
[14] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CController.php
[line] => 265
[function] => runActionWithFilters
[class] => CController
[type] => ->
[args] => Array
(
[0] => CInlineAction Object
(
[_id:CAction:private] => admin
[_controller:CAction:private] => FrmAnaUtentiController Object
(
[layout] => //layouts/column1_bootstrap
[menu] => Array
(
[0] => Array
(
[label] => Nuovo Utente
[url] => Array
(
[0] => create
)
[icon] => plus
)
)
[breadcrumbs] => Array
(
)
[defaultAction] => index
[_id:CController:private] => frmAnaUtenti
[_action:CController:private] => CInlineAction Object
*RECURSION*
[_pageTitle:CController:private] =>
[_cachingStack:CController:private] =>
[_clips:CController:private] =>
[_dynamicOutput:CController:private] =>
[_pageStates:CController:private] =>
[_module:CController:private] =>
[_widgetStack:CBaseController:private] => Array
(
)
[_e:CComponent:private] =>
[_m:CComponent:private] => Array
(
[eexcelview] => EExcelBehavior Object
(
[_enabled:CBehavior:private] => 1
[_owner:CBehavior:private] => FrmAnaUtentiController Object
*RECURSION*
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
)
)
[_e:CComponent:private] =>
[_m:CComponent:private] =>
)
[1] => Array
(
[0] => accessControl
[1] => postOnly + delete
)
)
)
[15] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 282
[function] => run
[class] => CController
[type] => ->
[args] => Array
(
[0] => admin
)
)
[16] => Array
(
[file] => /var/www/html/dev/yii/framework/web/CWebApplication.php
[line] => 141
[function] => runController
[class] => CWebApplication
[type] => ->
[args] => Array
(
[0] => frmAnaUtenti/admin
)
)
[17] => Array
(
[file] => /var/www/html/dev/yii/framework/base/CApplication.php
[line] => 185
[function] => processRequest
[class] => CWebApplication
[type] => ->
[args] => Array
(
)
)
[18] => Array
(
[file] => /var/www/html/dev/ferrerocit/index.php
[line] => 46
[function] => run
[class] => CApplication
[type] => ->
[args] => Array
(
)
)
)