• Resolved johnhewitt1

    (@johnhewitt1)


    Hi all,
    About a year ago i installed Global translator. I then quickly uninstalled!

    I deleted all language folders, removed coding from header.php, de-indexed all translated pages, and added the directories into my robot.txt.

    I have recently installed hyper cache and it says ‘it appears you have global translater installed’! Suddenly as well, google has comeup with 1500 not found posts all translated. I have searched through file after file and i can’t find any remnants of this plugin.

    Does any one have any clues?

    Many thanks

Viewing 15 replies - 1 through 15 (of 26 total)
  • Thread Starter johnhewitt1

    (@johnhewitt1)

    I may have found the answer!

    in wp-admin/options.php via hyper cache, there is a reference to gltr_preferred_languages. This lists as serialized data. Going into php my admin I found gltr_preferred_languages in the options table with the list of languages for translation! I deleted this row on the table and I HOPE this is the end of global translator.

    I hope this helps πŸ™‚

    Thread Starter johnhewitt1

    (@johnhewitt1)

    Hi again,

    just an update, I said at the beginning ‘via hyper cache’, I actually meant ‘via Clean Options.’
    Clean options is a great plugin that can track down remnants of uninstalled plugins that leave traces in the database tables. It provides a link to options.php which shows gltr_preferred_languages listed as ‘serialized data’. Clean Options doesn’t remove this remnant but told me what to look for πŸ˜‰
    Deleting gltr_preferred_languages from the options table was the key.
    Hyper cache now gives NO reference to global translator – i.e. IT WORKED πŸ™‚

    here is the link to the Clean Options plugin if anyone would like to try; just be carefull what you delete πŸ˜‰

    http://wordpress.org/extend/plugins/clean-options/

    pepitapop

    (@pepitapop)

    Hi,

    I’ve had so many problems with that global translator puglin !
    I suppressed it and find 404 error pages go on so I’m pretty sure something has not uninstalled.

    I’ll try your suggestion, thanks for sharing.

    pepitapop

    (@pepitapop)

    Hi,

    Thank you for posting this thread, I feel less lonely !

    I installed Clean Options, it found several traces of global translator, and offered the option to delete them in the tables.
    So I did that.

    But I don’t know what other remnents to look for. You mentioned your header file, I don’t know how global translator is referred to in the file.

    Same problem for robots, I don’t know what folder to mention in my robot file(especially now that I have deleted them). If someone has a suggestion…

    I am really upset because 404 errors are becoming more numerous each day, and I am afraid my site may be deindexed in the end, which could have a disastrous effect on my work.

    If anyone could help, that would be terrific !
    Thanks.

    Thread Starter johnhewitt1

    (@johnhewitt1)

    Hi there,

    I had header code (in header.php) to show the list of flags across the top, so I made sure that was gone first. Also check all the language folders are deleted (ja, ro, fi, en, etc.)

    Here is what you can place in the robots file:
    Disallow: /ar/
    Disallow: /be/
    Disallow: /bg/
    Disallow: /ca/
    Disallow: /cs/
    Disallow: /da/
    Disallow: /de/
    Disallow: /el/
    Disallow: /es/
    Disallow: /et/
    Disallow: /fa/
    Disallow: /fi/
    Disallow: /fr/
    Disallow: /ga/
    Disallow: /gl/
    Disallow: /hi/
    Disallow: /hr/
    Disallow: /hu/
    Disallow: /id/
    Disallow: /is/
    Disallow: /it/
    Disallow: /iw/
    Disallow: /ja/
    Disallow: /ko/
    Disallow: /lt/
    Disallow: /lv/
    Disallow: /mk/
    Disallow: /ms/
    Disallow: /mt/
    Disallow: /nl/
    Disallow: /no/
    Disallow: /pl/
    Disallow: /pt/
    Disallow: /ro/
    Disallow: /ru/
    Disallow: /sk/
    Disallow: /sl/
    Disallow: /sq/
    Disallow: /sr/
    Disallow: /stale/
    Disallow: /sv/
    Disallow: /th/
    Disallow: /tl/
    Disallow: /tr/
    Disallow: /uk/
    Disallow: /vi/
    Disallow: /zh-CN/
    Disallow: /zh-TW/

    If you use webmaster tools, then you can request the directories to be removed (e.g. yoursite/ja/ yoursite/fi/ etc.)

    The main thing is the robots file, without it i was still getting a few none founds. Also check google search >> site:www.nameofyourwebsite.com and see what has been indexed regarding translated pages.

    It did take a while for traces to be cleared but hope this helps πŸ™‚

    pepitapop

    (@pepitapop)

    Thank you so much for your help !!!!

    I will check in webmaster tools tomorrow. Keep fingers crossed πŸ™‚ !

    Hello,

    So now other weird things are happening :
    I have a list of over 600 pages blocked by robots file, mentioned in my webmasters tools.

    It is only logical since I am blocking the folders (which have been erased anyway) but I wonder how come they are mentioned since I am supposed to have erased the plugin, and the pages they mention are the former translated pages…it means there still are remnents :-/

    And I do not know if it affects my results with google…

    Has it happened to someone else ?

    Thread Starter johnhewitt1

    (@johnhewitt1)

    Hi again,
    I still get a few mentioned; I also went to the ‘remove url’ from cache on webmaster tools to get rid of some. with a site:yourdomain search I found some had been indexed and thus had these removed.

    I did have a audit trail plugin which kept all records (over 7000) in the database, even after uninstalling! I dropped that table. I have stopped using a cache plugin and adding my own code to .htaccess, the cache plugin had remnants too!

    I does take google a while for these pages to be taken off; if you have blocked the folders with the robots file then it still may look for them for a while but at least won’t index them. In fact I looked at webmaster tools today and it still mentions a few pages blocked by robots.txt! these i am redirectiing so that it stop looking for then all together!

    I am also using a redirection plugin and some of the translated pages are being redirected to the original which as helped.

    The main thing seems to be that the old pages are out of the index. double check the site:search and as long as the translated directories are in the robot texts you should be ok.

    Thank you so much again !

    Indeed many of the global translator plugin generated pages have been indexed ! Never thought it would be so fast !
    So I am going to spend a lot of time making redirects, I will feel safer.

    Now, I had to write a robots file and add it manually (I used to have the wordpress virtual robots file). I do not know if it is related, but suddenly Google can not use my sitemap file anymore :-S !

    Never ever will I install another plugin without triple checking on the web if others have had troubles with it ! So much waste of time because of that plugin…

    Anyway, thank you for your oh so worthy help !

    Thread Starter johnhewitt1

    (@johnhewitt1)

    Your sitemap can be added to the robot file if google cant find it. I use the google sitemaps plugin that auto pings google with site changes etc. You dont need to submit your sitemap as google finds it for you and you dont need to add the sitemap to the robots file.

    http://wordpress.org/extend/plugins/google-sitemap-generator/

    Thanks fot the advice.
    I use it too (or I think it’s that one…), but in order to have my own robots file, I unchecked something concerning robots in the admin panel (as suggested in a forum) because it says you can only have wordpress virtual robots file.

    What is weird is I did exactly the same on my blog and my site (both wordpress, both had the global translator problem) and the blog’s sitemap is ok whereas the site’s isn’t…

    I’ll inquire later this evening and will let you know if I find…

    The sitemap is ok now, don’t know what happened…
    The number of files blocked by robots file is stil increasing, but the 404 and 503 error files do not seem to increase anymore.

    Thank you for being so helpful.

    Thread Starter johnhewitt1

    (@johnhewitt1)

    you’re welcome.

    πŸ™‚

    I’m so sorry i installed this plug-in (and i did on 30 sites) i’m sure i’ve been struggling much more to rank them because of it! I’ve removed it half an year ago and still have those soft 404s and other stuff in webmaster tools.

    What i found is that the pages generated by it even if deleted now, forward to the homepage instead of showing a 404 page. That’s why google shows errors for them IMHO. In webmaster tools it shows them under Soft 404s β€Žand “404-like content” in the Detail field.

    initially i tought that’s some rewrite rule left from auto translate plug-in, and checked the .htaccess file but there is nothing about such rewrites there

    but there is something making all those old urls to redirect to the homepage instead to the 404.php page

    and the urls that never existed go to the 404 page as expected

    but if it’s not the htaccess file what else it might be? Do you have an idea? πŸ™

    There should be huge warning somewhere that this plug-in might kill your rankings… πŸ™

    ah and since i have to fix it for 30 sites i really hope we can figure out easier way based on the redirects thing i found, instead of doing the procedure from above for 30 sites πŸ™‚

Viewing 15 replies - 1 through 15 (of 26 total)
  • The topic ‘Global translator remnants’ is closed to new replies.