[TYPO3-dev] DBAL error on fe_groups,pages
Martin Kutschker
martin.kutschker-n0spam at no5pam-blackbox.net
Sat Feb 24 19:36:52 CET 2007
R. van Twisk schrieb:
> Hey Guys,
>
>
> for a DB I am designing I need to move just a couple of tables
> externally to PostgreSQL
> so I can create references from other tables to the fe_groups table to
> other tables.
>
> Now I did that I get this error:
>
> DBAL fatal error: Tables in this list "fe_groups,pages" didn't use the
> same DB handler!
>
> The error originates from tsfebeuserauth (I think).
>
> Should I just goahead and move everything to PostgreSQL?
All tables that are joined together in a single query must reside in the
same DB. The DBAL errors will tell you which ;-)
Masi
More information about the TYPO3-dev
mailing list