-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am 07.09.2010 11:06, schrieb Patrick Zanker:
> Hallo Typo3'ler,
> 
> gibt es eine Zusammenfassung oder eine Dokumentation welche
> Einstellungen zwingend unter "All Configuration" im Install Tool gemacht
> werden sollten.
> 
> z.b. habe ich den Zeichensatz schon auf utf-8 gestellt.
> 
> Aber ich frage mich was man sonst noch so alles machen sollte etc.
> 
> Über Antworten würde ich mich sehr freuen.
> 
> Viele Grüße
> Patrick

Hi Patrick,
ist natürlich etwas individuell was man so einstellt. hier ist eine
liste an "standard optionen die ich fast immer setze (aus der
localconf.php kopiert.
ab php 5.3 sollte das error reporting gesetzt werden da sonst bestimmt
irgend eine extension mit einer depricated message nerft...


$TYPO3_CONF_VARS['GFX']['jpg_quality'] = 90;
$TYPO3_CONF_VARS['GFX']['TTFdpi'] = 96;
$TYPO3_CONF_VARS['GFX']['png_truecolor'] = 1;
$TYPO3_CONF_VARS['SYS']['TTFdpi'] = 'd.m.y';
$TYPO3_CONF_VARS['BE']['forceCharset'] = 'utf-8';
$TYPO3_CONF_VARS['SYS']['setDBinit'] = 'SET NAMES utf8;';

/* error_reporting
        E_ALL ^ E_NOTICE ^ E_DEPRECATED = 22519 / only php 5.3+
*/
$TYPO3_CONF_VARS['SYS']['errorHandlerErrors'] =22519 ;
$TYPO3_CONF_VARS['BE']['allowDonateWindow'] = 0;


gruss chris

- -- 
Christian Wolff // Berlin
http://www.connye.com

some projects:
http://richtermediagroup.com | http://titanic.de | http://keyopinions.info
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)

iEYEARECAAYFAkyGzUIACgkQIcCaXPh/JHHjLQCfcVnf6MuvQJjnwAWW5rsyJTHw
E30AoJBYp6JkPpY+/xVjKLI3GnDmbP1d
=uTlb
-----END PGP SIGNATURE-----
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german
  • [TYPO3-g... Patrick Zanker
    • Re:... Georg Ringer
      • ... Patrick Zanker
        • ... David Bruchmann
          • ... Patrick Zanker
    • Re:... LUCOMP mediale kommunikation & internetDesign Bernhard Ludwig
    • Re:... Ralf-René Schröder
    • Re:... Christian Wolff

Antwort per Email an