![]() |
| | LinkBack | Themen-Optionen | Thema durchsuchen | Thema bewerten | Ansicht |
|
#1
| ||||
| ||||
Hallo zusammen. Ich habe soeben RealURL installiert und danach die localconf davon beendet. Nun komme ich nicht mehr ins BE, und krieg nur noch diese Fehlermeldung wenn ich irgendwas rund um mein T3 aufrufen will: Code: Parse error: parse error, unexpected T_STRING, expecting ')' in /typo3conf/temp_CACHED_ps8158_ext_localconf.php on line 582 Weiss jenand von euch was ich jetzt noch tun kann um meine Page zu retten?
__________________ MFG Tobias Ich verwende TYPO3 4.1.2 und die aktuellen PHP-/MySQL-Versionen. Geändert von tob1as (31.10.07 um 09:56 Uhr). |
|
#2
| |||
| |||
| Du musst deine localconf.php anpassen. Dort hast du anscheinend eine klammer zuviel oder zuwenig drin. Das überhaupt wieder etwas geht kannst du einfach die Datei /typo3conf/temp_CACHED_ps8158_ext_localconf.php löschen! |
|
#3
| ||||
| ||||
| Hallo gbauer Danke für deine Antwort. Wenn ich die /typo3conf/temp_CACHED_ps8158_ext_localconf.php lösche, wird automatisch wieder eine neue erstellt bei Aufruf der Seite. Die localconf habe ich gar nicht angepasst nur die ext_localconf.php der RealURL-Extension. Kann man sonst noch was tun?
__________________ MFG Tobias Ich verwende TYPO3 4.1.2 und die aktuellen PHP-/MySQL-Versionen. |
|
#4
| ||||
| ||||
| der fehler ist klarerweise dort drinnen und den musst du dort beseitigen
__________________ TYPO3 3.7./3.8.X/4.0.X/4.1.1 just2b.com | Google Maps | SmoothGallery | Das grösste werbefreie TYPO3 Forum typo3.net | Content-Management-Systeme mit TYPO3 & RedDot |
|
#5
| ||||
| ||||
| Ich habe dort keine Berechtigung etwas zu ändern, erscheint als ich es bearbeiten möchte. Wie kann ich das umgehen? Die Datei temp_CACHED_ps8158_ext_localconf.php wird immer erstellt sobald ich die Seite aufrufe, ich kann sie gar nicht bearbeiten! Nützt es evtl. etwas wenn ich in meinem TS Template den Bereich für realurl rausnehme? Doch wie komm ich überhaupt ins TS Template, in welcher DB ist es gespeichert?
__________________ MFG Tobias Ich verwende TYPO3 4.1.2 und die aktuellen PHP-/MySQL-Versionen. Geändert von tob1as (31.10.07 um 11:22 Uhr). |
|
#6
| |||
| |||
| Entschuldige, ich meinte die ext_localconf.php und nicht die localconf.php Wie just2b schon sagt musst du den Fehler in der ext_localconf.php beheben und dann die temp_CACHED_ps8158_ext_localconf.php Datei löschen... Anderster wirds vermutlich nicht gehen... |
|
#7
| ||||
| ||||
| die temp files sind zur eine kopie aller relevanten files in eines und ist nicht der schlüssel uzm erfolg
__________________ TYPO3 3.7./3.8.X/4.0.X/4.1.1 just2b.com | Google Maps | SmoothGallery | Das grösste werbefreie TYPO3 Forum typo3.net | Content-Management-Systeme mit TYPO3 & RedDot |
|
#8
| ||||
| ||||
| Zitat:
Was würdest du nun an meiner Stelle tun? Was ist dann der Schlüssel zum Erfolg? Ich hab jetzt jenstes ausprobiert, doch komme ich leider noch nicht vorwärts. :sad: Der Code der ext_localconf.php: Code: <?php $TYPO3_CONF_VARS['SC_OPTIONS'] ['t3lib/class.t3lib_tstemplate.php'] ['linkData-PostProc'] [] = 'EXT:realurl/class.tx_realurl.php:&tx_realurl->encodeSpURL'; $TYPO3_CONF_VARS['SC_OPTIONS'] ['tslib/class.tslib_fe.php'] ['checkAlternativeIdMethods-PostProc'] [] = 'EXT:realurl/class.tx_realurl.php:&tx_realurl->decodeSpURL'; $TYPO3_CONF_VARS['SC_OPTIONS'] ['t3lib/class.t3lib_tcemain.php'] ['clearAllCache_additionalTables'] ['tx_realurl_urldecodecache'] = 'tx_realurl_urldecodecache'; $TYPO3_CONF_VARS['SC_OPTIONS'] ['t3lib/class.t3lib_tcemain.php'] ['clearAllCache_additionalTables'] ['tx_realurl_urlencodecache'] = 'tx_realurl_urlencodecache'; $TYPO3_CONF_VARS['FE'] ['addRootLineFields'] .= ',tx_realurl_pathsegment,alias,nav_title,title'; $TYPO3_CONF_VARS['EXTCONF'] ['realurl'] ['_DEFAULT'] = array( 'init' => array( 'enableCHashCache' => 1, 'enableUrlDecodeCache' => 1, 'enableUrlEncodeHash' => 1, // 'postVarSet_failureMode' => 'redirect_goodUpperDir', ), 'rewrite' => array( ), 'preVars' => array( /* array( 'GETvar' => 'L', 'valueMap' => array( 'de' => '0', 'en' => '1', ), 'valueDefault' => 'de', ), */ ), 'pagePath' => array( 'type' => 'user', 'userFunc' => 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main', 'spaceCharacter' => '-', 'languageGetVar' => 'L', 'expireDays' => 3, 'rootpage_id' => '10 ), 'fileName' => array ( 'defaultToHTMLsuffixOnPrev' => 1, 'index' => array( 'page.html' => array( 'keyValues' => array ( 'type' => 1, ), ), ), ), 'fixedPostVarSets' => array( ), 'postVarSets' => array( '_DEFAULT' => array( //archive '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' => '-', ), ), ), ), ), ), ); ?>
__________________ MFG Tobias Ich verwende TYPO3 4.1.2 und die aktuellen PHP-/MySQL-Versionen. |
|
#9
| ||||
| ||||
| die datei zurückändern die du geänderthast
__________________ TYPO3 3.7./3.8.X/4.0.X/4.1.1 just2b.com | Google Maps | SmoothGallery | Das grösste werbefreie TYPO3 Forum typo3.net | Content-Management-Systeme mit TYPO3 & RedDot |
|
#10
| |||
| |||
| Sprich die ext_localconf.php bearbeiten... |
![]() |
| Themen-Optionen | Thema durchsuchen |
| Ansicht | Thema bewerten |
| |
Ähnliche Themen | ||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| RealURL 1.3.3 - Bitte um Hilfe | ixvor | Suchmaschinenfreundliche URLs (SEO) | 8 | 12.06.08 07:38 |
| Hilfe! -Probleme mit Realty Manager | Cyprus | Alle anderen Extensions | 0 | 06.11.07 09:45 |
| Problem mit RealURL und tt_news - HILFE | Aldarin | Suchmaschinenfreundliche URLs (SEO) | 10 | 27.07.07 13:15 |
| hilfe: probleme mit typo3-template (tt_content) | reykj | TYPO3 4.x Fragen und Probleme | 6 | 03.06.07 14:39 |
| Probleme mit RealURL | es_250 | Suchmaschinenfreundliche URLs (SEO) | 2 | 06.05.07 14:32 |