MyBB Community Forums

Full Version: problem with google seo plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: 33pblnn.png]
Google SEO comes with a sample file. Use that instead of manually editing it.
You've missed a } somewhere.
i am facing problem in this code

Find:
function multipage($count, $perpage, $page, $url)
{

Replace with:
function multipage($count, $perpage, $page, $url)
{
if(function_exists("google_seo_url_multipage"))
{
$newurl = google_seo_url_multipage($url);

if($newurl)
{
$url = $newurl;
}
}
If your using Google SEO 1.6.1, no need to do this.

Then if your using V1.4.1, Download this: http://community.mybb.com/attachment.php?aid=23523
Attchment functions-googleseo-1.6.4.php here: http://community.mybb.com/thread-46423-p...#pid322448

And use the given attachment (functions-googleseo-1.6.4.php) instead of using the one on the package, because it gives you an error.

(2011-08-18, 04:21 PM)nadlerz Wrote: [ -> ]If your using Google SEO 1.6.1, no need to do this.

Then if your using V1.4.1, Download this: http://community.mybb.com/attachment.php?aid=23523
Attchment functions-googleseo-1.6.4.php here: http://community.mybb.com/thread-46423-p...#pid322448

And use the given attachment (functions-googleseo-1.6.4.php) instead of using the one on the package, because it gives you an error.

Same error no change what to do now

Ok, first of all, which MyBB version are you running and which Google SEO version are you installing?
(2011-08-18, 05:25 PM)faviouz Wrote: [ -> ]Ok, first of all, which MyBB version are you running and which Google SEO version are you installing?

i am running Mybb 1.6.3 and i installed google_seo_1.1.13 on my site

Use Google SEO 1.4.1