Forums

WP 2.6.3 - qTranslate is off (5 posts)

  1. koostamas
    Member
    Posted 1 year ago #

    Greetings!
    The qTranslate is GREAT! It was easy to install and it works fine!

    Now my WP is updated to 2.6.3 ... and it says:
    "This version of qTranslate is not fully compatible with your Wordpress version. To prevent Wordpress from malfunctioning, the qTranslate Editor has been disabled."

    How can I make it work again??

    Thanks,

    Tamas

    http://wordpress.org/extend/plugins/qtranslate/

  2. DJ NightLife
    Member
    Posted 1 year ago #

    Won't work until the plugin gets updated unfortunately I guess. Why the hell are the wordpress upgrades so frequent...

  3. jossi
    Member
    Posted 1 year ago #

    Just change the version check in qtranslate_wphacks.php, line 74:

    if($GLOBALS['wp_version']!="2.6")

    to

    if($GLOBALS['wp_version']!="2.6.3")

    and it will work OK.

  4. newbie009
    Member
    Posted 12 months ago #

    I installed qTranslate v 1.6 / removed it / installed 1.5 etc.

    Does'nt it work with WP 2.6.3 ?? always get following error:

    "This version of qTranslate is not fully compatible with your Wordpress version. To prevent Wordpress from malfunctioning, the qTranslate Editor has been disabled."

    I really need this function to work and would appreciate help.

    Thanks for your help :-))

  5. newbie009
    Member
    Posted 12 months ago #

    now, I have found the hint.

    I replaced in qtranslate_wphacks.php on line 74

    if(floatval(substr($GLOBALS['wp_version'], 0, 3)) < 2.6) {

    EVERYTHING works fine !!! great work !!

Topic Closed

This topic has been closed to new replies.

About this Topic