Check and/or give insight into PHP configuration #148
Labels
No labels
Component: User interface
Component: Wymeditor
Help wanted
Level: Difficult
Level: Easy
Level: Moderate
Pagetype: Festival
Pagetype: Mailinglist
Pagetype: Peer reviewed article
Pagetype: Text
Privacy GDPR AVG
status: has conflicts
Status: Needs changes
Status: Needs discussion
Status: Needs review
Status: Ready to merge
Status: Waiting for response
Type: Bug
Type: Enhancement
Type: Question
Usecase: De Stadsbron
Usecase: Koppelting
Usecase: MeetjeStad
Value: Coders
Value: Security
Value: Users
Value: Visitors
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
harmen/hypha#148
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It would be useful if (admin) users can somewhere (settings screen?) inspect the PHP configuration, for things like max upload size, mod_rewrite support, file permissions, etc. Most of this stuff can probably be queried by php (e.g. it is also shown in phpinfo).
Of particular note is the mod_rewrite and .htaccess support, which would be useful to check in hypha.php already during installation. Things to check for:
I'm not sure if these latter two are easily checked, though I think that we can add something to .htaccess that allows checking if the .htaccess is applied (e.g. adding a dummy env var for example). I remember another project that did something clever for this, but I can't quite remember...