Thanks for the information. This below helped fixed the errors.check ifisset
204 could be:'GROUP_LIST' => isset($userGroups[$niddle]) ? $userGroups[$niddle] : ''
Encase anyone is still or interested in using this extension. If you update to PHPBB 3.3.12 and PHP 8.2+
You will get those ERROR messages at top of your board anywhere RANKS are called for.
Right now RIOFRIZ updated his GIT HUB link with a new version but it is still Giving the error.
So right now with the current Update he posted in order to fix that issue you need to open
\vcc\betterranks\event\listner.php
Find line 203
Code:
'GROUP'=>$rankString[$niddle],
Code:
'GROUP'=>!empty($rankString) ? $rankString[$niddle] : '',
https://github.com/riofriz/vcc_betterra ... 2286023080
Statistics: Posted by Dead Man — Tue Aug 13, 2024 5:11 pm