- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
May 6 2023
May 5 2023
May 4 2023
Also, trying to Upload Picture in a user Profile, not having php-gd installed leads to a confusing error message not listing any file formats:
This server only supports these image formats: .
In D25180#5639, @valerio.bozzolan wrote:Thanks just to clarify: does it still fix your problem?
Fix indentation (where is my linter?)
Use simpler and more low-level $str === null comparison instead
May 3 2023
Firefox; Apache HTTPD; php-fpm here.
According to phlog, both $content_type and $request_type in DiffusionServeController.php are null. It is unclear to me why the HTTP Header sent by my web browser is not read.
I just realized that src/applications/config/check/PhabricatorGDSetupCheck.php exists. Thus please ignore my last comment. Still, things should fail gracefully instead of showing an exception.
I'm afraid this change should also be applied to a bunch of similar functions in that file?
In D25148#4653, @valerio.bozzolan wrote:Hi @aklapper it seems you are affected by this problem. Feel free to try this patch
[...]
Visiting the /config/ page should generate more useful error log lines in your PHP FPM error log. Please share them.