Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 1759

Extension Requests • Re: Better Ranks Extension Request

$
0
0
check if isset

204 could be:
'GROUP_LIST' => isset($userGroups[$niddle]) ? $userGroups[$niddle] : ''
Thanks for the information. This below helped fixed the errors.

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],
AND Replace it with this and that should take care of error

Code:

'GROUP'=>!empty($rankString) ? $rankString[$niddle] : '',
CREDITS to rmcgirr83 for posting that fix
https://github.com/riofriz/vcc_betterra ... 2286023080

Statistics: Posted by Dead Man — Tue Aug 13, 2024 5:11 pm



Viewing all articles
Browse latest Browse all 1759

Trending Articles