Thanks pgr, I have arrived at the same place, but I can’t find a column or field for ‘ut’ in the DB in the users or user preferences tables, or anywhere in Bean Land. I would be most interested to see the files field_arrays.php and vardefs.php from the …/modules/UserPreferences directory of a working 7.14.5 system. I may need to do a clean install of 7.14.5 if nobody can help.
You can find the original files in GitHub, start by going into the correct branch for your intended version, then navigate the directories to get to the file.
Some user preferences are stored inside a base64-encoded JSON field in user table.
Search these forums for base64decode to learn about this. It’s not too difficult to get and set those parameters manually, and it really helps troubleshooting.
Thanks pgr, much appreciated. I’m sure learning a lot!
1 Like