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/url_helper.php
Line Number: 162
Backtrace:
File: /home/playecol/domains/playecology.com/public_html/application/controllers/Welcome.php
Line: 21
Function: __construct
File: /home/playecol/domains/playecology.com/public_html/index.php
Line: 293
Function: require_once