Wiki-Installationshürden: Unterschied zwischen den Versionen

Aus ThinkPad-Wiki
(Die Seite wurde neu angelegt: == Zeitzonen Anpassung == Irgendwie klappt das nicht mit dem anpassen der Zeitzone. /** * Fake out the timezone that the server thinks it's in. This will be used f...)
 
Keine Bearbeitungszusammenfassung
 
(19 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
== Zeitzonen Anpassung ==
== Zeitzonen Anpassung ==


Irgendwie klappt das nicht mit dem anpassen der Zeitzone.
Irgendwie klappt das nicht mit dem anpassen der Zeitzone.


In der DefaultSettings.php steht folgendes
Fake out the timezone that the server thinks it's in. This will be used for
date display and not for what's stored in the DB. Leave to null to retain
your server's OS-based timezone value. This is the same as the timezone.
This variable is currently used ONLY for signature formatting, not for
anything else.


/**
* Fake out the timezone that the server thinks it's in. This will be used for
* date display and not for what's stored in the DB. Leave to null to retain
* your server's OS-based timezone value. This is the same as the timezone.
*
* This variable is currently used ONLY for signature formatting, not for
* anything else.
*/
# $wgLocaltimezone = 'GMT';
# $wgLocaltimezone = 'GMT';
# $wgLocaltimezone = 'PST8PDT';
# $wgLocaltimezone = 'PST8PDT';
Zeile 19: Zeile 18:
$wgLocaltimezone = null;
$wgLocaltimezone = null;


Die ist die DefaultSettings.php wo die Zeitzone eingestellt ist.
Wenn ich in der LocalSettings.php $wgLocaltimezone = 'GMT'; eingebe, und nur da sollte ich Änderungen schreiben, passiert nichts, grr…


Wo liegt das Problem?--[[Benutzer:Dreamcatcher|Dreamcatcher]] 20:18, 9. Apr. 2008 (UTC)
Wenn ich in der LocalSettings.php $wgLocaltimezone = 'GMT'; eingebe, und nur da darf ich Änderungen reinschreiben, passiert nichts, grr…
 
Ich kann eingeben, was ich will, GMT oder MEZ usw. Nichts verändert sich.
 
Nach Anleitung (http://www.mediawiki.org/wiki/Manual:Timezone) habe ich gerade folgendes eingegeben:
 
$wgLocaltimezone="Europe/Berlin";
 
$wgLocalTZoffset = +2;
 
Leider keine Reaktion, keine Veränderung
 
 
 
Wo liegt das Problem?  
--[[Benutzer:Dreamcatcher|Dreamcatcher]] 23:27, 9. Apr. 2008 (CEST)
 
 
Vielleicht hier:
''Note: The $wgLocalTZoffset configuration changed from hours to minutes in MediaWiki: 1.7.0.''
--[[Benutzer:Rasputin|Rasputin]] 01:33, 10. Apr. 2008 (CEST)
 
 
Läuft doch jetzt, sehe ich das richtig? --[[Benutzer:Julakali|Julakali]] 16:02, 12. Apr. 2008 (CEST)

Aktuelle Version vom 12. April 2008, 14:02 Uhr

Zeitzonen Anpassung

Irgendwie klappt das nicht mit dem anpassen der Zeitzone.

In der DefaultSettings.php steht folgendes

Fake out the timezone that the server thinks it's in. This will be used for date display and not for what's stored in the DB. Leave to null to retain your server's OS-based timezone value. This is the same as the timezone.

This variable is currently used ONLY for signature formatting, not for anything else.

  1. $wgLocaltimezone = 'GMT';
  2. $wgLocaltimezone = 'PST8PDT';
  3. $wgLocaltimezone = 'Europe/Sweden';
  4. $wgLocaltimezone = 'CET';

$wgLocaltimezone = null;


Wenn ich in der LocalSettings.php $wgLocaltimezone = 'GMT'; eingebe, und nur da darf ich Änderungen reinschreiben, passiert nichts, grr…

Ich kann eingeben, was ich will, GMT oder MEZ usw. Nichts verändert sich.

Nach Anleitung (http://www.mediawiki.org/wiki/Manual:Timezone) habe ich gerade folgendes eingegeben:

$wgLocaltimezone="Europe/Berlin";

$wgLocalTZoffset = +2;

Leider keine Reaktion, keine Veränderung


Wo liegt das Problem? --Dreamcatcher 23:27, 9. Apr. 2008 (CEST)


Vielleicht hier: Note: The $wgLocalTZoffset configuration changed from hours to minutes in MediaWiki: 1.7.0. --Rasputin 01:33, 10. Apr. 2008 (CEST)


Läuft doch jetzt, sehe ich das richtig? --Julakali 16:02, 12. Apr. 2008 (CEST)