odosuiadan
Member
Posted 2 years ago #
after installing the plugin i canot access my admin backend, the message:
"No tienes autorización para acceder a esta pÔgina" (you don have permission to see this site) apears.
To solve this i have to log in into the ftp and delete the plugin.
I had also this issue with mailpress plugin, but only in the spanish version, so i asume this is the same case
http://wordpress.org/extend/plugins/wp-db-backup/
If you receive this error message on a localized install, you should change AUTH_KEY, SECURE_AUTH_KEY, LOGGED_IN_KEY and NONCE_KEY constants in your wp-config.php file from their default values. These keys are used for encrypting cookies and are intended to be changed by site owners manually, because they must be unique for each site.
Alternatively, you can visit https://api.wordpress.org/secret-key/1.1/salt/, copy all the code from the page and replace the corresponding block in wp-config.php.
See http://core.trac.wordpress.org/ticket/14024 for details.
gustafssongunnar
Member
Posted 1 year ago #
Thanks! Solved my issue for Swedish WordPress 3.0 and wp-db-backup.
/Gunnar
lucianaviter
Member
Posted 1 year ago #
Thanks, I will try to fix with this.