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: /usr/home/ah103p6il9/ci/application/request/controllers/Entry.php
Line: 7
Function: __construct
File: /usr/home/ah103p6il9/html/application/request/index.php
Line: 295
Function: require_once