Project

General

Profile

Bug #105693

Updated by Philipp Kitzberger about 18 hours ago

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

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

 After dropping them the problem is gone. 

 We noticed this problem first in version 12.4.22. But it's occurring on the current main branch as well! 

 How to reproduce: 
 * @ALTER TABLE be_users ADD column zzz_deleted_cruser_id INT(11);@ 
 * Try and save a BE user record 

 It's not reproducible with other tables such as @tt_content@!  

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

Back