MyBB Community Forums

Full Version: Error when trying to register..
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I get the following error when trying to register to my forum-

Fatal error: Call to undefined function my_ip2long() in /home/cadbluforum/dentalcadcamforum.com/member.php on line 116

I searached but didn't find anything. I found other similar problems, different lines though, that had to to with the Google SEO plugin, which I installed. When I view my plugisn though, next to the Google SEO plugin, there is the message-

RewriteEngine on

# Google SEO workaround for search.php highlights:
# Make this rule the first rewrite rule in your .htaccess!
RewriteRule ^([^&]*)&(.*)$ http://www.dentalcadcamforum.com/$1?$2 [L,QSA,R=301]

# Google SEO Sitemap:
RewriteRule ^sitemap-([^./]+)\.xml$ misc.php?google_seo_sitemap=$1 [L,QSA,NC]

# Google SEO 404:
ErrorDocument 404 /misc.php?google_seo_error=404


I added all of that to my .htaccess file? Could somebody help?
You've got the 1.4 version of the modified functions.php, you need the 1.6 version: http://community.mybb.com/attachment.php?aid=20775
Thank you!