Changing and saving new Configuration not working. #11

Open
opened 2024-01-31 13:52:37 +00:00 by oxido · 1 comment
  1. Get Bible (Dashboard)
  2. Options (right upper corner)
  3. Make any change in Get Bible Configuration
  • Set Activate Notes to: Yes

When I press the save or save & close buttons, the settings are not saved and I get redirected to Global Configuration.

1) Get Bible (Dashboard) 2) Options (right upper corner) 3) Make any change in Get Bible Configuration - Set Activate Notes to: Yes When I press the save or save & close buttons, the settings are not saved and I get redirected to Global Configuration.
Owner

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 file

max_input_vars = 3000

This is far from ideal, but is the only know workaround at this time. I am using:

max_input_vars = 5000

But for some that might not be needed... give it a try and let me know.

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` file ``` max_input_vars = 3000 ``` This is far from ideal, but is the only know workaround at this time. I am using: ``` max_input_vars = 5000 ``` But for some that might not be needed... give it a try and let me know.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: getBible/support#11
No description provided.