• 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.

Viewing 11 replies - 16 through 26 (of 26 total)
  • Thread Starter wfeu

    (@wfeu)

    Im using hostgator, I had thought it was something to do with the fact i did the WP 4.2 update on my dev machine then xcloned it to a new database on my live machine.

    Before I edited the wp-config.php and .htaccess it showed up on a lot of pages in the wpress admin.

    Now Im only seeing it on Settings/Permalink Settings at the top. Ive been through all the menus-links in the admin to check.

    @wfeu – can you try deleting JetPack from your plugins folder?

    That appears to be a known issue: https://github.com/Automattic/jetpack/issues/2016

    Jeremy said:

    In the meantime, I would suggest the following: go the Jetpack menu in your dashboard, scroll down to the bottom of the page, and click on “Disconnect from WordPress.com”. Once you’ve done so you’ll be able to reconnect to WordPress.com by clicking on the connect button at the top of the page.

    The problem with the

    Something has gotten mixed up!

    for me relates to sites that I have “moved”. If you then try to use the link:

    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.

    does nothing. I’ve tried it twice.

    So someone has obviously recognized that there was going to be some serious problems and provided a link to fix it but the link doesn’t work. Not sure who is responsible to fix that link. Is that WordPress 4.2 issue or a Jetpack?

    I’m beginning to think that Jetpack is a liability to all my sites and I should abandon it completely. I’d be happy to get other opinions.

    My error has disappeared automatically. I guess GoDaddy and/or Jetpack team fixed whatever it was behind the curtains.

    This is also happens on our sites at WP Engine.

    So this is not related to the host.

    This appeared AFTER updating to WP 4.2.
    And AFTER updating JetPack to 3.5.

    And this had nothing to do with cloning, copying or staging sites.

    Since the message appeared AFTER updating to WP 4.2. I’m going to try these steps and stop when it is resolved:

    1. Backup the site and DB before each step
    (60k+ members, 1m+ visitors, and very active 24/7).

    2. Disconnect JetPack then re-connect it.

    3. Deactivate Jetpack then re-activate it.

    4. Uninstall JetPack and re-install it.

    Kinda funny nobody at the big WP/Automattic Airline saw this before they did the release of WP 4.2 and JP 3.5.
    Seems impossible really, Matt…

    Chris

    BTW This is NOT on a multisite.

    EASY FIX!

    Disconnect JetPack and re-connect.

    Worked for us.

    1. Go to:

    yourdomain.com/wp-admin/admin.php?page=jetpack

    2. In the footer, at the far right, click Disconnect from WordPress.com.

    3. When the page reloads, Connect to JetPack.

    Ref. https://www.ads-software.com/support/topic/something-has-gotten-mixed-up-error
    See post # 25 (currently near the bottom) by
    Jeremy Herve
    Happiness Engineer
    Plugin Author

    The above fix didn’t work for me!

    I am having a similar problem. I get the same error in my Permalinks menu.

    “Something has gotten mixed up!

    Your siteurl option is set up as https://vagabondbeat.com, but your WordPress.com connection lists it as 0!
    Your home option is set up as https://vagabondbeat.com, but your WordPress.com connection lists it as 1!”

    Desconnecting and reconnecting to WordPress.com didn’t help. Deleting and reinstalling and reactivating and reauthorizing Jetpack didn’t help.

    When I go to my home page vagabondbeat.com, the page displays incorrectly as a very old version. But if I go to vagabondbeat.com/0/, it displays correctly.

    On the other hand, on my iPhone and iPod the site works fine whether in mobile mode or desktop mode. So not sure what is going on.

    Same problem as above…let me know if you find a solution!

    This keeps returning!

    Every morning I log into WordPress 4.2.1/JetPack 3.5 and get the WordPress can’t figure things out Site URL something’s got mixed up message.

    Every morning I disconnect JetPackand reconnect JetPack and the error message goes away–until later in the day.

    There are three links below the error message. The third link indicates it will update WordPress.com to fix the URL. That link does nothing.

    Come on WordPress professionals… you can do it.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    I’m closing this topic as the original poster’s problem has gotten lost in all of the “Me toos”.

    Rather than playing pile on the topic, which doesn’t work and helps no one, please post your own topic with your own specifics in that plugin’s dedicated sub-forum.

    https://www.ads-software.com/support/plugin/jetpack#postform

    Posting a plugin specific support topic in the general “How-To and Troubleshooting” almost guarantees that that plugin’s support will not see this topic.

Viewing 11 replies - 16 through 26 (of 26 total)
  • The topic ‘Jetpack – Permalinks – "Something has gotten mixed up!"’ is closed to new replies.