Vladimir’s WordPress Forum


 
Current User: Guest
Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

You do not have sufficient permissions to access this page.

Add a New Topic Reply to Post
UserPost

22:43
30 December, 2008


Havock

Guest

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

Admin

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

Guest

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

Guest

Same thing for me in french "Vous n’avez pas les droits suffisants pour accéder à cette page." Frown

14:37
11 April, 2009


Gabi

Guest

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

Guest

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

Guest

Hi Gabi,
thanks for your contributions.
Could you tell us where is this code to change?

Thanks in advance

Gabi said:

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 !


18:20
9 January, 2010


naialor

Guest

Hi again Gabi,

I found it, and… solve de problem!!!

Great Contribution!!!!!

Have a nice year!

Thaaaaaaaaaaanks!

Gabi said:

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 !


0:18
22 April, 2010


anonymous

Guest

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

Admin

posts 707

Gabi said:

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 !


Nice one a lot of people had problem with this

8:49
5 August, 2010


Gallisse

Guest

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

Guest

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.

Guest

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

Guest

Gallisse said:

Hello,

I have the same problem with the plugin.
Could you tell us where is this code to change?
Thanks in advance

Gallisse


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

Guest

What file is this in to replace code… What file to edtit.. Thanks Scott

Reply to Post

Reply to Topic:
You do not have sufficient permissions to access this page.

Guest Name (Required):

Guest Email (Required):

HTML Editor
Smileys
Confused Cool Cry Embarassed Frown Kiss Laugh Smile Surprised Wink Yell
Post New Reply

Guest URL (required)

Math Required!
What is the sum of:
5 + 9