TeamSpeak Fixed Uninitialized String Offset

Tons of this:

ErrorException: Uninitialized string offset: 0 - library/NixFifty/TeamSpeak/Viewer.php:632

Code:
#0 /home/bz/public_html/forums/library/NixFifty/TeamSpeak/Viewer.php(632): XenForo_Application::handlePhpError(8, 'Uninitialized s...', '/home/bz/public...', 632, Array)
#1 /home/bz/public_html/forums/library/NixFifty/TeamSpeak/Helper.php(1181): NixFifty_TeamSpeak_Viewer->compile(true, Object(Closure), 1)
#2 /home/bz/public_html/forums/library/NixFifty/TeamSpeak/ControllerPublic/Account.php(10): NixFifty_TeamSpeak_Helper->getDefaultViewer()
#3 /home/bz/public_html/forums/library/XenForo/FrontController.php(351): NixFifty_TeamSpeak_ControllerPublic_Account->actionTeamSpeak()
#4 /home/bz/public_html/forums/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#5 /home/bz/public_html/forums/index.php(13): XenForo_FrontController->run()
#6 {main}
Request State
array(3) {
  ["url"] => string(44) "https://<mysite>.com/forums/account/teamspeak"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
 
I haven’t been able to reproduce this with spacers recently.

Could either of you give an example of the spacers you’re using?
 
This was our original spacer:
Code:
[cspacer11]

when we changed it to this, it worked:
Code:
[cspacer11] -----
 
We have a lot of different spacers.

Code:
[cspacer0]===========Hang Outs==========
[spacer5]___
[cspacer4]=========Games We Play========
[spacer3]___
[spacer6]
[cspacer7]===========FPS Games==========
[cspacer8]
[cspacer9]======Survival / Builder======
etc.

Think the blanks are doing it?
 
Back
Top