Viewing 4 replies - 1 through 4 (of 4 total)
  • This is giving me headache as well, just found a hack in plugins/qtranslate/qtranslate.php and edited following line
    define(‘QT_SUPPORTED_WP_VERSION’, ‘3.8.1’);
    to
    define(‘QT_SUPPORTED_WP_VERSION’, ‘3.8.2’);

    Not ideal but good temporary fix.

    Thanks atti.reh. It really works! Good job.

    If you change
    define('QT_SUPPORTED_WP_VERSION', '3.8.1');
    to
    define('QT_SUPPORTED_WP_VERSION', $wp_version);

    You won’t have to modify the file again for future versions. Of course that has it’s own risks but if the author doesn’t do this full-time it’s a little hard to expect it to be constantly updated.

    Thread Starter icc97

    (@icc97)

    @mungus thanks for that a very useful tip. I take some pity with the pressures on qinqian but when its security releases it gets frustrating. Plus some of his releases have been months behind the WordPress release.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Plugin disables itself as ever’ is closed to new replies.