MyBB Community Forums

Full Version: Error: Google SEO Installation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This afternoon, I installed Google SEO to MyBB pursuant these instructions: http://webupon.com/search-engines/ho...ugin-for-mybb/.

I completed the host-side process, including replacing my .htaccess and functions.php files. In .htaccess, I replaced yourname/mybb with subdomain.mydomain.com. Because I use a subdomain, I also replaced /mybb with just /.

However, when I try to access my forums, I get this error:

Fatal error: Call to undefined function my_ip2long() in [redacted]/public_html/forums/inc/class_session.php on line 190

What am I doing wrong? Thank you for your expertise!
Did you use the 1.4 functions.php with MyBB 1.6? That won't work.

There's a 1.6 functions.php in the Google SEO release thread:
http://community.mybb.com/thread-46423.html
You're brilliant. That was the problem.

So, I was able to install and activate Google SEO, but one of the functions isn't working:

Quote:inc/plugins/google_seo/translate.php is required for URL translation. Please see the documentation for details.

Do you know the original name for the translation.php file? I can move and rename it if I figure out what it is.
If you enable the URL character translation option, you have to make a translate.php file that defines what is to be translated how. There are some example translation files in the Google SEO package. Alternatively, disable the URL character translation option.
Thanks for your help, frostschutz!