Severity: 8192
Message: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)`
Filename: helpers/general_helper.php
Line Number: 1921
Backtrace:
File: /home/cicweb/demo4.cic-webpro.com/aqapp/core/DDM_Controller.php
Line: 20
Function: __construct
File: /home/cicweb/demo4.cic-webpro.com/aqapp/core/Public_Controller.php
Line: 12
Function: __construct
File: /home/cicweb/demo4.cic-webpro.com/aqapp/controllers/Frontend.php
Line: 17
Function: __construct
File: /home/cicweb/demo4.cic-webpro.com/index.php
Line: 295
Function: require_once