• icc97

    (@icc97)


    The plugin disables itself as ever on a v3.8.2 of WordPress – which is a minor security update from v3.8.1. Is there no other way of handling new versions of WordPress? It continually delays the update of WordPress on our live server.

    https://wordpress.org/plugins/qtranslate/

Viewing 4 replies - 1 through 4 (of 4 total)
  • atti.reh

    (@attireh)

    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.

    SBnet2013

    (@sbnet2013)

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

    mungous

    (@mungous)

    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.