jelpesao
Member
Posted 3 years ago #
I just upgraded to 2.7 es_ES and now get the following meesage when clicking on the admin menu.
No tienes autorización para acceder a esta página.
Descargando la actualización de http://es.wordpress.org/wordpress-2.7-es_ES.zip
Unpacking the core update
Verifying the unpacked files
Instalando la última versión
Upgrading database
WordPress upgraded successfully
Trying to login but unsuccessful.
jelpesao
Member
Posted 3 years ago #
I modified my wp-config.php to define ('WPLANG', 'en_EN'); instead of es_ES. This let me get back into the admin site. Need a fix for the es_ES language pack.
I have deleted the wp-db_backup folder. It allows me access to the wp-admin site. The wp-db_backup should be deactivate.
jelpesao
Member
Posted 3 years ago #
Which wp-db_backup, I do not have one?
jelpesao
Member
Posted 3 years ago #
Issue was fix by adding the:
define('AUTH_KEY',
define('SECURE_AUTH_KEY',
define('LOGGED_IN_KEY',
define('NONCE_KEY',
to the wp-config.php
Alejandro Urrutia
Member
Posted 3 years ago #
You must access to http://api.wordpress.org/secret-key/1.1 to generate values for AUTH_KEY, SECURE_AUTH_KEY,LOGGED_IN_KEY,NONCE_KEY
Good luck