pref font family is empty

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
vahks
Posts: 4
Joined: 14 Feb 2020, 13:59

pref font family is empty

Post by vahks »

Hello,

i have migrated to the version 2.23
Everythings working well, but i have a problem in the account prefs page, the dropdown font family is empty and i don't understand why.

I have this message when i want to update the preference :

A required parameter to this page (font_family) was not found.
Please use the "Back" button in your web browser to return to the previous page. There you can correct whatever problems were identified in this error or select another action. You can also click an option from the menu bar to go directly to a new section.

Anyone have an idea about this ?

Thanks
vahks
Posts: 4
Joined: 14 Feb 2020, 13:59

Re: pref font family is empty

Post by vahks »

Hi,

i solved my problem.
In the config_defaults_inc.php, the g_font_family, g_font_family_choices and g_font_family_choices_local was missing. I added them manually and now it's good.

I don't know why during the migration these parameters are not added.

Cheers
atrol
Site Admin
Posts: 8375
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: pref font family is empty

Post by atrol »

vahks wrote: 17 Feb 2020, 07:35 In the config_defaults_inc.php, the g_font_family, g_font_family_choices and g_font_family_choices_local was missing.
Never ever change the original config_defaults_inc.php. All configuration should be done in config_inc.php.
Please use Search before posting and read the Manual
Post Reply