• Resolved KS

    (@karl19)


    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/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author wycks

    (@wycks)

    I’ll have a look this weekend since I will be testing it on new wordpress release

    Thread Starter KS

    (@karl19)

    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.