You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We ran into an issue while trying to create a Guest Author with the display name Joe Greene. When clicking “Create Guest Author,” the site immediately returned a 500 Internal Server Error.
No errors were logged in debug.log, and no fatal error notification was sent to the site administrator, which was unexpected. The only clue came after checking the wp_users table, where I discovered that an existing subscriber already has the display name and slug Joe Greene.
Unfortunately, since nothing was logged, I don’t have a stack trace or specific error message to share. The only output shown was the generic Internal Server Error page.