Einzelnen Beitrag anzeigen
  #5  
Alt 21.02.08, 17:06
freestyle85 freestyle85 ist offline
Forum Newbie
 
Registriert seit: 04.02.08
Alter: 23
Beiträge: 28
Frage

localconf.php


DANKE für deine Antwort!
Hier die funktionierende localconf.php:
Code:
<?php
$TYPO3_CONF_VARS['SYS']['sitename'] = 'New TYPO3 site';

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

$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';

$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 = 'wsssssss';    //  Modified or inserted by TYPO3 Install Tool.
$typo_db_password = 'dfdfdfdf';    //  Modified or inserted by TYPO3 Install Tool.
$typo_db_host = 'localhost';    //  Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['SYS']['encryptionKey'] = 'bdfdfdfdff';    //  Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['SYS']['compat_version'] = '4.1';    //  Modified or inserted by TYPO3 Install Tool.
$typo_db = 'udfdfdf';    //  Modified or inserted by TYPO3 Install Tool.
// Updated by TYPO3 Install Tool 30-04-2006 16:46:05
$TYPO3_CONF_VARS['EXT']['extList'] = 'css_styled_content,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,t3skin,static_info_tables,templavoila,realurl';    // Modified or inserted by TYPO3 Extension Manager. 
$TYPO3_CONF_VARS['EXT']['extConf']['templavoila'] = 'a:1:{s:7:"enable.";a:1:{s:13:"oldPageModule";s:1:"0";}}';    //  Modified or inserted by TYPO3 Extension Manager.
$TYPO3_CONF_VARS['EXT']['extConf']['realurl'] = 'a:3:{s:10:"configFile";s:26:"typo3conf/realurl_conf.php";s:14:"enableAutoConf";s:1:"1";s:14:"autoConfFormat";s:1:"0";}';    //  Modified or inserted by TYPO3 Extension Manager.
// Updated by TYPO3 Extension Manager 16-02-08 23:57:17

$TYPO3_CONF_VARS['EXTCONF'] ['realurl'] ['_DEFAULT'] = array(

       'init' => array(

              'enableCHashCache' => 1,

              'enableUrlDecodeCache' => 1,

              'enableUrlEncodeHash' => 1,

       ),

                   
        'pagePath' => array(

           'type' => 'user',

           'userFunc' => 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',

           'spaceCharacter' => '-',

           'languageGetVar' => 'L',

           'expireDays' => 3,

           'rootpage_id' => '169'

    ),



        'fileName' => array (

           'defaultToHTMLsuffixOnPrev' => 1,

           'index' => array(

                  'page.html' => array(

                         'keyValues' => array (

                                'type' => 1,

                         ),

                  ),

           ),

    ),

        'fixedPostVarSets' => array(

       ),

           'postVarSets' => array(

              '_DEFAULT' => array(

                     'period' => array (

                            array (

                                   'condPrevValue' => -1,

                                   'GETvar' => 'tx_ttnews[pS]',

                                   //'valueMap => array()

                            ),

                            array (

                                   'GETvar' => 'tx_ttnews[pL]',

                                   //'valueMap => array()

                            ),        

                            array (

                                   'GETvar' => 'tx_ttnews[arc]',

                                   'valueMap' => array(

                                   'non-archived' => -1,

                                ),

                         ),

                  ),

                   'browse' => array (

                      array (

                             'GETvar' => 'tx_ttnews[pointer]',

                      ),

               ),

                       'select' => array (

                      array (

                             'GETvar' => 'tx_ttnews[cat]',

                             'lookUpTable' => array (

                                    'table' => 'tt_news_cat',

                                    'id_field' => 'uid',

                                    'alias_field' => 'title',

                                    'addWhereClause'=> 'AND NOT deleted',

                                    'useUniqueCache'=> 1,

                                    'useUniqueCache_conf' => array (

                                           'strtolower' => 1,

                                           'spaceCharacter' => '-',

                                    ),

                             ),

                      ),

               ),

                        'article' => array( 

                   array (

                          'GETvar' => 'tx_ttnews[backPid]',

                          // 'valueMap => array(

                          // ),

                   ),

                   array (

                          'GETvar' => 'tx_ttnews[tt_news]',

                          'lookUpTable' => array (

                              'table' => 'tt_news',

                              'id_field' => 'uid',

                              'alias_field' => 'title',

                              'maxLength' => 12,

                              'addWhereClause'=> 'AND NOT deleted',

                              'useUniqueCache'=> 1,

                              'useUniqueCache_conf' => array (

                                     'strtolower' => 1,

                                     'spaceCharacter' => '-',

                              ),

                       ),

                ),

            ),

        ),

    ), 

);
?>

Hier nach der Installation einer Extension:
Code:
## INSTALL SCRIPT EDIT POINT TOKEN - all lines after this points may be changed by the install script!

$TYPO3_CONF_VARS['EXT']['extConf']['th_mailformplus'] = 'a:1:{s:12:"useReference";s:1:"1";}';    //  Modified or inserted by TYPO3 Extension Manager.
$TYPO3_CONF_VARS['EXT']['extList'] = 'css_styled_content,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,t3skin,static_info_tables,templavoila,realurl,th_mailformplus';    //  Modified or inserted by TYPO3 Extension Manager.
// Updated by TYPO3 Extension Manager 21-02-08 16:58:18
<?php$TYPO3_CONF_VARS['SYS']['sitename'] = 'New TYPO3 site';    // Default password is "joh316" :$TYPO3_CONF_VARS['BE']['installToolPassword'] = 'bd45f79';$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';$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 = '0';    //  Modified or inserted by TYPO3 Install Tool.$typo_db_password = 'uZlkjbhlhl4';    //  Modified or inserted by TYPO3 Install Tool.$typo_db_host = 'localhost';    //  Modified or inserted by TYPO3 Install Tool.$TYPO3_CONF_VARS['SYS']['encryptionKey'] = 'bdf92df57fgadfg9';    //  Modified or inserted by TYPO3 Install Tool.$TYPO3_CONF_VARS['SYS']['compat_version'] = '4.1';    //  Modified or inserted by TYPO3 Install Tool.$typo_db = 'us_1';    //  Modified or inserted by TYPO3 Install Tool.// Updated by TYPO3 Install Tool 30-04-2006 16:46:05$TYPO3_CONF_VARS['EXT']['extList'] = 'css_styled_content,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,t3skin,static_info_tables,templavoila,realurl';    // Modified or inserted by TYPO3 Extension Manager. $TYPO3_CONF_VARS['EXT']['extConf']['templavoila'] = 'a:1:{s:7:"enable.";a:1:{s:13:"oldPageModule";s:1:"0";}}';    //  Modified or inserted by TYPO3 Extension Manager.$TYPO3_CONF_VARS['EXT']['extConf']['realurl'] = 'a:3:{s:10:"configFile";s:26:"typo3conf/realurl_conf.php";s:14:"enableAutoConf";s:1:"1";s:14:"autoConfFormat";s:1:"0";}';    //  Modified or inserted by TYPO3 Extension Manager.// Updated by TYPO3 Extension Manager 16-02-08 23:57:17$TYPO3_CONF_VARS['EXTCONF'] ['realurl'] ['_DEFAULT'] = array(       'init' => array(              'enableCHashCache' => 1,              'enableUrlDecodeCache' => 1,              'enableUrlEncodeHash' => 1,       ),                           'pagePath' => array(           'type' => 'user',           'userFunc' => 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',           'spaceCharacter' => '-',           'languageGetVar' => 'L',           'expireDays' => 3,           'rootpage_id' => '169'    ),        'fileName' => array (           'defaultToHTMLsuffixOnPrev' => 1,           'index' => array(                  'page.html' => array(                         'keyValues' => array (                                'type' => 1,                         ),                  ),           ),    ),        'fixedPostVarSets' => array(       ),           'postVarSets' => array(              '_DEFAULT' => array(                     'period' => array (                            array (                                   'condPrevValue' => -1,                                   'GETvar' => 'tx_ttnews[pS]',                                   //'valueMap => array()                            ),                            array (                                   'GETvar' => 'tx_ttnews[pL]',                                   //'valueMap => array()                            ),                                    array (                                   'GETvar' => 'tx_ttnews[arc]',                                   'valueMap' => array(                                   'non-archived' => -1,                                ),                         ),                  ),                   'browse' => array (                      array (                             'GETvar' => 'tx_ttnews[pointer]',                      ),               ),                       'select' => array (                      array (                             'GETvar' => 'tx_ttnews[cat]',                             'lookUpTable' => array (                                    'table' => 'tt_news_cat',                                    'id_field' => 'uid',                                    'alias_field' => 'title',                                    'addWhereClause'=> 'AND NOT deleted',                                    'useUniqueCache'=> 1,                                    'useUniqueCache_conf' => array (                                           'strtolower' => 1,                                           'spaceCharacter' => '-',                                    ),                             ),                      ),               ),                        'article' => array(                    array (                          'GETvar' => 'tx_ttnews[backPid]',                          // 'valueMap => array(                          // ),                   ),                   array (                          'GETvar' => 'tx_ttnews[tt_news]',                          'lookUpTable' => array (                              'table' => 'tt_news',                              'id_field' => 'uid',                              'alias_field' => 'title',                              'maxLength' => 12,                              'addWhereClause'=> 'AND NOT deleted',                              'useUniqueCache'=> 1,                              'useUniqueCache_conf' => array (                                     'strtolower' => 1,                                     'spaceCharacter' => '-',                              ),                       ),                ),            ),        ),    ), );?>
Mit Zitat antworten