.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../../../../Includes.txt .. _developers_mapping_feusers_check: Check it! ========= You can check your configuration with * Modul System > Configuration Clear Cache ----------- Please clear the TYPO3 backend cache. $GLOBALS['TCA'] --------------- * Modul System > Configuration: [$GLOBALS['TCA']] columns ''''''' The table fe_users must have some columns like: * fe_users.columns.immo24* ctrl.immo24 ''''''''''' The table fe_users must have the new ctrl property immo24 like: * fe_users.ctrl.immo24 Your file structure ------------------- This should be a cutout of the file structure of your extenion, if your extension is called "yourextension". .. code:: php netzmacher@typo3.org:.../ext/yourextension# tree . ├── Configuration │   └── TCA │   └── Overrides │   ├── fe_users │   │   ├── columns.php │   │   └── mapping.php │   └── fe_users.php ├── ext_tables.sql └── Resources └── Private └── Language ├── de.fe_users.xlf └── fe_users.xlf