[Typo3-dev] Naming errors
    Oliver Klee 
    typo3-german-01 at oliverklee.de
       
    Thu Jun  2 23:28:18 CEST 2005
    
    
  
Hi,
Elmar Hinz wrote:
> I try to extent table 'fe_users' with a mm relation to a category. It
> works but the Extension Manager > Information gives me the following
> error message.
> 
> Naming errors:    tables   
> fe_users_user_test_category_mm    fe_users_user_test_category_mm
> fe_users    fe_users
If you do this in an extension, your extension key need to be part of
the field names (I guess this rules exists to avoid naming conflicts).
As as example, if your extension key is "tictac", all your class, table
and field names must start with "tx_tictac_", e.g. "tx_tictac_category".
HTH
Oliver
    
    
More information about the TYPO3-dev
mailing list