Project

General

Profile

Bug #105693

Updated by Philipp Kitzberger about 19 hours ago

When having a table column in `be_users` that doesn't correspond to a TCA field definition it's impossible to update a BE user record due tu a ColumnDoesNotExistException: "There is no column with name xyz on table abc" record. 

 This can happen after doing DB compare and having fields renamed to @zzz_deleted_...@ 

 After dropping them the problem is gone. 

 !Bildschirmfoto%20vom%202024-11-25%2011-02-45.png!

Back