[TYPO3-english] how to start new extension?

Xavier Perseguers typo3 at perseguers.ch
Tue Nov 2 06:39:17 CET 2010


Hi Santiago,

> Aparently the ereg_replace and preg_replace work quite different.
> Another "deprecation"-crash of the kickstarter is:
> "Function split() is deprecated in
> ext/kickstarter/class.tx_kickstarter_sectionbase.php line 474"
>
> So changing the configuration results in valid table creation statements and
> for so a base to start with.

Did you try the development version of this extension? It should work:

http://forge.typo3.org/projects/extension-kickstarter/repository

You can get it with a subversion client such as TortoiseSVN if you use 
Windows or from command line in Linux and/or Mac OS X (with package 
"subversion" of your corresponding distribution of course).

Just do a checkout from:

https://svn.typo3.org/TYPO3v4/Extensions/kickstarter/trunk

E.g.:

$ cd /path/to/typo3conf/ext/
$ svn co https://svn.typo3.org/TYPO3v4/Extensions/kickstarter/trunk 
kickstarter

HTH
Xavier


More information about the TYPO3-english mailing list