[TYPO3-ect] Kickstarter: bugs or wrong version

Andreas Stauder stauder at stauder.ch
Mon Aug 27 11:58:21 CEST 2007


Hi all,

I'm new in using lib/div an tried to create a extension with the 
kickstarter. I got so much errors, that I assume I have wrong versions 
installed. Witch should I use?

I have installed from TER:

lib: 0.0.24
div: 0.0.12
kickstarter: 0.3.8
kickstarter__mvc: 0.0.6

If I create a extension I get this errors:

1) In Controller produced:
$modelClassName = tx_div::makeInstanceClassName('model_XXX');

working:
$modelClassName = tx_div::makeInstanceClassName('tx_EXTKEY_model_XXX');

Same with viewClassName.

2) No class is included. I used the code in ext_localconf.php from 
banana (0.0.8).

3) In Controller: setTemplatePath should be setPathToTemplateDirectory ?

4) $out = $view->render($this->configurations->get('registrationForm'));
should be?
$out = $view->render('registrationForm');

Thanks for your help
Andreas


More information about the TYPO3-team-extension-coordination mailing list