Can you replicate the problem using the default Twenty Fifteen theme with all plugins deactivated?
Yes if you look now all plugins are deactivated and Twenty Fourteen theme is enabled. It’s sooo weird.
The content that is always shown is are posts (blog) with some sidebar I have never used.
It’s the permalinks. When I put it to default then it works.
As soon as I choose something else the bug returns.
I didn’t have this with 4.2.1
That’s what’s in the htaccess file which is generated by WP.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /clients/zinga/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /clients/zinga/index.php [L]
</IfModule>
Nothing fancy but it messes up the site for sure showing the wrong content.
Could this be related to 4.2.2 or would it be related to my site only?
This post from 8 hours ago looks like similar problem. Instead he gets 404’s
https://ww.wp.xz.cn/support/topic/all-permalinks-broken-since-422?replies=2
Try a Manual upgrade. Download a fresh copy of the latest.zip file of 4.2 (top right on this page) to your computer, and use that to copy up. You may need to delete the wp-admin and wp-includes folders on your server. Read the Manual Update directions first.
Reinstalled 4.2.2 manually. Didn’t help unfortunately π
This is unreal :S
Yes and the homepage works but the rest ain’t
Hi
Some external consultant I hired fixed it for me. I was so fed up with it and tired of searching.
But now… I still don’t know how he did it. I’ll ask and write it here when I get a response.
And thank you for follow up!
Solution was to delete the page (to trash), then restore it… Had to do all pages.
Simple fix but difficult to understand why this happened in the first place and why this particular solution was needed :S
Interesting though…
I will mark as resolved.