Originally Posted by
bluecafe
There shouldn't be any problem running qtranslate with
wp 3.0.2. qtranslate has just an built-in security setting that disables qtranslate by default if a newer wordpress version is used.
If you look in qtranslate.php line 79
define('QT_SUPPORTED_WP_VERSION', '3.0.1');
replace it with
define('QT_SUPPORTED_WP_VERSION', '3.0.2');
than qtranslate should actually be working again.
I trust that the developer will release an update shortly. He is usually very quick if an update comes out.
great...will try that to see what happens. he normally releases 1-2 weeks after the latest
wp-releases