In the TCA configuration for tx_femanager_domain_model_log field 'user' is a typo for foreign_table:
'foreign_table' => 'fe_user' but this needs to be 'fe_users'
Thus resulting in an error:
Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1439569743: Field user of table tx_femanager_domain_model_log reference to foreign table fe_user, but this table is not defined in TCA
In the TCA configuration for tx_femanager_domain_model_log field 'user' is a typo for foreign_table:
'foreign_table' => 'fe_user' but this needs to be 'fe_users'
Thus resulting in an error:
Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1439569743: Field user of table tx_femanager_domain_model_log reference to foreign table fe_user, but this table is not defined in TCA