[TYPO3-UG Spain] Ayuda con DBAL

Diego Alejandro Muñoz Díaz dmunoz at iie.ufro.cl
Tue Feb 7 20:07:41 CET 2006


Hola a todos:

   Buenoo,  el problema que tenia ayer ya lo pude solucionar, ya que
piye la extension ADOdb, pero ahora tengo problemas al configurar el
localconf.php, ya que copio las lineas al cual sale en el manual del
DBAL, pero me da un error, pero buscando en internet llegue a encontrar
lo siguiente: 

$TYPO3_CONF_VARS['EXTCONF']['dbal']['handlerCfg'] = array (
 '_DEFAULT' => array (
  'type' => 'adodb',
  'config' => array(
   'driver' => 'oci8',
   'username' => 'username',
   'password' => '',
   'host' => 'localhost',
   'database' => 'testdbOracle'
  )
 )
);

$typo_db_username = 'username';
$typo_db_password = '';
$typo_db_host = 'localhost';
$typo_db = 'testdbOracle';



$TYPO3_CONF_VARS['EXT']['extList'] =
'tsconfig_help,context_help,extra_page_cm_options,rte,impexp,sys_note,tstemplate,tstemplate_ceditor,tstemplate_info,tstemplate_objbrowser,tstemplate_analyzer,tstemplate_styler,func_wizards,wizard_crpages,wizard_sortpages,lowlevel,install,belog,beuser,phpmyadmin,aboutmodules,imagelist,setup,taskcenter,sys_notepad,taskcenter_recent,taskcenter_rootlist,info_page,tsconfig,viewpage,dbal';

y con eso me funciona el instalador, pero no se si esta bien para que
funcione con oracle.

De ante mano muchas gracias

Atte.


-- 
-------------------------------------------
Diego Muñoz Díaz
Area Gestión de Políticas Públicas.
Instituto de Informática Educativa.
--------------------------------------------





More information about the TYPO3-UG-spain mailing list