Viewing 7 replies - 1 through 7 (of 7 total)
  • After just a few days (maybe even one day), my website is gone from google for all languages except the default languages (I have 4 languages).

    The problem is I have problems with going back to WP 3.6.1,
    I backed up with UpdraftPlus backup, and did a backup of database,
    but I cannot import database backup and UpdraftPlus didn’t get me back to 3.6.1… :/

    I have the same problem too.
    I have a 3.7.2 wordpress version, and the qTranslate doesn’t work. When will be the new update of the plugin? I need asap to work.

    Thank you!

    Paola

    OK, I found a (temporary) solution (I hope the author will update the plugin soon) on other topic.

    Chang the following at qtranslate_wphacks.php
    line 54 :

    if($GLOBALS[‘wp_version’] != QT_SUPPORTED_WP_VERSION)

    change to

    if($GLOBALS[‘wp_version’] == QT_SUPPORTED_WP_VERSION)

    You will find qtranslate_wphacks.php on your server,
    in wp-content->plugins->qtranslate. Change it and upload it back to server.

    HINT
    delete ! after adding =
    I just added =, didn’t delete !, and it didn’t work.
    Only after a while I found out why… 😉

    P.S.
    I am using WP 3.7.1, I don’t know will this work with 3.7.2,
    and I am not sure is there 3.7.2 at all or you made a mistake… 🙂

    Thank you Greg.
    But I don’t understand the last part of your message….
    I have to delete this symbol: “!”? and add this: “=” ?

    Thank you!

    Yes, that’s right!

    What I meant is that I only added “=” and I didn’t delete “!”,
    so this didn’t work. I just wanted to point that out, so you don’t make the same mistake…

    Thank you so much! It seems working!
    You’re a genius! 😛 (do you think this change will not done problems in future?)

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘new wordpress version 3.7.1 not working with qtranslate’ is closed to new replies.