Changing and saving new Configuration not working. #11
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: getBible/support#11
Loading…
Reference in New Issue
Block a user
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?
When I press the save or save & close buttons, the settings are not saved and I get redirected to Global Configuration.
This is due to a PHP limitation... which is painful and I have wondered what I can do to change this, like moving many of the configuration to their own table/view...
There is a quick-fix for this if you can update the PHP your system is running:
In your
php.ini
fileThis is far from ideal, but is the only know workaround at this time. I am using:
But for some that might not be needed... give it a try and let me know.