The id of Import and export in the settings table, the bool value it should be equal to1.
Perform the sql below and use the syncher (version 10.4.9 and upper).
update settings set boolvalue =1 where id='import'
update settings set boolvalue =1 where id='export'