Antwort
 
LinkBack Themen-Optionen Thema bewerten Ansicht
  #1  
Alt 31.05.08, 20:26
Forum Zuschauer
 
Registriert seit: 31.05.08
Beiträge: 1

Typo3 und PostgreSQL


Hi,

ich möchte Typo3 mit PostgreSQL verwenden. Die beiden Extensions "adodb" und "dbal" habe ich nach typo3conf/ext kopiert und meine localconf.php sieht wie folgt aus:

Code:
<?php

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

$TYPO3_CONF_VARS['EXT']['extList'] = 'tsconfig_help,context_help,extra_page_cm_options,impexp,sys_note,tstemplate,tstemplate_ceditor,tstemplate_info,tstemplate_objbrowser,tstemplate_analyzer,func_wizards,wizard_crpages,wizard_sortpages,lowlevel,install,belog,beuser,aboutmodules,setup,taskcenter,info_pagetsconfig,viewpage,rtehtmlarea,css_styled_content,t3skin';

$TYPO3_CONF_VARS['EXTCONF']['dbal']['handlerCfg'] = array (
           '_DEFAULT' => array (
                     'type' => 'adodb',
                     'config' => array(
                     'driver' => 'postgres',
           )
                                                                                     )
                                                                                  );
$TYPO3_CONF_VARS['EXT']['extList'] .= ',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!

$typo_db_username = 'cms';    //  Modified or inserted by TYPO3 Install Tool.
$typo_db_password = 'xxx';    //  Modified or inserted by TYPO3 Install Tool.
$typo_db_host = 'db.robustsoft.de';    //  Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['SYS']['encryptionKey'] = 'f194e22817430afb78e251dd59aa14f5';    // Modified or inserted by TYPO3 Install Tool. 
$TYPO3_CONF_VARS['SYS']['compat_version'] = '4.2';    //  Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['BE']['installToolPassword'] = 'aaa66d5516497357ef858307348ecd40';    //  Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['FE']['disableNoCacheParameter'] = '0';    //  Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['GFX']["im_path"] = '/usr/bin/';    //  Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['GFX']['im_version_5'] = 'gm';    //  Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['SYS']['sitename'] = 'Robustsoft';    //  Modified or inserted by TYPO3 Install Tool.
// Updated by TYPO3 Install Tool 31-05-08 19:16:03
?>
Wenn ich jedoch im 1-2-3-Install-Tool versuche, mit der Datenbank zu verbinden, bekomme ich:

Code:
Warning: mysql_query:smile:sad: supplied argument is not a valid MySQL-Link resource in /srv/www/typo3/t3lib/class.t3lib_db.php on line 987
Woran könnte das liegen? Wie stelle ich auf PostgreSQL um?
__________________
Gruß,
Patrick
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
Antwort

Lesezeichen

Themen-Optionen
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
Typo3 4.1.5, PostgreSQL 8x, AdoDB und Dbal Isabell TYPO3 4.x Fragen und Probleme 0 08.01.08 13:43
dbal (mit PostgreSQL) für eigene Extension nutzen Rainer Extension modifizieren oder neu erstellen 3 15.05.07 17:42


Alle Zeitangaben in WEZ +1. Es ist jetzt 20:32 Uhr.


Powered by vBulletin® Version 3.7.3 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0