$ git show commit d519f75dfdee61bb109468aa708c47f53f3e5128 (HEAD -> stable, origin/stable) Author: Mark Jervelund <EMAIL-REDACTED> Date: Mon Feb 12 11:51:24 2024 +0100
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jun 19 2024
@revi: Could you please double-check and confirm that the line 144 in <phorge>/src/infrastructure/editor/PhabricatorEditorURIEngine.php is
'n' => $this->escapeToken($repository->getRepositorySlug()),
in your installation? Thanks in advance!
Jun 11 2024
Jun 10 2024
Jun 9 2024
So PHP, very wow
Jun 8 2024
Jun 7 2024
Jun 5 2024
May 30 2024
May 19 2024
May 17 2024
May 15 2024
I don't know if the file is really related, but PhabricatorDocumentRenderingEngine can be seen in scene while surfing a Diffusion repository and playing with View Options.
May 14 2024
May 13 2024
May 11 2024
May 10 2024
May 9 2024
Wow you are fast. I was going to create this :D I can reproduce
May 3 2024
Apr 26 2024
Apr 19 2024
Apr 18 2024
Apr 15 2024
Apr 4 2024
Apr 3 2024
Apr 2 2024
Looking at the mentioned question, it seems a NULL pointer arrives as first argument in phutil_encode_log(). Fortunately that function is used by only 3 places:
Apr 1 2024
Mar 31 2024
Mar 29 2024
Mar 21 2024
Mar 1 2024
Second issue got already fixed by rPa7fb04f96c92d4ff57ac8c01213e6dd73a03f5d6 which wasn't linked to this ticket
@jeanguyomarch: If you could provide stacktraces of these issues, that would be awesome.
First part is D25483
Feb 23 2024
Feb 13 2024
Feb 12 2024
On it, thank you!
My friend, I think you are affected by this change, and this applies to whatever PHP version
I'm on the latest pull, commit f81e821abf2b275d1778d02a018a4d0af7208be8.
A bit off topic here :) but I'll quickly sum up the issue I'm having (and am in the middle of trying things to fix):
- Visiting https://[phorge instance]/auth/config/view/2/, where my Github auth item is, makes nginx dump a blank 502 page, no further info.
- First instinct is to check the /var/log/nginx/error.log, where I get a PHP stack trace concatenated into one line, and an nginx header length error (reformatted for readability. the PHP error is truncated):
Oh, totally possible that I forgot to update it :)
I'll take your word on it that it's supported, though the current installation guide says otherwise.
Further, I had a few roadbumps on a fresh install to a new server with PHP 8, that I suspect may relate to strlen(NULL) behavior, but I did need to set up PHP 7 to make sure that was or wasn't the case.
(I'm in the process of reproducing those and working out a possible cause or trace. Some manifested as warning banners, one as a 502 on my end in the GitHub auth provider.)
We already support PHP 8...