[Typo3-dev] Naming errors in EXT

Dmitry Dulepov typo3 at fm-world.ru
Thu Nov 24 12:53:14 CET 2005


Hi!

Rainer Kuhn wrote:
> Same error seems to occur with TYPO3 3.8.0 Kickstarter (v0.2.1) when
> extending the fe_users table:
> 
> "Naming errors:	tables	fe_users fe_users"
> 
> AFAIR this did not happen with former versions of TYPO3/Kickstarter when
> extending the fe_users table...

Easy to solve: manually edit ext_emconf.php:

---------------
-    'modify_tables' => '',
+    'modify_tables' => 'fe_users',
---------------

Dmitry.




More information about the TYPO3-dev mailing list