I can reproduce, looks like the change in src/applications/conpherence/controller/ConpherenceViewController.php is the culprit.
No clue what's a correct fix, thus proposing to revert the entire commit.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Apr 22 2025
Automagically deploying the latest unexpectedly faulty commit may make this instance unusable, thus likely not latest stable.
Apr 21 2025
I guess I should add a big This is untested banner here
Don't check twice for account status; already covered by query parameter
Clean my local dir from other experiments
In T15056#21737, @danielyepezgarces wrote:
Apr 17 2025
Apr 16 2025
This might be a bad idea after looking up more docs:
Apr 15 2025
Apr 14 2025
Thanks! Accepting per testing in D25956#25577
Apr 13 2025
Apr 12 2025
In D25900#25559, @mainframe98 wrote:I had to go dig for this, but from what I understand of looking at PhabricatorMetaMTAMailProperties, which is the class now responsible for this functionality, creating a mail key only happens when its loadMailKey method is called. That method is only called when email functionality engaged.
Thanks! Small nitpick: I'd probably change @deprecated call Exception::getPrevious directly. to @deprecated Call Exception::getPrevious() directly.
What is (or rather was, I guess) that mailKey thingie good for? Or more relevant, I assume it's intentional after performing the Test Plan steps above that creating a new Paste does not create a new row in phabricator_metamta.metamta_mailproperties?
Apart from that, seems to work as expected. :) Thanks!
Apr 11 2025
git rebase master
Strip proceeding slash of path; wrap error message in quotation marks
Apr 10 2025
Only expose last call location if phabricator.developer-mode is set
Thanks! Indeed I should have tested this more.
Apr 9 2025
Apr 8 2025
Apr 7 2025
@mturdus: Could you land this one please, or would you like any help? Thanks!
- Apply this patch on a Fedora 42 system with PHP 8.4.5. php -m listed mysqli, mysqlnd, pdo_mysql etc.
- Uninstall php-mysqlnd package. After reboot, php -m does not list those three modules anymore, and Phorge complains Required PHP extensions are not installed: mysqli as expected.
- Install package again, Phorge works: "Unresolved setup issues" still lists the same MySQL related stuff as before; /config/clusters/databases shows entry as usual; successfully filed a Maniphest task.
- Open /etc/php.ini and set mysqli.allow_local_infile = On. Restart Apache HTTPD. "Unresolved setup issues" in Phorge shows Unsafe "MySQL "local_infile" Setting Enabled as expected.