[TYPO3] problem with dbal & adodb

Marty Martin croakingtoad at gmail.com
Wed May 3 22:56:23 CEST 2006


I have installed TYPO3 and the dummy site on my server (IIS & PHP 5).  I
have also added the dbal and adodb extensions to /typo3conf/ext/.  I have
edited my localconf.php and added the following--

$TYPO3_CONF_VARS['EXTCONF']['dbal']['handlerCfg'] = array (
    '_DEFAULT' => array (
        'type' => 'native',
        'config' => array(
            'username' => 'php.ccs-inc.com',        // Set by default
(overridden)
            'password' => 'php.ccs-inc.com',        // Set by default
(overridden)
            'host' => 'ccs-db-1.ccs.local',            // Set by default
(overridden)
            'database' => '',                // Set by default (overridden)
            'driver' => 'mssql',            // ONLY "adodb" type; eg.
"mysql"
            )
        ),
    );


$TYPO3_CONF_VARS['EXT']['extList'] .= ',adodb,dbal';

but when I try to load any page I am now getting this error--



--
Marty Martin
REALTOR
Park Place REALTORS

m (540) 397-0014
h  (540) 265-6876
o  (540) 342-1010

e  croakingtoad at gmail.com



More information about the TYPO3-english mailing list