I mark as phorge.it install since it also affects this website.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jun 5 2023
May 7 2023
Apr 6 2023
Mar 25 2023
Mar 23 2023
After your change, it seems Evan fixed this as well, but with a different approach:
Nov 11 2022
Nov 7 2022
Well, I did ask for this to be converted into a revision, so I'm OK getting added as a reviewer. Sorry for the delay, I've been on vacation.
Nov 5 2022
@tiguchi you don't have to add reviewers yourself.
Oct 23 2022
In T15105#3252, @tiguchi wrote:In T15105#3239, @Matthew wrote:In T15105#3233, @tiguchi wrote:As a bandaid I patched the extractFilePHIDs method in PholioImageFileTransaction.php by adding a nested foreach loop as follows:
foreach ($new_phids as $phids) { foreach ($phids as $phid) { $file_phids[] = $editor->loadPholioImage($object, $phid) ->getFilePHID(); } }This fixes the problem on our installation for now, but I would like to avoid having to manage any local changes
Would you be willing to create a revision so we can put that fix into upstream? If you're not sure how, or need some help, feel free to ping me!
I just submitted a patch and ran into issues with running unit tests. It seems like the tests expect me to set up a MySQL database. I submitted the patch with arc diff --nounit if that's OK with you
Oct 21 2022
In T15105#3239, @Matthew wrote:In T15105#3233, @tiguchi wrote:As a bandaid I patched the extractFilePHIDs method in PholioImageFileTransaction.php by adding a nested foreach loop as follows:
foreach ($new_phids as $phids) { foreach ($phids as $phid) { $file_phids[] = $editor->loadPholioImage($object, $phid) ->getFilePHID(); } }This fixes the problem on our installation for now, but I would like to avoid having to manage any local changes
Would you be willing to create a revision so we can put that fix into upstream? If you're not sure how, or need some help, feel free to ping me!
Oct 18 2022
In T15105#3233, @tiguchi wrote:As a bandaid I patched the extractFilePHIDs method in PholioImageFileTransaction.php by adding a nested foreach loop as follows:
foreach ($new_phids as $phids) { foreach ($phids as $phid) { $file_phids[] = $editor->loadPholioImage($object, $phid) ->getFilePHID(); } }This fixes the problem on our installation for now, but I would like to avoid having to manage any local changes
Oct 16 2022
In addition to the above, it seems that commit d017f3f21021 is what broke this. And adjustTransactionValues is what changes the xaction from
Array ( [+] => Array ( [0] => PHID-PIMG-m5pqg3eec46uvzw6uynm )
Oct 15 2022
Small update: I just migrated our Phabricator installation to Phorge following the instructions in Update From Phabricator. The migration worked, but we still cannot upload new mockups.
Sep 29 2022
I'm unable to reproduce this issue, after trying on multiple installs. I'm going to release this for someone else to take a try.
Aug 9 2022
I'll see if I can reproduce this error.