MyBB Community Forums

Full Version: Rewrite rule Error in google seo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i am install google seo in mybb 1.6, after installation member list working good and show member befor login , after the login member list show Fatal error: Call to undefined function my_ip2long() in C:\inetpub\vhosts\dreamdth.com\httpdocs\Forum\inc\class_session.php on line 190

how can i solve this problem
You've used the 1.4 version of the edited functions.php, you need this version: http://community.mybb.com/attachment.php?aid=19104
Thanks Mattrogowski for help, my problem Solved,
now my Google seo Pulgin show status show:

Redirect and URL are disabled. (Configure)
Add to .htaccess:
# Google SEO workaround for search.php highlights:
# Make this rule the first rewrite rule in your .htaccess!
RewriteRule ^([^&]*)&(.*)$ http://dreamdth.com/Forum/$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 /Forum/misc.php?google_seo_error=404
404, Meta and Sitemap are enabled.

try to rewrite rule change in .htaccess but pulgin show this ? how can change this
You need to add the rewrite rules to your .htaccess file.