[TYPO3-dev] Typo3 and Oracle

Tobias Hochgürtel tobias at thochguertel.de
Tue Mar 4 09:28:16 CET 2008


I have set displayerrors, but Now I get an error because, Username and Password
are wrong.. 



Here my localconf.php File:

I have changed Password and the DNS name for pasting in this mail...

Warning: ociplogon() [function.ociplogon
[http://gisvms31.gis.goodyear.com/typo3/install/function.ociplogon]]: ORA-01017:
invalid username/password; logon denied in
/srv/www/htdocs/typo3conf/ext/adodb/adodb/drivers/adodb-oci8.inc.php on line 216

But Username and password is right. 

The Database is an Oracle 8.1.7.4 on SunOS 5.9.



<?php
$TYPO3_CONF_VARS['SYS']['sitename'] = 'New TYPO3 site';

    // Default password is "joh316" :
$TYPO3_CONF_VARS['BE']['installToolPassword'] =
'f5d8699040f579a4e43d35a0cb6567c9';

$TYPO3_CONF_VARS['EXT']['extList'] =
'tsconfig_help,context_help,extra_page_cm_options,impexp,sys_note,tstemplate,tst
emplate_ceditor,tstemplate_info,tstemplate_objbrowser,tstemplate_analyzer,func_w
izards,wizard_crpages,wizard_sortpages,lowlevel,install,belog,beuser,aboutmodule
s,setup,taskcenter,info_pagetsconfig,viewpage,rtehtmlarea,css_styled_content,t3s
kin,adodb,dbal';

$typo_db_extTableDef_script = 'extTables.php';

## INSTALL SCRIPT EDIT POINT TOKEN - all lines after this points may be changed
by the install script!

$TYPO3_CONF_VARS['EXTCONF']['dbal']['handlerCfg'] = array (
 '_DEFAULT' => array (
  'type' => 'adodb',
  'config' => array(
   'driver' => 'oci8',
  )
 ),
);

$TYPO3_CONF_VARS['EXTCONF']['dbal']['debugOptions']     = array(
'enabled' => TRUE, 
'printErrors' => TRUE,
'EXPLAIN' => 1,
'parseQuery' => 1,
'joinTables' => 1
);

$typo_db_username = 'tvetdba';
$typo_db_password = 'foo12as';
$typo_db_host = 'gisrv1.gis.company.com';
$typo_db = 'gnwt';

#$TYPO3_CONF_VARS['GFX']['TTFdpi'] = '92';    //  Modified or inserted by TYPO3
Install Tool.
#$typo_db_username = 'root';    //  Modified or inserted by TYPO3 Install Tool.
#$typo_db_password = 'test123';    //  Modified or inserted by TYPO3 Install
Tool.
#$typo_db_host = 'localhost';    //  Modified or inserted by TYPO3 Install Tool.
#$TYPO3_CONF_VARS['SYS']['encryptionKey'] =
'163a05ed982becd82e9fc02652225eb7';    // Modified or inserted by TYPO3 Install
Tool. 
#$TYPO3_CONF_VARS['SYS']['compat_version'] = '4.1';    //  Modified or inserted
by TYPO3 Install Tool.
#$typo_db = 't3_test';    //  Modified or inserted by TYPO3 Install Tool.
#$TYPO3_CONF_VARS['GFX']['TTFdpi'] = '92';    //  Modified or inserted by TYPO3
Install Tool.
#$TYPO3_CONF_VARS['SYS']['sitename'] = 'TVET Homepage';    //  Modified or
inserted by TYPO3 Install Tool.
// Updated by TYPO3 Install Tool 03-03-08 18:22:15
?>

Steffen Kamper <steffen at sk-typo3.de> hat am 4. März 2008 um 09:20 geschrieben:

> 
> "Tobias Hochgýrtel" <tobias at thochguertel.de> schrieb im Newsbeitrag 
> news:mailman.4998.1204616907.5943.typo3-dev at lists.netfielders.de...
> Good Morning,
> 
> not I have enabled display errors and have seen that I must set an global
> Variable for the libarays of Oracle. Now I can connect to the Database with 
> an
> littel test code in PHP.
> 
> But Typo3 gives me back only a white page...
> 
> 
> Hi,
> 
> whitepage means that a php error occured. Set displayErrors in installer or 
> localconf to see what's happened.
> 
> vg  Steffen 
> 
> 
> _______________________________________________
> TYPO3-dev mailing list
> TYPO3-dev at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev




More information about the TYPO3-dev mailing list