Jetpack – Permalinks – "Something has gotten mixed up!"
-
Ive installed a backup of my blog manually with a xcloner backup (same location – new database) and in settings permalinks Im getting a error. All my permalinks call up properly just in the settings I have a notification.
In Permalinks Settings Im Seeing:
“Something has gotten mixed up!Your siteurl option is set up as
https://www.my name.com/blog
, but your WordPress.com connection lists it as 0!Your home option is set up as
https://www.my name.com/blog
, but your WordPress.com connection lists it as 1!”I have these options, Ive tried them all except ignore:
1. “The data listed above is not for my current site. Please disconnect, and then form a new connection to WordPress.com for this site using my current settings.”
2. “Ignore the difference. This is just a staging site for the real site referenced above.”
3. “That used to be my URL for this site before I changed it. Update the WordPress.com Cloud’s data to match my current settings.”
I edited my .htaccess & wp-config.php, to try and fix it. I have deauthorized and reauthorized jetpack.
in wp-config.php I have:
/** MySQL hostname */ define('WP_SITEURL','https://www.my name.com/blog'); define('WP_HOME','https://www.www.my name.com/blog'); define('RELOCATE',true); define('WP_SITEURL','https://www.my name.comm/blog'); define('WP_HOME','https://www.my name.com/blog'); define('RELOCATE',true);define('DB_HOST', 'localhost');
this is my .htaccess file
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blog/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /blog/index.php [L] </IfModule> # END WordPress
Im using WordPress 4.2, TwentTwelve Theme 1.7 & CHild Theme, Jetpack 3.5
Any help appreciated.
- The topic ‘Jetpack – Permalinks – "Something has gotten mixed up!"’ is closed to new replies.