Having a problem Saving Changes in System Config #21

Closed
opened 2024-06-04 15:07:47 +00:00 by ladonnamcgee · 2 comments

Hi, just installed GetBible and I love it. Now I am not coding savvy I more of a designer however I install most of my Joomla stuff as I need it so I please ask that you explain instructions like I am a 5 year old LOL. Okay so Now my challenge is that I am not able to save changes to the Get Bible in the Global Configurations at all. I would make my changes, click on "Save" and nothing happens hummmm. Please help am I missing something? Take care!

Hi, just installed GetBible and I love it. Now I am not coding savvy I more of a designer however I install most of my Joomla stuff as I need it so I please ask that you explain instructions like I am a 5 year old LOL. Okay so Now my challenge is that I am not able to save changes to the Get Bible in the Global Configurations at all. I would make my changes, click on "Save" and nothing happens hummmm. Please help am I missing something? Take care!
Owner

Are you seeing a message like this:
image

This is the PHP.ini file suggested settings (depending on the location, and use case):

max_execution_time = 124
max_input_time = 1500
max_input_vars = 5000
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
upload_max_filesize = 256M
post_max_size = 256M
memory_limit = 256M
Are you seeing a message like this: ![image](https://git.vdm.dev/attachments/9ed3ce36-ddb3-4631-b331-b0a4c938435a) This is the PHP.ini file suggested settings (depending on the location, and use case): ``` max_execution_time = 124 max_input_time = 1500 max_input_vars = 5000 error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT upload_max_filesize = 256M post_max_size = 256M memory_limit = 256M ```
Author

Yes and I corrected the problem thank you so much for your feedback and quickly. Appreciate you! Take care!!

Yes and I corrected the problem thank you so much for your feedback and quickly. Appreciate you! Take care!!
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#21
No description provided.