Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide WP Version feed error #29

Open
3 tasks
mehul0810 opened this issue Mar 14, 2022 · 0 comments
Open
3 tasks

Hide WP Version feed error #29

mehul0810 opened this issue Mar 14, 2022 · 0 comments

Comments

@mehul0810
Copy link
Collaborator

Bug Report

Whilst running wget, I came across HTTP 500 errors being generated by WordPress when crawling RSS pages such as /feed :

<channel>
	<title>Thai Cookery</title>
	<atom:link href="http://thaicook.local/feed/" rel="self" type="application/rss+xml" />
 ...
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<error>
    <code>internal_server_error</code>
 ...

A working feed typically outputs the generator tag next, i.e. something like:

https://wordpress.org/?v=5.9.2

In the General settings I had checked ‘Hide WP Version’. When I unchecked, the error disappeared, so that suggests the error lies there.

Related

https://wordpress.org/support/topic/hide-wp-version-feed-error/

Acceptance Criteria

  • e.g. Something happens when an action is taken.
  • e.g. Something does not happen when an action is taken.
  • e.g. Fixing behavior in Component A does not affect existing behavior in Component B.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant