MyBB Community Forums

Full Version: Google SEO Plugin -This plugin is incompatible with MyBB 1.8.5
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I see this massage, when i tried to install Google SEO Plugin "This plugin is incompatible with MyBB 1.8.5"
[Image: 2tGOZDL.png]

What can i do now?
did you download the 1.8 version from Github: https://github.com/frostschutz/MyBB-Google-SEO
(2015-07-06, 08:01 AM)mmadhankumar Wrote: [ -> ]did you download the 1.8 version from Github: https://github.com/frostschutz/MyBB-Google-SEO

I downloaded from here. http://mods.mybb.com/view/google-seo
(2015-07-06, 08:03 AM)metafser Wrote: [ -> ]I downloaded from here. http://mods.mybb.com/view/google-seo

obviously a 1.6 plugin may not be compatible with 1.8... download and use it from github...
(2015-07-06, 08:07 AM)mmadhankumar Wrote: [ -> ]obviously a 1.6 plugin may not be compatible with 1.8... download and use it from github...

Yap its working now. But faced another problem. 
[Image: Jv4Qzav.png]

After Install:
[Image: M4vsXLP.png]

What can i do now?
you can ignore the pluginlibrary compatibility message. just click install&activate

and delete the hello_pl that's a sample for developers
(2015-07-06, 08:41 AM)metafser Wrote: [ -> ]
(2015-07-06, 08:07 AM)mmadhankumar Wrote: [ -> ]obviously a 1.6 plugin may not be compatible with 1.8... download and use it from github...

Yap its working now. But faced another problem. 
[Image: Jv4Qzav.png]

After Install:
[Image: M4vsXLP.png]

What can i do now?


just go 

/inc/plugins

& find 
pluginlibrary.php

Edit it and Search for [ compatibility ]

you will see this edit 16 or add ,18*
[Image: hLYLND1.png]


add or change in to ,18*

[Image: iQJtMIk.png]


Fixed Big Grin
(2015-07-25, 02:18 PM)resellerpk Wrote: [ -> ]
(2015-07-06, 08:41 AM)metafser Wrote: [ -> ]
(2015-07-06, 08:07 AM)mmadhankumar Wrote: [ -> ]obviously a 1.6 plugin may not be compatible with 1.8... download and use it from github...

Yap its working now. But faced another problem. 
[Image: Jv4Qzav.png]

After Install:
[Image: M4vsXLP.png]

What can i do now?


just go 

/inc/plugins

& find 
pluginlibrary.php

Edit it and Search for [ compatibility ]

you will see this edit 16 or add ,18*
[Image: hLYLND1.png]


add or change in to ,18*

[Image: iQJtMIk.png]


Fixed Big Grin

PluginLibrary shouldn't need to be activated, doesn't matter iirc.
I have had something come up after installing this SEO plugin. 

On my plugins page under "Active plugins" I received a message with some .htaccess listing. At the bottom of the message it had a spot to apply the changes. I clicked that and then the plugin seems to be fully operational. However I am now getting the message below where the previous message used to be. 

Is this normal/how it's supposed to be?

Google SEO (1.6.8)
Google Search Engine Optimization as described in the official Google's SEO starter guide. Please see the documentation for details.
  • Add to .htaccess:
    RewriteEngine on

    # Some hosts require RewriteBase to make RewriteRules work.
    RewriteBase /

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

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

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

    # Google SEO URL Forums:
    RewriteRule ^Forum\-([^./]+)$ forumdisplay.php?google_seo_forum=$1 [L,QSA,NC]

    # Google SEO URL Threads:
    RewriteRule ^Thread\-([^./]+)$ showthread.php?google_seo_thread=$1 [L,QSA,NC]

    # Google SEO URL Announcements:
    RewriteRule ^Announcement\-([^./]+)$ announcements.php?google_seo_announcement=$1 [L,QSA,NC]

    # Google SEO URL Users:
    RewriteRule ^User\-([^./]+)$ member.php?action=profile&google_seo_user=$1 [L,QSA,NC]

    # Google SEO URL Calendars:
    RewriteRule ^Calendar\-([^./]+)$ calendar.php?google_seo_calendar=$1 [L,QSA,NC]

    # Google SEO URL Events:
    RewriteRule ^Event\-([^./]+)$ calendar.php?action=event&google_seo_event=$1 [L,QSA,NC]


  • 404, Meta, Redirect, Sitemap and URL are enabled. (Configure)

  • Click to Revert changes to core files.
Created by [[email protected]]Andreas Klauer[/email]

Also, the page that is supposed to have the xml sitemap just goes to my main site page. The link is below
https://www.siteomnia.com/sitemap-index.xml

I just noticed that all pages just go to the sites main page
^ add that given code in a file named .htaccess at main folder of your MyBB forum
Pages: 1 2