[TYPO3-project-seminars] inserting seminar_list via ts fails

Herbert Schmitz hs at herbertschmitz.de
Fri Jun 13 12:44:41 CEST 2008


Hi Oliver,
thanks for your tips, but nothing works - I think I am going crazy now

Oliver Klee schrieb:
> Hi Herbert,
> 
> Herbert Schmitz schrieb:
>> lib.seminarnews{
>>   what_to_display = seminar_list
>>   timeframeInList = upcoming
> 
> There are three possible causes that come to my mind:
> 
> 0. Please test whether the configuration check is working for that 
> column at all, eg. by setting timeframeInList to "foo".
I have tried - it is working
> 
> 1. The TS setup isn't read at all. Please test whether setting 
> what_to_display to something different (and valid) changes anything.
e.g. the countdown ist displayed without errors
> 
> 2. The time-frame is the problem. Please test this by setting 
> timeframeInList to "all".
Done - but no seminars displayed anyway
> 
> 3. The selected pages are not correct. Please check that pages actually 
> points to the system folder with the events.
They are correct - the same PID´s are working fine in the flexforms

You can see it on the same page:
http://p55159.typo3server.info/index.php?id=119
(It is not finished, and published yet)


Here is my whole ts:
...........................................
plugin.tx_seminars.attendancesPID = 111
lib.seminarnews < plugin.tx_seminars_pi1

lib.seminarnews{
   what_to_display = seminar_list
   timeframeInList = all
   hideSelectorWidget = 1
   hidePageBrowser = 1
   hideSearchForm = 1
   pages = 80
   recursive = 3
   listPID = 112
   detailPID = 113
   loginPID = 102
   registerPID = 114
   thankYouAfterRegistrationPID = 118
   pageToShowAfterUnregistrationPID = 123
   baseURL = http://www.abcdefg.org/
}
...........................................


What is wrong?

Thank you in advance!

Herbi




More information about the TYPO3-project-seminars mailing list