[wp-trac] [WordPress Trac] #14024: Insufficient permissions error after activating plugins
WordPress Trac
wp-trac at lists.automattic.com
Mon Jun 21 11:05:12 UTC 2010
#14024: Insufficient permissions error after activating plugins
----------------------------+-----------------------------------------------
Reporter: SergeyBiryukov | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Unassigned
Component: i18n | Version: 3.0
Severity: normal | Keywords:
----------------------------+-----------------------------------------------
If a plugin like WP-DB-Backup or BuddyPress calls
{{{wp_get_current_user()}}} on a localized install before {{{wp-
content/languages/$locale.php}}} is included (for example, on
{{{plugins_loaded}}} action) and default secret keys are not changed, it
results in “You do not have sufficient permissions to manage plugins for
this site” error, because {{{$wp_default_secret_key}}} is not redefined
yet (see #12081 for details).
What is the best way to fix it? For now I have posted the instructions on
the support forums to change the default keys and I'm going to translate
the string in {{{default-constants.php}}}.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/14024>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list