[TYPO3] dbal bug?

Karsten Dambekalns karsten at typo3.org
Thu Jun 8 11:04:23 CEST 2006


Hi.

There is a bug report for this:
 http://bugs.typo3.org/view.php?id=3638

Torkil Svensgaard wrote:
> My installation was done from scratch with DBAL and works, sort of.
 ...
> $TYPO3_CONF_VARS['EXTCONF']['dbal']['table2handlerKeys'] = array (
>         'Candidate' => 'arpac',
>         'CountryCode' => 'arpac',
> );
 ...
> The two databases I use are actually different databases on the same MySQL
> installation and as the abovementioned behaviour seems wrong, I would
> hazard to guess at a bug, where Typo3 fails to do a database select,
> before table creation is performed.

For the record, what I wrote in the bug tracker:

 ----
Using localhost for differtn handlers doesn't work. Although the DBAL
internally has two different resource handles for the connections, PHP
connects top the wrong one.

Try using localhost for one connection and another hostname pointing to the
same IP for the second.
 ----


Karsten



More information about the TYPO3-english mailing list