koostamas
Member
Posted 3 years 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/
DJ NightLife
Member
Posted 3 years ago #
Won't work until the plugin gets updated unfortunately I guess. Why the hell are the wordpress upgrades so frequent...
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.
newbie009
Member
Posted 3 years 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 :-))
newbie009
Member
Posted 3 years 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 !!