I asked this elsewhere but perhaps this is a better location?
I grabbed the codes and pasted them into the config.php file but when I ran the upgrade error I got an error Line 44, the first one of the codes. Is it commented out?
Bill
I asked this elsewhere but perhaps this is a better location?
I grabbed the codes and pasted them into the config.php file but when I ran the upgrade error I got an error Line 44, the first one of the codes. Is it commented out?
Bill
Might verify your wp-config.php is correctly edited.
If you return you will need to provide more description on that error.
Yes, in config.php the section:
/**#@+
* Authentication Unique Keys.
*
* Change these to different unique phrases!
* You can generate these using the {@link http://api.wordpress.org/secret-key/1.1/ WordPress.org secret-key service}
*
* @since 2.6.0
*/
44 define('AUTH_KEY', 'key 1');
45 define('SECURE_AUTH_KEY', 'key 2');
46 define('LOGGED_IN_KEY', 'key 3');
47 define('NONCE_KEY', 'key 4');
/**#@-*/
I entered the keys I downloaded but the error kicked off from line 44 above.
I deleted the codes and the upgrade went smoothly
B
You must log in to post.