jtuinstra
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Editor stuck on loading (wordpress 6.6.2) standard themeSo an update, which I found here: Just installed wordpress all wp-json calls fail with 404 | ww.wp.xz.cn
I had the same errors in my console. Changed the permalinks to plain and everything started to work. Now when I change the permalinks back to “post”, the editor remains working. Is this a bug?
As @wearebadmofos mentions that link does not provide an solution at all. 1 month 3 weeks later the issue is still with fresh install. What I did get from the link was that the issue might be caused by a difference in the Site URL and the WordPress URL – i.e. WordPress is installed in a subdirectory.
This is a normal function of WordPress, so I don’t know why it wouldn’t work.
It seems that no-one at WordPress cares or bothers to solve this. Will not use this theme.Forum: Plugins
In reply to: [Polylang] Block based widgets, no translation per widget?Noticed the same. The language options are gone it seems. This block-based widget style is clearly thought out by single language developers.
This is so often the case with WordPress – as if the whole world speaks English and translations are not necessary.Forum: Fixing WordPress
In reply to: REST API returns 500 error codeI have found out what the problem was. There was an error in my .htaccess file. I didn’t replace one of the /my-subdir/ with actually my subdir name.
So this 500 error had to do with redirecting that didn’t go well.
I only discovered this when we saw another error repeating in our error logs:Request exceeded the limit of 10 internal redirects due to probable configuration error. Use ‘LimitInternalRecursion’ to increase the limit if necessary. Use ‘LogLevel debug’ to get a backtrace.
Because of the error in the .htaccess file the request limit was continually reached. After googling for this error and how to solve it I realized our mistake (which had been there for many months, without a problem, the website functioned just fine).
So no more response? Is the url rewrite fixed in the latest update?
If you set it to default, everything works, but in several posts around the internet the makers of the plugin-claim it works with all permalink settings.