You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I remember, some setups are configured fully read-only, or some admins don't want to let the web server write anything in the PHP tree, so they disable it.
GitMate.io thinks possibly related issues are #32230 (throw exception when .htaccess file is not writable), #34461 ([stable10] throw exception when .htaccess file is not writable), #18260 (Cannot setup stable8), #23207 (.htaccess RewriteRule brakes non-standard alias), and #25755 (home storage not writable).
exception should not be thrown on installation or update but only on occ maintenance:update:htaccess
whoever does that clearly wants to update the htaccess file and if that fails an exception should be thrown
As far as I remember, some setups are configured fully read-only, or some admins don't want to let the web server write anything in the PHP tree, so they disable it.
We should allow non-writable htaccess.
This PR #32230 makes it throw an exception.
We should soften it and output a warning on the console when it happens.
@individual-it
The text was updated successfully, but these errors were encountered: