I have had installed and activate this theme. When i go to the administrator panel i receive this message: "You do not have sufficient permissions to access this page."
I have WordPress 2.7 updated from 2.6
Any ideas?? Can you help me?
Thank you and congratulations for the optimal work!
I had the same problem. I found the problem to be with the keys used for the encryption of cookies.
/* * Authentication Unique Keys. * * Change these to different unique phrases! * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/ WordPress.org secret-key service} * * @since 2.6.0
Vladimir’s WordPress Forum
You do not have sufficient permissions to access this page.
22:43
30 December, 2008
Havock
Hi,
I have had installed and activate this theme. When i go to the administrator panel i receive this message: "You do not have sufficient permissions to access this page."
I have WordPress 2.7 updated from 2.6
Any ideas?? Can you help me?
Thank you and congratulations for the optimal work!
Havock
9:56
1 January, 2009
Vladimir
posts 707
That message is not a part of Theme Test Drive. I have no other idea what is causing it.
16:59
6 January, 2009
Guillermo
I have the same problem. It's strange, because i could instaled it in other wordpress. And i could install others plugins without problems.
17:27
13 January, 2009
munoz
Same thing for me in french "Vous n’avez pas les droits suffisants pour accéder à cette page."
14:37
11 April, 2009
Gabi
I had the same problem. I found the problem to be with the keys used for the encryption of cookies.
/*
* Authentication Unique Keys.
*
* Change these to different unique phrases!
* You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/ WordPress.org secret-key service}
*
* @since 2.6.0
define('AUTH_KEY', '**************************************************************');
define('SECURE_AUTH_KEY', '**************************************************************');
define('LOGGED_IN_KEY', '**************************************************************');
define('NONCE_KEY', '**************************************************************');
*/
I have commented that out this section and all was ok after.
I hope I will find a solution to have also these keys used and be able to login.
Hope this helps !
Gabi
3:33
12 April, 2009
Gabi
Me back … found the problem.
The section regarding the secret key should be placed above the following section:
/** WordPress absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');
At least for me, this solved the problem without any changes on data base, or flushing any catch !
15:16
9 January, 2010
naialor
Hi Gabi,
thanks for your contributions.
Could you tell us where is this code to change?
Thanks in advance
18:20
9 January, 2010
naialor
Hi again Gabi,
I found it, and… solve de problem!!!
Great Contribution!!!!!
Have a nice year!
Thaaaaaaaaaaanks!
0:18
22 April, 2010
anonymous
Just wanted to say that i had been hunting for a long time with that error and just wanted to thank you for posting. you saved my butt :)
11:59
23 June, 2010
Vladimir
posts 707
Gabi said:
Nice one a lot of people had problem with this
8:49
5 August, 2010
Gallisse
Hello,
I have the same problem with the plugin.
Could you tell us where is this code to change?
Thanks in advance
Gallisse
8:49
5 August, 2010
Gallisse
Hello,
I have the same problem with the plugin.
Could you tell us where is this code to change?
Thanks in advance
Gallisse
19:29
25 August, 2010
Eduardo R. V.
No WordPress 3.0 estava com o mesmo problema. Resolvi usando o https://api.wordpress.org/secret-key/1.1/salt/ e fazendo a substituição.
Isso aconteceu depois da ativação do Theme Test Drive.
Já havia usado antes, em outro servidor, e não tinha acontecido. Então, acho que tem haver.
22:51
25 December, 2010
Fatih
Gallisse said:
You can just copy the code that Gabi gave and paste it below the unique keys section and voila! it worked for me.
16:57
17 January, 2011
Scott
What file is this in to replace code… What file to edtit.. Thanks Scott