Closed Pamnig closed 1 year ago
I managed to solve the issue.
I just had to edit the code a lil bit.
here is the working ougc_awards.php
~~~
This parenthesizing issue is already fixed in the develop
branch, I will eventually release it when I got the time to start updating my plugins for PHP 8, thanks for your report.
On manage awards this error pops up for me: Fatal error: Unparenthesized
a ? b : c ? d : e
is not supported. Use either(a ? b : c) ? d : e
ora ? b : (c ? d : e)
in C:\xampp\htdocs\mybb\admin\modules\user\ougc_awards.php on line 226