This question/problem came up in the Backdrop CMS issue queue. The problem arose when someone was porting a D7 module that stored configurations at the root level of the field instance definition. Those custom configurations did not get saved. Backdrop doesn't allow custom configurations at the root level of the instance - it restricts that level to specific, pre-defined keys, and ignores everything else.
The solution is to modify the custom module to store its custom configurations inside the settings
element of the instance array. Then it will get saved. For example, you could store your settings like so:
$instance['settings']['my_module'] = array('setting_1' => 'asdf', 'settings_2' => 'zxcv');
Recent comments
Thanks for the suggestions ! site/admin/reports/status/php reports that the OpenSSL module is present : PHP Version 8.3.17 ... OpenSSL support enabled OpenSSL Library Version OpenSSL 3.0....
Failed to get available update data
Maybe use 01, 02, 03...
Book child page ordering by nodeid
You can easily check phpinfo() by going to the Status Report (admin/reports/status) and clicking the link against the PHP item:
Failed to get available update data
PHP Openssl is missing perhaps? I know you've stated that it's there, but if it's having issues loading for any reason, it will fail with updates. Try doing a phpinfo(); call to check...
Failed to get available update data
I sent you a note on your website Thanks
Packaged Install to replace Facebook Group