[TYPO3-german] Antwort: Re: Seiten lassen sich zeitweise nicht mehr aufrufen...
Tobias.Goldkuhle at open-ecm.de
Tobias.Goldkuhle at open-ecm.de
Wed May 2 14:22:28 CEST 2007
Hallo Matthias,
erstmal danke für deine Antwort:-)
Hier mein
Setup:###########################################################################################
# XHTML-Konformität
config {
doctype = xhtml_strict
xmlprologue = none
xhtml_cleaning = all
htmlTag_langKey = de
htmlTag_setParams = xmlns="http://www.w3.org/1999/xhtml" xml:lang="de"
lang="de"
}
# Spracheinstellungen
config {
language = de
locale_all = de_DE
}
config.notification_email_urlmode = 76
############################################ entfernen unnötiger Attribute
und Elemente
# clear.gif entfernen
tt_content.image.20.spaceBelowAbove = 0
tt_content.header.stdWrap.space = 0|0
tt_content.stdWrap.space = 0|0
tt_content.stdWrap.spaceBefore = 0
tt_content.stdWrap.spaceAfter = 0
lib.stdheader.stdWrap.space = 0|0
# clear.gif hinter den Überschriften entfernen
tt_content.text.20.parseFunc.tags.typohead.stdWrap.space = 0|0
#Attribute für p- und pre-tags entfernen
tt_content.text.20.parseFunc.nonTypoTagStdWrap.encapsLines.addAttributes {
P.style=
PRE.style=;
}
# Unterdrückt den Umbruch < br >
lib.stdheader.10.stdWrap.wrap = |
tt_content.textpic.20.spaceBelowAbove = 0
tt_content.image.20.spaceBelowAbove = 0
tt_content.textpic.20.noStretchAndMarginCells = 1
tt_content.image.20.noStretchAndMarginCells = 1
# Setup Anker-Tags entfernen
tt_content.noANameTagForFirstRecord = 1
# P-tags entfernen bei CSS styled content
#tt_content.stdWrap.dataWrap >
#lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines>
# entfernen der csc-div-container um überschriften
lib.stdheader.stdWrap.dataWrap = |
lib.stdheader.10.1.fontTag = <h1>|</h1>
lib.stdheader.10.2.fontTag = <h2>|</h2>
lib.stdheader.10.3.fontTag = <h3>|</h3>
lib.stdheader.10.4.fontTag = <h4>|</h4>
lib.stdheader.10.5.fontTag = <h5>|</h5>
lib.stdheader.10.setCurrent.parseFunc.allowTags =
b,i,u,a,img,br,div,center,pre,font,hr,sub,sup,strong,em,li,ul,ol,blockquote,strike,span,h1,h2,h3,h4,h5,h6
lib.stdheader.10.setCurrent.parseFunc.allowTags =
b,i,u,a,img,br,div,center,pre,font,hr,sub,sup,p,strong,em,li,ul,ol,blockquote,strike,span,h1,h2,h3,h4,h5,h6
# entfernen der Anker-tags vor Content-Elementen
tt_content.stdWrap.dataWrap >
lib.stdheader.stdWrap.dataWrap >
#####################################################
# Indexed_Search Einstellungen
config.index_enable = 1
config.index_externals = 1
# Ausblenden der Suchregeln
plugin.tx_indexedsearch.show.rules = 0
# Logfiles aktivieren
config.stat = 1
config.stat_apache = 1
config.stat_apache_logfile =
config.stat_mysql = 0 # für simple_hit_statistic auf 1 stellen
# Seitenmounten aus anderer Domäne erlauben
#config.MP_mapRootPoints = root
config.content_from_pid_allowOutsideDomain = 1
# Native URL
config.simulateStaticDocuments = 0
config.baseURL >
# wird im extension-template definiert
config.tx_realurl_enable = 1
config.prefixLocalAnchors = all
# E-Mail Adresse wird verschlüsselt
config.spamProtectEmailAddresses = 2
config.spamProtectEmailAddresses_atSubst = @<img src="clear.gif"
width="1px" height="1px" alt="_we_dont_like_spam_" />
# th_mailformplus
plugin.tx_thmailformplus_pi1.captchaFieldname = captcha
# Template einbinden
page = PAGE
page.stylesheet = uploads/tf/domino2.css
page.shortcutIcon = fileadmin/images/icons/favicon.ico
page.10 = TEMPLATE
page.10 {
template = FILE
template.file = uploads/tf/domino2.html
workOnSubpart = DOCUMENT_BODY
}
temp.logo = TEXT
temp.logo.wrap = <div class="logo">|</div>
temp.logo.value = <a href="index.php" title="zur Startseite"><img
src="uploads/tf/logo.gif" width="200px" height="128px" title="" /></a>
page.10.subparts.LOGO < temp.logo
page.10.subparts.SHORTCUTS < temp.shortcuts
page.10.subparts.TOPNAVI < temp.HAUPTNAVIGATION
page.10.subparts.NAVIGATION < temp.SUBNAVIGATION
page.10.subparts {
CONTENT < styles.content.get
CONTENT.stdWrap.required = 1
CONTENT.stdWrap.wrap = <div class="content">|</div>
}
temp.footer = TEXT
temp.footer.wrap = <div class="footer"><p>|</p></div>
temp.footer.value = {$Fusszeile.value}
page.10.subparts.FOOTER < temp.footer
# Druckversion
druck = PAGE
druck.stylesheet = uploads/tf/print.css
druck {
typeNum = 98
#bodyTag = <body onload="javascript:window.print()">
config.index_enable = 0
10 = TEMPLATE
10.template = FILE
10.template.file = uploads/tf/print.html
10.workOnSubpart = DOCUMENT_BODY
}
temp.printbutton = TEXT
temp.printbutton.wrap = <div class="printbutton">|</div>
temp.printbutton.value = <a href="#" onclick="javascript:window.print();"
title="Seite drucken">Seite drucken</a>
druck.10.subparts.SHORTCUTS < temp.printbutton
druck.10.subparts {
CONTENT < styles.content.get
CONTENT.stdWrap.required = 1
CONTENT.stdWrap.wrap = <div class="content">|</div>
}
##############julle_events######################################
# julle_events
plugin.tx_julleevents_pi1.sender-address =
plugin.tx_julleevents_pi1.sender-name =
#plugin.tx_julleevents_pi1.pastOrFuture = 1
#plugin.tx_julleevents_pi1.excludeList =
#plugin.tx_julleevents_pi1.sortByBEorder = 1
plugin.tx_julleevents_pi1.dateformat = %d.%m.%Y
###############tt_news######################################
plugin.tt_news.displayList.header_stdWrap.crop = 10 | ...
plugin.tt_news.displayLatest.header_stdWrap.crop = 10 | ...
plugin.tt_news.displayList.subheader_stdWrap.crop = 200 | ...
plugin.tt_news.displayLatest.subheader_stdWrap.crop = 200 | ...
###############newloginbox####################################
plugin.tx_newloginbox_pi1._CSS_DEFAULT_STYLE >
plugin.tx_newloginbox_pi3._CSS_DEFAULT_STYLE >
plugin.tx_newloginbox_pi1 {
storagePid = 59
detailsPage = 106
showForgotPassword = 1
email_from =
email_fromName =
replyTo =
# templateFile = EXT:newloginbox/res/newloginbox_00.html
}
Hier meine
Constants:###########################################################################################
Fusszeile {
# cat=mein_template; type=text[varchar]; label=Copyright im Footer:Hier
haben Sie die Möglichkeit den Text in der Fusszeile der Webseite zu
verändern.
value =
}
PAGE_TARGET =
content.pageFrameObj =
styles.content.links.extTarget =
styles.content.mailform.target =
styles.content.searchresult.resultTarget =
styles.content.links.target =
styles.content.searchresult.target =
plugin.tt_news.listMaxW = 110
plugin.tx_dhlinklayout.linkImgInt.file = link_int*.gif
plugin.tx_dhlinklayout.linkImgMailto.file = link_mailto*.gif
plugin.tx_dhlinklayout.linkImgExt.file = link_ext*.gif
plugin.tt_news.latestLimit = 2
plugin.tt_news.latestMaxW = 110
plugin.tt_news.latestMaxH = 90
plugin.tt_news.listMaxH = 90
# Static Info Tables
plugin.tx_staticinfotables_pi1.languageCode = de
plugin.tx_staticinfotables_pi1.countryCode = DEU
# PDF-Generierung
pdf_generator2.pdfversion = 1.4
pdf_generator2.use_pdflib = 0
plugin.tx_srfeuserregister_pi1.requiredFields = username, password,
first_name, last_name, email
plugin.tx_srfeuserregister_pi1.file.templateFile = templ_feuser*.tmpl
plugin.tx_srfeuserregister_pi1.enableEmailConfirmation = 1
plugin.tx_srfeuserregister_pi1.useMd5Password = 0
plugin.tx_srfeuserregister_pi1.useShortUrls = 1
plugin.tx_srfeuserregister_pi1.enablePreviewRegister = 1
plugin.tx_srfeuserregister_pi1.enableEmailOnRegister = 1
plugin.tx_srfeuserregister_pi1.enableAdminNotifyOnApprove = 1
plugin.tx_srfeuserregister_pi1.email =
Schönen Grüße
Tobias
Marcel Veronetzki <veronetzki at smartthings.de>
Gesendet von: typo3-german-bounces at lists.netfielders.de
02.05.2007 12:16
Bitte antworten an
German Typo3 Userlist <typo3-german at lists.netfielders.de>
An
typo3-german at lists.netfielders.de
Kopie
Thema
Re: [TYPO3-german] Seiten lassen sich zeitweise nicht mehr aufrufen...
Hallo Tobias !
Schreib doch mal bitte die Config Deines Templates, weil man so recht
schlecht wissen kann woran es liegen könnte.
Constants und Setup Inhalt bitte :)
Tobias.Goldkuhle at open-ecm.de schrieb:
> Hallo,
>
> ich habe das Problem, dass sich zeitweise einige Seiten nicht mehr
> aufrufen lasse und ich dann auf meiner Error-Seite lande. Sobald ich den
> Cache im BE lösche funktioniert alles wieder einwandfrei. Das Problem
> taucht in unterschiedlichen Zeitabständen auf, sodass ich das nicht an
> einem bestimmten Ereignis o.ä. fest machen kann.
>
> Hat hier jemand eine Idee woran das liegen könnte?
>
>
>
>
>
> Schöne Grüße
> Tobias
>
Mit freundlichen Grüßen,
Marcel Veronetzki
--
Smart Things GmbH
Rochusstr. 41
51570 Windeck
Telefon +49 (0)2292 95 99 528
Telefax +49 (0)2292 95 99 527
http://www.smartthings.de/
veronetzki at smartthings.de
Registergericht: AG Siegburg, HRB 8791
Geschäftsführer: Philipp Huberty
_______________________________________________
TYPO3-german mailing list
TYPO3-german at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-german
More information about the TYPO3-german
mailing list