05/06/2025 11:23:03 - TYPE ERROR:CDbException
05/06/2025 11:23:03 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
05/06/2025 11:23:03 - Error File LINE:
05/06/2025 11:23:03 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
05/06/2025 11:23:03 - Error SOURCE CODE:
05/06/2025 11:23: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/06/2025 11:23: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/06/2025 13:58:14 - TYPE ERROR:CDbException
05/06/2025 13:58:14 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
05/06/2025 13:58:14 - Error File LINE:
05/06/2025 13:58:14 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
05/06/2025 13:58:14 - Error SOURCE CODE:
05/06/2025 13:58:14 - 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/06/2025 13:58:14 - 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/06/2025 15:56:20 - TYPE ERROR:CDbException
05/06/2025 15:56:20 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
05/06/2025 15:56:20 - Error File LINE:
05/06/2025 15:56:20 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
05/06/2025 15:56:20 - Error SOURCE CODE:
05/06/2025 15:56: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.' '
05/06/2025 15:56: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
(
)
)
)
05/06/2025 17:14:21 - TYPE ERROR:CDbException
05/06/2025 17:14:21 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
05/06/2025 17:14:21 - Error File LINE:
05/06/2025 17:14:21 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
05/06/2025 17:14:21 - Error SOURCE CODE:
05/06/2025 17:14: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/06/2025 17:14: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
(
)
)
)
05/06/2025 18:01:30 - TYPE ERROR:CDbException
05/06/2025 18:01:30 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
05/06/2025 18:01:30 - Error File LINE:
05/06/2025 18:01:30 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
05/06/2025 18:01:30 - Error SOURCE CODE:
05/06/2025 18:01:30 - 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/06/2025 18:01:30 - 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/06/2025 19:52:56 - TYPE ERROR:CDbException
05/06/2025 19:52:56 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
05/06/2025 19:52:56 - Error File LINE:
05/06/2025 19:52:56 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
05/06/2025 19:52:56 - Error SOURCE CODE:
05/06/2025 19:52: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/06/2025 19:52: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/06/2025 20:32:55 - TYPE ERROR:CDbException
05/06/2025 20:32:55 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
05/06/2025 20:32:55 - Error File LINE:
05/06/2025 20:32:55 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
05/06/2025 20:32:55 - Error SOURCE CODE:
05/06/2025 20:32: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.' '
05/06/2025 20:32: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
(
)
)
)
05/06/2025 22:06:55 - TYPE ERROR:CDbException
05/06/2025 22:06:55 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
05/06/2025 22:06:55 - Error File LINE:
05/06/2025 22:06:55 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
05/06/2025 22:06:55 - Error SOURCE CODE:
05/06/2025 22:06: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.' '
05/06/2025 22:06: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
(
)
)
)
05/06/2025 22:08:53 - TYPE ERROR:CDbException
05/06/2025 22:08:53 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
05/06/2025 22:08:53 - Error File LINE:
05/06/2025 22:08:53 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
05/06/2025 22:08:53 - Error SOURCE CODE:
05/06/2025 22:08: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.' '
05/06/2025 22:08: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
(
)
)
)
06/06/2025 05:03:06 - TYPE ERROR:CDbException
06/06/2025 05:03:06 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
06/06/2025 05:03:06 - Error File LINE:
06/06/2025 05:03:06 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
06/06/2025 05:03:06 - Error SOURCE CODE:
06/06/2025 05:03:06 - 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/06/2025 05:03:06 - 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/06/2025 06:30:30 - TYPE ERROR:CDbException
06/06/2025 06:30:30 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
06/06/2025 06:30:30 - Error File LINE:
06/06/2025 06:30:30 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
06/06/2025 06:30:30 - Error SOURCE CODE:
06/06/2025 06:30:30 - 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/06/2025 06:30:30 - 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/06/2025 07:39:36 - TYPE ERROR:CDbException
06/06/2025 07:39:36 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
06/06/2025 07:39:36 - Error File LINE:
06/06/2025 07:39:36 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
06/06/2025 07:39:36 - Error SOURCE CODE:
06/06/2025 07:39: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.' '
06/06/2025 07:39: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
(
)
)
)
06/06/2025 09:47:19 - TYPE ERROR:CDbException
06/06/2025 09:47:19 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
06/06/2025 09:47:19 - Error File LINE:
06/06/2025 09:47:19 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
06/06/2025 09:47:19 - Error SOURCE CODE:
06/06/2025 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.' '
06/06/2025 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
(
)
)
)
06/06/2025 18:54:55 - TYPE ERROR:CDbException
06/06/2025 18:54:55 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
06/06/2025 18:54:55 - Error File LINE:
06/06/2025 18:54:55 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
06/06/2025 18:54:55 - Error SOURCE CODE:
06/06/2025 18:54: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.' '
06/06/2025 18:54: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
(
)
)
)
06/06/2025 21:01:46 - TYPE ERROR:CDbException
06/06/2025 21:01:46 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
06/06/2025 21:01:46 - Error File LINE:
06/06/2025 21:01:46 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
06/06/2025 21:01:46 - Error SOURCE CODE:
06/06/2025 21:01:46 - 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/06/2025 21:01:46 - 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/06/2025 22:53:11 - TYPE ERROR:CDbException
06/06/2025 22:53:11 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
06/06/2025 22:53:11 - Error File LINE:
06/06/2025 22:53:11 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
06/06/2025 22:53:11 - Error SOURCE CODE:
06/06/2025 22:53: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.' '
06/06/2025 22:53: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
(
)
)
)
07/06/2025 13:37:51 - TYPE ERROR:CDbException
07/06/2025 13:37:51 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
07/06/2025 13:37:51 - Error File LINE:
07/06/2025 13:37:51 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
07/06/2025 13:37:51 - Error SOURCE CODE:
07/06/2025 13:37: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.' '
07/06/2025 13:37: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
(
)
)
)
07/06/2025 14:28:13 - TYPE ERROR:CDbException
07/06/2025 14:28:13 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
07/06/2025 14:28:13 - Error File LINE:
07/06/2025 14:28:13 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
07/06/2025 14:28:13 - Error SOURCE CODE:
07/06/2025 14:28: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.' '
07/06/2025 14:28: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
(
)
)
)
07/06/2025 14:32:29 - TYPE ERROR:CDbException
07/06/2025 14:32:29 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
07/06/2025 14:32:29 - Error File LINE:
07/06/2025 14:32:29 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
07/06/2025 14:32:29 - Error SOURCE CODE:
07/06/2025 14:32: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.' '
07/06/2025 14:32: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
(
)
)
)
07/06/2025 22:31:27 - TYPE ERROR:CDbException
07/06/2025 22:31:27 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
07/06/2025 22:31:27 - Error File LINE:
07/06/2025 22:31:27 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
07/06/2025 22:31:27 - Error SOURCE CODE:
07/06/2025 22:31:27 - 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/06/2025 22:31:27 - 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/06/2025 23:08:02 - TYPE ERROR:CDbException
07/06/2025 23:08:02 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
07/06/2025 23:08:02 - Error File LINE:
07/06/2025 23:08:02 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
07/06/2025 23:08:02 - Error SOURCE CODE:
07/06/2025 23:08:02 - 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/06/2025 23:08:02 - 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/06/2025 23:08:02 - TYPE ERROR:CDbException
07/06/2025 23:08:02 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
07/06/2025 23:08:02 - Error File LINE:
07/06/2025 23:08:02 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
07/06/2025 23:08:02 - Error SOURCE CODE:
07/06/2025 23:08:02 - 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/06/2025 23:08:02 - 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/06/2025 23:25:51 - TYPE ERROR:CDbException
07/06/2025 23:25:51 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
07/06/2025 23:25:51 - Error File LINE:
07/06/2025 23:25:51 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
07/06/2025 23:25:51 - Error SOURCE CODE:
07/06/2025 23:25: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.' '
07/06/2025 23:25: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
(
)
)
)
08/06/2025 09:47:12 - TYPE ERROR:CDbException
08/06/2025 09:47:12 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
08/06/2025 09:47:12 - Error File LINE:
08/06/2025 09:47:12 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
08/06/2025 09:47:12 - Error SOURCE CODE:
08/06/2025 09:47:12 - 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/06/2025 09:47:12 - 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/06/2025 15:27:02 - TYPE ERROR:CDbException
08/06/2025 15:27:02 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
08/06/2025 15:27:02 - Error File LINE:
08/06/2025 15:27:02 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
08/06/2025 15:27:02 - Error SOURCE CODE:
08/06/2025 15:27:02 - 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/06/2025 15:27:02 - 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/06/2025 17:32:35 - TYPE ERROR:CDbException
08/06/2025 17:32:35 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
08/06/2025 17:32:35 - Error File LINE:
08/06/2025 17:32:35 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
08/06/2025 17:32:35 - Error SOURCE CODE:
08/06/2025 17:32: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.' '
08/06/2025 17:32: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
(
)
)
)
09/06/2025 01:40:49 - TYPE ERROR:CDbException
09/06/2025 01:40:49 - MESSAGE:CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
09/06/2025 01:40:49 - Error File LINE:
09/06/2025 01:40:49 - /var/www/html/dev/ferrerocit/protected/costanti.php(17)
09/06/2025 01:40:49 - Error SOURCE CODE:
09/06/2025 01:40: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.' '
09/06/2025 01:40: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
(
)
)
)