Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Sign In
Not a member yet? Click here to register.
Forgot Password?
Navigation

Deprecated: Unparenthesized

Last updated on 1 year ago
H
helmuthSenior Member
Posted 1 year ago
How to get rid of this annoying error?


Deprecated: Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /XXXXXXXXXXXXXXXXXXX/includes/dynamics/includes/form_document.php on line 75
H
helmuthSenior Member
Posted 1 year ago
No help here anymore?
K
karrakSenior Member
Posted 1 year ago
replace line 75 of form_document.php with this.

 'week_start' => (!empty($options['week_start']) && isnum($options['week_start']) ? $options['week_start'] : (isset($settings['week_start']) && isnum($settings['week_start']) ? $settings['week_start'] : 0))
You can view all discussion threads in this forum.
You cannot start a new discussion thread in this forum.
You cannot reply in this discussion thread.
You cannot start on a poll in this forum.
You cannot upload attachments in this forum.
You can download attachments in this forum.
You cannot up or down-vote on the post in this discussion thread.
You cannot set up a bounty in this discussion thread.
Moderator: Support Team
Users who participated in discussion: helmuth, karrak