[TYPO3-project-seminars] Proceed to Checkout - error/page not found?

Oliver Klee typo3-german-02 at oliverklee.de
Sat Mar 15 11:32:36 CET 2008


Hi Peter,

Peter A. Schott schrieb:
> Here's the part from my Setup area in the Template:
> #Seminars
> plugin.tx_seminars.attendancesPID = 152
> plugin.tx_seminars_pi1.baseURL = http://www.mgbconline.org/
> plugin.tx_seminars_pi1.registerPID = 155
> plugin.tx_seminars_pi1.thankYouAfterRegistrationPID = 156
> plugin.tx_seminars_pi1.listPID = 153
> plugin.tx_seminars_pi1.loginPID = 161
> plugin.tx_seminars_pi1.detailPID = 154
> plugin.tx_seminars.currency = USD
> plugin.tx_seminars.showVacanciesThreshold = 500
> plugin.tx_seminars.dateFormatYMD = %m-%d-%Y
> plugin.tx_seminars.dateFormatMD = %m-%d

For better readability, I propose putting the Seminar Manager setup into 
its own template and formatting the TS setup like this so it's easier to 
see what's going on:

plugin.tx_seminars {
   attendancesPID = 152
   showVacanciesThreshold = 500
   ...
}

plugin.tx_seminars_pi1 {
   baseURL = http://www.mgbconline.org/
   registerPID = 155
   ...
}

Have you tried whether the automatic configuration check has anything to 
complain about? Usually, this tool is able to find most configuration 
problems.

Regards


Oliver


More information about the TYPO3-project-seminars mailing list