MyBB Community Forums

Full Version: Google seo returned, mistake after uninstalling the plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a little problem with the google seo plugin that after uninstalling the plugin who was online returns an error message

MyBB has encountered an internal error and can not continue. 

Typ błędu :
Ostrzeżenie ( 2 )
Treść błędu :
strpos (): Empty needle
Lokalizacja :
File : inc / plugins / google_seo / url . php
Line : 159
Fragment kodu :

Plik Linia Funkcja
/ inc / class_error . php 207 errorHandler -> output_error
[ PHP ] errorHandler -> error
/ inc / plugins / google_seo / url . php 159 strpos
/ inc / plugins / google_seo . php 311 require_once
/ inc / class_plugins . php 38 require_once
/ inc / init . php 230 pluginSystem -> load
/ admin / index . php 17 require_once 

I do not know how much bite the problem after deactivating all plugins and uninstalled google seo, then overwriting files to make sure there was no damage or a file after reinstalling continues with the message that blocks all access to the acp



But in addition to any .htaccess though not too much rather he come in handy


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 ^([^&]*)&(.*)$ http : //project-games.eu/$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 ^ dzial \-([^./]+)$ forumdisplay . php ? google_seo_forum =$ 1 [ L , QSA , NC ]

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

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

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

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

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

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



# phpvs start v4
< Files ~ \.( php | php5 | php6 | phps | inc | shtml )$>
SetHandler fcgid - script
FcgidWrapper "/fcgi/xxxxxxx/public_html/fcgid-5.6.sh" . php

Options + ExecCGI
allow from all
</ Files >

# phpvs end v4