MyBB Community Forums

Full Version: ACP broken after installing whisper theme...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: help.JPG]

Anyone know how I can fix this without rolling back my server?
Theme Coder Wrote:Open admin/styles/Whisper/style.php, find (line 310):

$class = $classes = '';


Replace with:

$class = '';
$classes = []; 

This workaround will solve the issues with PHP 7.x
You're a friggin genius. Thank you so much for your time.