Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: New installation – cannot login

I’m already using your translation goebelmasse, thank you. Just turned it off for testing.

These strange characters you pointed out show up even if the content of config-bb.php is nothing but a PHP start and end tag. (I have no blank lines before or after the PHP tags.)

I think it must be some problem with the keys. I basically used all the keys from the wp-config.php with “BB_” added to the start of the keyname.

define(‘BB_AUTH_KEY’, ”);

define(‘BB_SECURE_AUTH_KEY’, ”);

define(‘BB_LOGGED_IN_KEY’, ”);

define(‘BB_NONCE_KEY’, ”);

define(‘BB_AUTH_SALT’, ”);

define(‘BB_LOGGED_IN_SALT’, ”);

define(‘BB_SECURE_AUTH_SALT’, ”);

The keys I use are all from the WP generator: https://api.wordpress.org/secret-key/1.1/

Skip to toolbar