[Typo3] add file to new extension, how?

Mathias Schreiber [wmdb>] mathias.schreiber at wmdb.de
Tue Jul 26 08:18:36 CEST 2005


Erwin Wondergem wrote:
> Hi,
> 
> just created my first extension. I need to add a php-file with some 
> classes to this extension, but can't find any way how to do this.
> By ftp the folder /typo3conf/ext/myextension/ is not writable (don't got 
> permissions...) and i don't have any shell access to my web account.
> Is there a way to accomplish this by use of the extension kickstarter?

- Download the Extension as T3X
- Upload the Ext to a local development server (where you have all the 
rights)
- Copy your class file into the extension folder and refer to it as usual
- download the ext from your dev server as T3X
- delete the ext from you live server (optional)
- upload your T3X file to your live server

peace
Mattes

-- 
if ($GLOBALS['TSFE']->fe_user->user['ahnung'] == 0) {
	$this->fresseHalten = 1;
}



More information about the TYPO3-english mailing list