Actually this issue blocks loading most (all?) icons; also the favicon of the site.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Apr 30 2023
Apr 29 2023
@valerio.bozzolan Uhm, you're right, I get Unknowns:
@valerio.bozzolan: Thanks. At least I understood what I did wrong. :P New revision up; local workflow notes improved...
Fix numerous PHP 8.1 "strlen(null)" exceptions which block rendering the Applications page
Garr, I screwed up again with branches. Diff 552 is correct. Diff 553 is wrong and includes also stuff for T15295. Sorry, arc has... a learning curve for me. :(
Fix numerous PHP 8.1 "strlen(null)" exceptions which block rendering the Dashboard page
Apr 28 2023
Apr 27 2023
In T15283#6919, @valerio.bozzolan wrote:By the way I don't know why you receive an error 500 for the favicon :) Maybe that deserves a separated troubleshooting
Note that this has some inevitable overlap with D25132.
@valerio.bozzolan: Thanks for the patience and explanations! Noted, and I'll stick to branches now to hopefully avoid creating more mess.
Apr 26 2023
@valerio.bozzolan: Thanks for solving this mystery! You were correct that php-fpm is installed. My <VirtualHost> entry in /etc/httpd/conf/httpd.conf defines ErrorLog /var/log/httpd/error_log. But the PHP stacktraces are in /var/log/php-fpm/www-error.log - I found them now.
arc is extremely demotivating (or under-documented). I ran
$:acko\> ../arcanist/bin/arc diff --base arc:prompt
Fix PHP 8.1 "strlen(null)" exceptions to render the Account Creation page
Apr 25 2023
Merged as part of D25131 instead
Fixed by merging D25131 instead.
@valerio.bozzolan: Thank you for your patience with me! :)