• Got this message on my dashboard after updating to WP 3.8:

    “The qTranslate Editor has disabled itself because it hasn’t been tested with your WordPress version yet. This is done to prevent WordPress from malfunctioning. You can reenable it by clicking here (may cause data loss! Use at own risk!). To remove this message permanently, please update qTranslate to the corresponding version.”

    When will the qTranslate update for WP 3.8 be available? Is Version 2.5.38 tested on WP 3.8 yet?

    https://www.ads-software.com/plugins/qtranslate/

Viewing 15 replies - 16 through 30 (of 46 total)
  • Thanks tobifjellner !

    I did as you say with Notepad++ and now works fine.

    Thanks !

    change line 90 from: define(‘QT_SUPPORTED_WP_VERSION’, ‘3.7.1’);
    to: define(‘QT_SUPPORTED_WP_VERSION’, ‘3.8’);

    save and you done!!!

    It’s working Really Fine!!!

    Thanks a lot Buddy ??

    Edi

    (@psychosopher)

    Thank you! This works for me!

    Thanks a lot felix007. Your sollution saved my wife’s website ??

    Thank you! It Works also for me!

    Works fine for me in WP 3.8 with Reactor theme for German, Russian and English. It does all I need:
    – translated pages
    – translated menu items
    – shortcode for Language Selector widget:
    <?php echo qtrans_generateLanguageSelectCode('dropdown'); ?>

    Thank you

    Hallo
    I have to upgrade WP from 3.61 to 3.8 because Mojo (simple scripts does not allow to upgrade to version 3.7.1 first). I have installed q-Translate 2.5.37.

    Do you think it works with the follwing advice as well?

    You can update the plugin version to work with 3.8
    need to open wp-content/plugins/qtranslate/qtranslate.php
    and change line 90
    from define(‘QT_SUPPORTED_WP_VERSION’, ‘3.7.1’);
    to
    define(‘QT_SUPPORTED_WP_VERSION’, ‘3.8’);
    save and you done!!!

    Or is the step to big.

    Thanks danibo

    > Do you think it works with the follwing advice as well?
    – it works with q-Translate 2.5.38 and WP 3.8. as for 2.5.37 why you just not try?

    Hi everyone!
    I installed Qtranslate yesterday, and everything worked fine at the beginning, I was able to translate all menus with no problem but I’m unable to write text in pages with language tags and I cannot see the content in the current language, instead I see all the languages. I attach the screenshot so it will be best for you to understand.
    I use theme Pagelines DMS, WordPress 3.8 and qtranslate 2.5.38. And I also changed line 90 in qtranslate code to make it compatible with 3.8 but nothing changed (only alert messages)
    I am not an expert at coding, do I need to add some php code somewhere apart from the post?

    Any help would be much appreciated!

    You can see a screenshot here: https://forum.pagelines.com/uploads/monthly_01_2014/post-63064-0-28052400-1389299955.jpg

    @cei1807
    Hi,
    It’s better to start the new thread/topic with such a request as it’s not about qTranslate update for WP 3.8

    Try to use any other theme besides Pagelines DMS and see if you have same problems. twentyfourteen should be there as you have WordPress 3.8. I believe this problem is specific to theme/plugins compatibility, so it is not that easy to fix.

    @gennadik
    Oh sorry for any inconvenience! I post it here because I thought it may be because of the update of qTranslate. I’ll start a new topic then. Thanks anyway

    it’s not about inconvenience but about to get more attention/traffic to your problem ??

    I was about to add some more content to a site that is almost done, but now that I upgraded to WordPress 3.8 I see this warning too:

    The qTranslate Editor has disabled itself because it hasn’t been tested with your WordPress version yet. This is done to prevent WordPress from malfunctioning. You can reenable it by clicking here (may cause data loss! Use at own risk!). To remove this message permanently, please update qTranslate to the corresponding version.

    I saw at qTranslate that a version that guarantees working well with 3.8 is not done yet and changing a plugin core file to say that it does is not a great solution either.
    Unlike @tobifjellner issue with non latin characters my site only uses German, English and Dutch so I guess I will not have an issue with that. I did make a backup so I will give it all a shot shortly and see. I will turn on debug as well just in case.

    changing a plugin core file to say that it does is not a great solution either.

    there’s no problem with changing the supported version number, if the mechanics the plugin uses still work with the new WP version.

    it works for me. and btw, also with WP 3.9-alpha

    Thank you! Works fine!

Viewing 15 replies - 16 through 30 (of 46 total)
  • The topic ‘When will the qTranslate update for WP 3.8 be available?’ is closed to new replies.