Addressing errors in the input panel WordPress: "You do not have permission to access this page."
20th November 2008. Filed under: PHP , WordPress . 7 comments. .

With such a problem encountered when the prefix tables in the Policy WordPress with the classic "wp_" on "new_".
After these changes and make appropriate adjustments to the WP-config file. PHP blog he continues to work properly, but when you try to login to your control panel there is an error: "You do not have permission to access this page." (or "You do not have sufficient permissions to access this page. ").
The search for solutions to this problem by gugleniya did not bring the desired results, and when I had almost lost hope to find a solution to this problem it is still found!
The essence of the solution is as follows:
If wordpress table prefix was changed from "wp_" on "new_" is to make it work, you need to change even with the prefixes "wp_" on "new_" not only in names of tables, but also in the names of several values in the tables of a new blog post:
- in the table "new_options" (formerly "wp_options") to change the name of the option "wp_user_roles" on "new_user_roles";
- in the table "new_usermeta" (formerly "wp_usermeta") to change the name of the option "wp_autosave_draft_ids", "wp_user_level", "wp_capabilities" on "new_autosave_draft_ids", "new_user_level", "new_capabilities" respectively.
After following these simple steps right back ...
All this is easily done manually, or via PhpMyAdmin running, for example, a simple php-script:
That's it.
My blog is for the following phrases:
• Free Globax for GPRS
• DNS servers to register with RIPN
• replacing the word yahoo pipes
• best software for tv tuner
• GigaByte GT-P6000
• Traffic Compressor
My blog is for the following phrases:
• kmplayer watch TV
• x plore RґR "SЏ se g900
• Gigabyte GT-P5100
• Proxy tunnel GPRS
• Search your wordpress tables
• convert WordPress database
7 comments.
Seph | 18th February 2011
Cool man! It helped!
R_Dzhins | 19th February 2011
Glad to help!
| 3rd April 2011
thanks for the info. Well help. Was replaced by a prefix without any problems.
| 14th October 2011
Gentlemen, this is all great, and I can help .. But I'm still new to these things, and all of these codes and the tables have little meaning. Can anyone suggest how to find the table you want to replace? where is all this? thanks in advance!
| 3rd December 2011
In version 3.2.1 (and probably earlier) wp_autosave_draft_ids option anymore.
Now there
wp_capabilities, wp_user_level, wp_dashboard_quick_press_last_post_id, wp_user-settings, wp_user-settings-time
I understand all of them must be changed on the same principle.
Askhat probably too late, but still
This is a izmenyayaetsya PHPmyAdmin. If you are not familiar with what it is, then how could you change the prefix?
Derss | 20th January 2012
There is another option to export the database to your computer, open in an editor such as Notepad + +, find it by searching these options, and correct them, save the database. Then again throw on the server. I should have


| 9th December 2008
The information has helped to perfect! It is very strange that the documentation for the WP Security Scan of this part is not a word ...