[Typo3] Problems installing new extension

Kraft Bernhard kraftb at gmx.net
Sun Feb 20 17:01:51 CET 2005


Heiner Lamprecht wrote:

> Is there a way to put private configurations into an other file?

Create an extension in the Kickstarter with nothing configured than
the General description.

Then manually create a file ext_localconf.php in the extension directory
and put the following in:
<?php
if (!defined ("TYPO3_MODE"))  die ("Access denied.");

// Write your localconf.php config here.

?>

If you change something don't forget to clear temp_CACHED ...


greets,
Bernhard
-- 
----------------------------------------------------------------------
"Freiheit ist immer auch die Freiheit des Andersdenkenden"
Rosa Luxemburg, 1871 - 1919
----------------------------------------------------------------------



More information about the TYPO3-english mailing list