Re: WordPress Integration
I’m struggling with a similar issue. In wp-config.php file, the lines only go through 32 and the below aren’t anywhere in there.
define(‘AUTH_KEY’, ‘put your unique phrase here’);
define(‘SECURE_AUTH_KEY’, ‘put your unique phrase here’);
define(‘LOGGED_IN_KEY’, ‘put your unique phrase here’);
define(‘NONCE_KEY’, ‘put your unique phrase here’);
I’m trying to follow the instructions on this particular thread but I do not have lines 55-61 as suggested below.
Open wp-config line replace your new keys with the one from that link. (lines 55-61)
Does this mean my wordpress site is not set up for users to login?
Where do I go from here?
Thank you!