MyBB Community Forums

Full Version: Global.php after added Google SEO functions.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
After i added the functions.php from Google SEO thread i got this messages : Fatal error: Call to undefined function iif() in /home/kitikru/public_html/forum2/global.php(500) : eval()'d code on line 55

resolve? ( dont have a old backup )
Open ./global.php file and find; around line # 55
iif()

and replace it with;
if()
eval()'d code means the problem is in one of your templates, probably header or footer template.

Google SEO doesn't touch those so it shouldn't be related.