• Resolved linuskristensen

    (@linuskristensen)


    Hi all,

    I’m using Qtranslate 2.5.39 with WP 3.8.2
    The plugin is activated and no error message is seen. But on post and page writing page I get this message :

    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.

    On the public website, no problem : languages work !
    Any idea ?

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

Viewing 11 replies - 16 through 26 (of 26 total)
  • I tried to edit qtranslate php and the plugin was de-activated: Parse error: syntax error, unexpected ‘;’ in /customers/1/f/9/noblack.be/httpd.www/wp-content/plugins/qtranslate/qtranslate.php on line 90
    can someone help with this please?!

    Watch those closing ; marks and use a text editor that offers syntax highlighting such as Notepad++.

    worked for me!

    The hack from mungous works fine with qtranslate.
    DOESN’T WORKS if you have qTranslate support for WooCommerce plugin.

    It returns a nasty “undefined call….” error that breaks everything, until you remove and reinstall both plugins.

    * TinyMCE — TinyMCE went through a *major* update in 3.9: https://wp.me/p2AvED-2da. The new version (TinyMCE 4.0) introduces a much more modern and sane API, but some plugins written for TinyMCE 3.x will need some updates: https://www.tinymce.com/wiki.php/Tutorial:Migration_guide_from_3.x

    qTranslate is hacking TinyMCE editor, so it looks like trouble ahead. It’s safest to disable WP updates before 3.9 is released.

    Here’s the line to add in your wp-config.php for reference:
    define( 'WP_AUTO_UPDATE_CORE', false );

    qTranslate is hacking TinyMCE editor, so it looks like trouble ahead. It’s safest to disable WP updates before 3.9 is released.

    The default behavior in WordPress 3.7 is automatic update of core for minor versions (i.e. X.Y.Z to X.Y.Z+1)

    Hello!
    Thanks for the hack. I used it and it actually allowed me to use the plugin again.
    Unfortunately the message still remains on top of the page. Is there a way to turn that off?
    I’ve tried to deactivate and reactivate the plugin without success.

    The site I’m referring to is:
    https://archihihi.com/

    Thanks for any help!

    same here.. viable option is to use mqtranslate, a fork of the main qtranslate project… the authors of mq are way quicker in responding to issues (today, I had a helpful response within the hour)than qtranslate and functionality is basically the same, with a few goodies thrown in ??
    and migration from qtranslate to mqtrans is easily manageable via a nifty import-function ??

    It worked!
    Tnx a lot !!!

    Moljevic

    (@moljevic)

    Thank God for mqtranslate! ?? Far better than the hack. Just deactivate qtranslate en activate mqtranslate.

    tecbay

    (@tecbay)

    Guys, normally to fix the “Warning: Cannot modify header information” errors” is just check if have any space before <?php or after ?>.
    Yes, a simple space can break all of it.

Viewing 11 replies - 16 through 26 (of 26 total)
  • The topic ‘The qTranslate Editor has disabled itself because it hasn't been tested with you’ is closed to new replies.