Discord Fixed Cannot use a scalar value as an array

KeVo

Member
This little error seems to have creeped up on me when I clicked on the List All Roles link under the Discord section in the admin cp.

domain.com/admin.php?discord/roles

Here's the entire error:

Code:
Cannot use a scalar value as an array

XenForo_Application::handlePhpError() in NixFifty/Discord/ControllerAdmin/Discord.php at line 366
NixFifty_Discord_ControllerAdmin_Discord->actionRoles() in XenForo/FrontController.php at line 351
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
XenForo_FrontController->run() in /home/nginx/domains/dmain.com/public/admin.php at line 13
 
This little error seems to have creeped up on me when I clicked on the List All Roles link under the Discord section in the admin cp.

domain.com/admin.php?discord/roles

Here's the entire error:

Code:
Cannot use a scalar value as an array

XenForo_Application::handlePhpError() in NixFifty/Discord/ControllerAdmin/Discord.php at line 366
NixFifty_Discord_ControllerAdmin_Discord->actionRoles() in XenForo/FrontController.php at line 351
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
XenForo_FrontController->run() in /home/nginx/domains/trueplay.net/public/admin.php at line 13
Interesting I fixed this ages ago. Gonna look now, pretty sure something messed up on my end.
 
Back
Top