[TYPO3-german] Calendar Base Fehlermeldung

Oliver Tempel info at olivertempel.de
Sat Dec 20 13:21:12 CET 2014


Als erstes mal bitte die RealURL einstellungen prüfen =>
Erweiterungsmanager aufrufen und da die config von realurl.
Da schauen nach:


        basic.configFile und basic.enableAutoConf

Dann schauen ob das file aus basic.configFile existiert, wenn nicht
erstellen mit dem inhalt aus dem anhang.
Dann in zweile 32 die rootpage_id anpassen.
Hier muss die Seitenid rein, welche als Anfang der Seite dient. Diese
seite muss in den eigenschaften haben:
Als Anfang der Website benutzen zu finden unter verhalten => sonstiges.
Die Domain selbst als URL Datensatz an dieser stelle noch anlegen.

Nun den gesamten Cache leeren und die Seite neu aufrufen, dann sollte
alles gehen.



Am 20.12.2014 um 12:07 schrieb Reinhold Gräbe:
> Danke Oliver.
> Ich bin zwar kein anfänger aber auch kein Könner ;-)
>
> Kannst du mir vielleicht noch weitere Hilfestellung dazu geben?
> _______________________________________________
> TYPO3-german mailing list
> TYPO3-german at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

-- 
------------------
Oliver Tempel
Lindenstraße 2
57080 Siegen
Tel.: 0271/55 130 91
Fax : 0271/55 130 92
E-Mail: info at olivertempel.de
WEB : http://www.olivertempel.de

Diese E-Mail, einschließlich angehängter Dateien, kann vertrauliche und/oder rechtlich geschützte Informationen enthalten. Wenn Sie nicht der beabsichtigte Empfänger sind oder diese E-Mail irrtümlich erhalten haben,  informieren Sie bitte sofort den Absender und löschen Sie diese E-Mail aus Ihrem System. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser E-Mail ist nicht gestattet.

This message, including attachments, is intended for the above-mentioned addresses only. It may contain confidential information the review, dissemination or disclosure of which is strictly prohibited. Should you receive this message in error, please delete it and notify the sender to the e-mail address indicated above.  This message, including attachments, is intended for the above-mentioned addresses only. It may contain  confidential information the review, dissemination or disclosure of which is strictly prohibited. Should you receive this message in error, please delete it and notify the sender to the e-mail address indicated above. 

-------------- next part --------------
$TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array (
	'init' => array (
		'enableCHashCache' => 1,
		'enableUrlDecodeCache' => 1,
		'enableUrlEncodeHash' => 1,
		'appendMissingSlash' => 'ifNotFile',
		'respectSimulateStaticURLs' => 0,
		//'postVarSet_failureMode'=>'',
	),
    	'preVars' => array(
		array(
			'GETvar' => 'no_cache',
			'valueMap' => array(
				'no_cache' => 1,
			),
			'noMatch' => 'bypass',
		),
		array(
			'GETvar' => 'L',
			'valueMap' => array(
				'en' => '1',
			),
			'noMatch' => 'bypass',
		),
	),
	'pagePath' => array (
		'type' => 'user',
		'userFunc' => 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
		'spaceCharacter' => '-',
		'languageGetVar' => 'L',
		'expireDays' => 3,
		'rootpage_id' => '1'
	),
	'postVarSets' => array(
		'_DEFAULT' => array(
			// news archive parameters
			'archiv' => array(
				array(
					'GETvar' => 'tx_ttnews[year]' ,
				),
				array(
					'GETvar' => 'tx_ttnews[month]' ,
						'valueMap' => array(
						'january' => '01',
						'february' => '02',
						'march' => '03',
						'april' => '04',
						'may' => '05',
						'june' => '06',
						'july' => '07',
						'august' => '08',
						'september' => '09',
						'october' => '10',
						'november' => '11',
						'december' => '12',
					)
				),
			),
			// news pagebrowser
			'browse' => array(
				array(
					'GETvar' => 'tx_ttnews[pointer]',
				),
			),
			// news categories
			'select_category' => array (
				array(
					'GETvar' => 'tx_ttnews[cat]',
				),
			),
			// news articles and searchwords
			'artikel' => array(
				array(
					'GETvar' => 'tx_ttnews[tt_news]',
					'lookUpTable' => array(
						'table' => 'tt_news',
						'id_field' => 'uid',
						'alias_field' => 'title',
						'addWhereClause' => ' AND NOT deleted',
						'useUniqueCache' => 1,
						'useUniqueCache_conf' => array(
							'strtolower' => 1,
							'spaceCharacter' => '-',
						),
					),
				),
				array(
					'GETvar' => 'tx_ttnews[swords]',
				),
			),
		),
	),
	'fileName' => array (
		//Show page names with html ending; e.g. test => test.html
		'defaultToHTMLsuffixOnPrev' => true,
		'index' => array (
			'rss.xml' => array (
				'keyValues' => array (
					'type' => '100'
				),
			),
		),
	),
	
);//end realurl


More information about the TYPO3-german mailing list