[TYPO3-project-seminars] Configuration check error: attendancesPID

Uwe Grohne uwe at grohne.de
Wed Aug 29 21:38:45 CEST 2007


OK,

I found the error. I copied/pasted the template from another project and 
found a missing } somewhere in the middle of it. Thought the other one was 
clean, but it was not ...

Sorry for posting here :(

"Uwe Grohne" <uwe at grohne.de> schrieb im Newsbeitrag 
news:mailman.1.1188413989.29060.typo3-project-seminars at lists.netfielders.de...
> Sure!
>
> I have a Shortcut Page under the Root, where the template record is 
> stored.
> Under this there is the site structure , where the page with the seminars
> element is at the 4th level. The root template is the only template I have
> atm, because I just began developing this site.
>
> My TypoScript-Template, I just removed the settings of the 
> lib.xxx-Settings
> for the TemplaVoila containers.
>
> Thanks for your help!
>
> #Developer-Settings
> [globalVar = TSFE : beUserLogin > 0]
> config.no_cache = 1
> [global]
>
> # Statische Urls (http://server.de/hauptseite.html statt
> http://server.de/index.php?id=1(
> config.simulateStaticDocuments = 1
> config.simulateStaticDocuments_noTypeIfNoTitle = 1
> # Spracheinstellungen
> config.linkVars = L
> config.sys_language_uid = 0
> config.language = de
> config.locale_all = German
> # Ersetzt alle EMail-Adressen durch JavaScript-Dekodierbare Felder
> config.spamProtectEmailAddresses = 1
> # Einstellungen für die Indexierung
> config.index_enable = 1
> config.index_externals = 1
> # Apache-Kompatibles Logfile für awstats erzeugen
> config.stat_apache = 1
> config.stat_apache_logfile = log.txt
> # Dokumenttyp umstellen auf XHTML
> config.doctype = xhtml_trans
> # XML und XHTML-Deklaration vertauschen (wg. Quirks-Mode des IE6)
> config.doctypeSwitch = 1
> # Kommentare vor Element-Blöcken nicht anzeigen
> config.disablePrefixComment = 1
> # Titel der Seite
> sitetitle = STZ-PVM
>
> # Default PAGE object:
> page = PAGE
> page.10 = USER
> page.10.userFunc = tx_templavoila_pi1->main_page
>
> # MetaTags (nur Startseite!)
> [globalVar = TSFE:id=3]
> page.meta {
>    Author = Test
>    Creator = Test
>    copyright = Test
>    robots = index,follow
>    revisit-after = 1 week
>    description = Test
>    keywords = Test
>    publisher = Test
>    title = Test
> }
> [global]
>
> # Changed pages
> tt_content.menu.20.5 {
>    1.NO.before = TEXT
>    1.NO.before {
>        field = SYS_LASTCHANGED
>        date = d.m.y
>        wrap = <em>|: </em>
>    }
> }
> # RTE-Konfiguration
> RTE.default {
>  contentCSS = {$templateRoot}main_rte.css
>  # Texte aus MS Word werden gesaeubert
>  enableWordClean = 1
>  # bei mozilla/firefox werden bei ENTER Paragraphen erzeugt (wie im IE)
>  disableEnterParagraphs = 0
>  # use <span>-Tags instead of e.g. <font>-Tags (gilt für Mozilla/Firefox)
>  useCSS = 1
> }
>
> # Content-Details
> tt_content.image.20.maxW >
> tt_content.image.20.maxW = 560
> tt_content.image.20.renderMethod = div
> lib.stdheader.stdWrap.dataWrap >
> tt_content.image.20.layout.25.value = <div class="nobu"><div
> class="csc-textpic
> csc-textpic-intext-right###CLASSES###">###IMAGES###</div>###TEXT###</div>
>
> #seminars
> plugin.tx_seminars.attendancesPID = 39
>
>
> ----- Original Message ----- 
> From: "Mario Rimann" <typo3-coding at rimann.org>
> Newsgroups: typo3.projects.seminars
> Sent: Wednesday, August 29, 2007 8:42 PM
> Subject: Re: [TYPO3-project-seminars] Configuration check error:
> attendancesPID
>
>
>> Hi Uwe
>>
>> Uwe Grohne schrieb:
>>> I installed and configured seminars and requirements according the
>>> manual. When I open the seminar page in the FE, I get a Configuration
>>> check warning saying that attendancesPID is not set, though I set it in
>>> my template. But in the template analyzer it's also not set and it
>>> doesn't change anything, if I update the variable in the analyzer.
>>> A new line in the TypoScript template is added then for setting the
>>> variable, but it also doesn't show up.
>>
>> Can you copy/paste your TypoScript setup? That would help I think :-)
>>
>> Please also explain your page structure and where your templates are and
>> how they are organized.
>>
>> Cheers,
>> Mario
>
> "Mario Rimann" <typo3-coding at rimann.org> schrieb im Newsbeitrag 
> news:mailman.1.1188412946.28290.typo3-project-seminars at lists.netfielders.de...
>> Hi Uwe
>>
>> Uwe Grohne schrieb:
>>> I installed and configured seminars and requirements according the
>>> manual. When I open the seminar page in the FE, I get a Configuration
>>> check warning saying that attendancesPID is not set, though I set it in
>>> my template. But in the template analyzer it's also not set and it
>>> doesn't change anything, if I update the variable in the analyzer.
>>> A new line in the TypoScript template is added then for setting the
>>> variable, but it also doesn't show up.
>>
>> Can you copy/paste your TypoScript setup? That would help I think :-)
>>
>> Please also explain your page structure and where your templates are and
>> how they are organized.
>>
>> Cheers,
>> Mario
> 



More information about the TYPO3-project-seminars mailing list