I have a problem on my installation of Phabricator: when I'm trying to change my profile picture the browser try to call the page /picture/4/ (where 4 is my ID) and nothing happens. Please, could you tell me if I need to do something more in the configuration ? I took the last version of Phabricator.
Description
Revisions and Commits
rP Phabricator | |||
D10724 | rP9dd09f717192 Remove gravatar support |
Related Objects
- Mentioned Here
- T6322: Long Delay when Edit Profile Picture on intranet
Event Timeline
Is the file larger than PHP or MySQL's limits? Are you storing in the database, disk, or elsewhere? Is the filetype supported by your system? Theres lots of things that could be misconfigured.
But cannot open the interface where I can choose the file...I get a time-out error after I click on Edit Picture Profile...
Are there timeout errors in your server logs? Anything in the developer console on your browser?
Usually this is because outbound HTTP requests are firewalled and we're trying to fetch a Gravatar. Workaround is to disable security.allow-outbound-http. Real fix is to time out the request and/or detect this during config.
Support Impact This breaks core functionality in a confusing way without a clear path forward for users.
Maybe not enough but depends from your point of view...maybe the real solution is give the opportunity to ask if you want gravitar or not.
I think we should just remove Gravatar support completely. I don't think it's valuable enough to justify the complexity that supporting it implies.