Title: Plugin disables itself as ever
Last modified: August 21, 2016

---

# Plugin disables itself as ever

 *  [icc97](https://wordpress.org/support/users/icc97/)
 * (@icc97)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/plugin-disables-itself-as-ever/)
 * 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/](https://wordpress.org/plugins/qtranslate/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [atti.reh](https://wordpress.org/support/users/attireh/)
 * (@attireh)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/plugin-disables-itself-as-ever/#post-4789919)
 * 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](https://wordpress.org/support/users/sbnet2013/)
 * (@sbnet2013)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/plugin-disables-itself-as-ever/#post-4789977)
 * Thanks atti.reh. It really works! Good job.
 *  [mungous](https://wordpress.org/support/users/mungous/)
 * (@mungous)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/plugin-disables-itself-as-ever/#post-4790060)
 * 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](https://wordpress.org/support/users/icc97/)
 * (@icc97)
 * [12 years ago](https://wordpress.org/support/topic/plugin-disables-itself-as-ever/#post-4790092)
 * @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.

 * ![](https://s.w.org/plugins/geopattern-icon/qtranslate.svg)
 * [qTranslate](https://wordpress.org/plugins/qtranslate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/qtranslate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/qtranslate/)
 * [Active Topics](https://wordpress.org/support/plugin/qtranslate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/qtranslate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/qtranslate/reviews/)

## Tags

 * [Updates](https://wordpress.org/support/topic-tag/updates/)

 * 4 replies
 * 4 participants
 * Last reply from: [icc97](https://wordpress.org/support/users/icc97/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/plugin-disables-itself-as-ever/#post-4790092)
 * Status: not resolved