MyBB Community Forums

Full Version: Syntax Error On website
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello my website says this 


Parse error: syntax error, unexpected '}' in /home/kwiktrek/public_html/supremezone.net/inc/functions.php on line 3109

I was just installing plugins
Please try deleting / removing the recent plugin(s) you installed and see if that helps.
Unsure why a plugin would cause this unless it's edited one of your core files, which it probably shouldn't have. Have you edited functions.php at all? By default, line 3109 should look like this:

		return $avatars[$avatar][$key][$key2];

If removing the recent plugin(s) and all other necessary files that come with it doesn't work, paste line 3109 from functions.php, here.