Title: [Plugin: Simple Admin Notes] Clashes with qTranslate
Last modified: August 20, 2016

---

# [Plugin: Simple Admin Notes] Clashes with qTranslate

 *  Resolved [KS](https://wordpress.org/support/users/karl19/)
 * (@karl19)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-simple-admin-notes-clashes-with-qtranslate/)
 * Thanks for publishing this plugin, seems like a neat way of storing notes in 
   the admin.
 * We’re running WP 3.2.1 and latest version of the multi-language plugin qTranslate.
   When activing the Simple Admin Notes plugin, we’re getting a lot of these error
   messages:
 * Notice: Undefined index: language in [absolute_site_path]/wp-content/plugins/
   qtranslate/qtranslate_hooks.php on line 114
 * It’s also saying headers are already sent out. Not quite sure what could be clashing?
   Line #114 is the following:
 *     ```
       return qtrans_use($q_config['language'], $content, false);
       ```
   
 * Which is part of the following function:
 *     ```
       function qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($content) {
       	global $q_config;
       	return qtrans_use($q_config['language'], $content, false);
       }
       ```
   
 * [http://wordpress.org/extend/plugins/simple-admin-notes/](http://wordpress.org/extend/plugins/simple-admin-notes/)

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

 *  Plugin Author [wycks](https://wordpress.org/support/users/wycks/)
 * (@wycks)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-simple-admin-notes-clashes-with-qtranslate/#post-2433097)
 * I’ll have a look this weekend since I will be testing it on new wordpress release
 *  Thread Starter [KS](https://wordpress.org/support/users/karl19/)
 * (@karl19)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-simple-admin-notes-clashes-with-qtranslate/#post-2433110)
 * We had the same issue with WP Help (with WP_DEBUG on) and I think the error is
   due to something else, not your plugin, so no need to worry! Thanks again for
   sharing a useful plugin with the community.

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

The topic ‘[Plugin: Simple Admin Notes] Clashes with qTranslate’ is closed to new
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/simple-admin-notes_f9f9f9.svg)
 * [Simple Admin Notes](https://wordpress.org/plugins/simple-admin-notes/)
 * [Support Threads](https://wordpress.org/support/plugin/simple-admin-notes/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-admin-notes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-admin-notes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-admin-notes/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [KS](https://wordpress.org/support/users/karl19/)
 * Last activity: [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-simple-admin-notes-clashes-with-qtranslate/#post-2433110)
 * Status: resolved