Hi, one of our users in our Phabricator instance faced a very nasty bug that completely prevented them from using the website when logged in.
Our instance is up-to-date on the stable channel.
```
phabricator
c3bdcb4ca85487921909f0202aa760e8ed61404a (Sun, Feb 5) (branched from 9c62a10989e03e518f855de3fc0a610543287c71 on origin)
```
I could reproduce the issue with my account. I could also reproduce the issue on a Phacility Test Instance.
Steps:
- In the Favorites menu next to the search bar,
- Open "Edit Favorites"
- Add a new "Form" menu item
- Type the "Create Settings" form name
- Confirm. The whole Phabricator instance should now throw the following exception for the user:
```
PhutilMethodNotImplementedException
Method getEditorURI in class PhabricatorSettingsEditEngine is not implemented!
```
The only way I found to fix the issue was to disable the culprit menu item directly, manually, inside the database (the table is `{$NAMESPACE}_search/search_profilepanelconfiguration` if anyone needs it before the bug is fixed).