@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Make "No configured storage engine" slightly clearer by specifying why.

Summary: Inspired by T16386. While there are other reasons this could happen the likeist one is that the file size is too large.

Test Plan: Try to upload a file larger than (in the Phorge default config) 1MB, see new error.

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, aklapper, Cigaryno

Differential Revision: https://we.phorge.it/D26569

Pppery 59edcaec 614e6756

+2 -1
+2 -1
src/applications/files/storage/PhabricatorFile.php
··· 340 340 pht( 341 341 'No configured storage engine can store this file. See '. 342 342 '"Configuring File Storage" in the documentation for '. 343 - 'information on configuring storage engines.')); 343 + 'information on configuring storage engines. '. 344 + 'This is likely because the file is too large.')); 344 345 } 345 346 } 346 347