Die Suche ergab 13 Treffer
- 26.03.2010 19:11
- Forum: [3.0.x] Mods in Entwicklung
- Thema: [MODDB] Automatische Sommerzeit 2.0.2
- Antworten: 316
- Zugriffe: 56804
Re: [MODDB] Automatische Sommerzeit 2.0.2
Jetzt geht mein Forum gar nicht mehr. Habe den Unterschied auch gefunden. Hatte damals beim Einrichten des MOD in der common.php die vorgeschriebene Zeile "require($phpbb_root_path . 'includes/automatic_dst.' . $phpEx);" in "require _once ($phpbb_root_path . 'includes/automatic_dst.' . $phpEx ...
- 26.03.2010 16:58
- Forum: [3.0.x] Mods in Entwicklung
- Thema: [MODDB] Automatische Sommerzeit 2.0.2
- Antworten: 316
- Zugriffe: 56804
Re: [MODDB] Automatische Sommerzeit 2.0.2
Ich habe nochmal die Datei frisch hochgeladen und die Änderungen in der session.php geprüft. Alles so wie es sein soll. Und dann beim Update kam das hier wieder:
Fatal error: Cannot redeclare automatic_dst_session() (previously declared in /mnt/web5/52/99/5812399/htdocs/vampire/distribution ...
Fatal error: Cannot redeclare automatic_dst_session() (previously declared in /mnt/web5/52/99/5812399/htdocs/vampire/distribution ...
- 26.03.2010 15:30
- Forum: [3.0.x] Mods in Entwicklung
- Thema: [MODDB] Automatische Sommerzeit 2.0.2
- Antworten: 316
- Zugriffe: 56804
Re: [MODDB] Automatische Sommerzeit 2.0.2
Ich wollte nochmal wegen diesem Problem hier nachfragen:
Fatal error: Cannot redeclare automatic_dst_session() (previously declared in /home/httpd/vhosts/hexenboard.de/httpdocs/v3/includes/automatic_dst.php:19) in /home/httpd/vhosts/hexenboard.de/httpdocs/v3/includes/automatic_dst.php on line 88 ...
Fatal error: Cannot redeclare automatic_dst_session() (previously declared in /home/httpd/vhosts/hexenboard.de/httpdocs/v3/includes/automatic_dst.php:19) in /home/httpd/vhosts/hexenboard.de/httpdocs/v3/includes/automatic_dst.php on line 88 ...
- 12.03.2010 18:43
- Forum: [3.0.x] Mods in Entwicklung
- Thema: [MODDB] Automatische Sommerzeit 2.0.2
- Antworten: 316
- Zugriffe: 56804
Re: [MODDB] Automatische Sommerzeit 2.0.2
Hy,
ich habe soeben in ein Testboard Vers. 3.0.7 PL1 die aktuelle DST eingebaut und bekomme folgende Fehlermeldung:
Fatal error: Cannot redeclare automatic_dst_session() (previously declared in /home/httpd/vhosts/hexenboard.de/httpdocs/v3/includes/automatic_dst.php:19) in /home/httpd/vhosts ...
ich habe soeben in ein Testboard Vers. 3.0.7 PL1 die aktuelle DST eingebaut und bekomme folgende Fehlermeldung:
Fatal error: Cannot redeclare automatic_dst_session() (previously declared in /home/httpd/vhosts/hexenboard.de/httpdocs/v3/includes/automatic_dst.php:19) in /home/httpd/vhosts ...
- 04.03.2010 19:31
- Forum: [3.0.x] Installation, Update und Konvertierung
- Thema: Probelm Update 3.0.7 und automatic_dst
- Antworten: 0
- Zugriffe: 101
Probelm Update 3.0.7 und automatic_dst
Ich wollte eben das Update von 3.0.6 auf 3.0.7 mit dem automatischen Update machen.
Allerdings kommt, wenn ich auf die Registerkarte Update gehe folgende Meldung:
Fatal error: Cannot redeclare automatic_dst_session() (previously declared in /mnt/web5/52/99/5812399/htdocs/vampire/distribution ...
Allerdings kommt, wenn ich auf die Registerkarte Update gehe folgende Meldung:
Fatal error: Cannot redeclare automatic_dst_session() (previously declared in /mnt/web5/52/99/5812399/htdocs/vampire/distribution ...
- 02.12.2009 15:37
- Forum: [3.0.x] Installation, Update und Konvertierung
- Thema: Problem mit Update 3.0.6
- Antworten: 59
- Zugriffe: 9494
Re: Problem mit Update 3.0.6
Eine Sache wäre da noch.
Ich hatte das Update ja erst auf dem Server versucht durchzuführen. DB Update hat ja funktioniert. Nur das mit den Dateien ging ja in die Hose. Habe das ja dann lokal mit Xampp gemacht und die Dateien einfach hochgespielt.
Auf der ersten Seite im Adm-Bereich sagt er mir ...
Ich hatte das Update ja erst auf dem Server versucht durchzuführen. DB Update hat ja funktioniert. Nur das mit den Dateien ging ja in die Hose. Habe das ja dann lokal mit Xampp gemacht und die Dateien einfach hochgespielt.
Auf der ersten Seite im Adm-Bereich sagt er mir ...
- 01.12.2009 14:27
- Forum: [3.0.x] Mods in Entwicklung
- Thema: [MODDB] Automatische Sommerzeit 2.0.2
- Antworten: 316
- Zugriffe: 56804
Re: [MODDB] Automatische Sommerzeit 2.0.2
Also so weit ich das verstanden habe macht require_once nichts anderes, als die Datei genau einmal einzubinden und somit mehrfaches einlesen, parsen usw. verhindert.
Laufen tut das ganze unter http://www.domaene-aachen.de/distribution
Und hier mal der Inhalt der cache.php
<?php
/**
*
* @package ...
Laufen tut das ganze unter http://www.domaene-aachen.de/distribution
Und hier mal der Inhalt der cache.php
<?php
/**
*
* @package ...
- 30.11.2009 18:57
- Forum: [3.0.x] Mods in Entwicklung
- Thema: [MODDB] Automatische Sommerzeit 2.0.2
- Antworten: 316
- Zugriffe: 56804
Re: [MODDB] Automatische Sommerzeit 2.0.2
So, ich habe mir jetzt mal wie folgt beholfen:
Ich habe alle Aufrufe require($phpbb_root_path . 'includes/automatic_dst.' . $phpEx); in ein require_once ($phpbb_root_path . 'includes/automatic_dst.' . $phpEx); geändert und genau diese Zeile auch noch in die cache.php eingefügt.
Aktuell läuft ...
Ich habe alle Aufrufe require($phpbb_root_path . 'includes/automatic_dst.' . $phpEx); in ein require_once ($phpbb_root_path . 'includes/automatic_dst.' . $phpEx); geändert und genau diese Zeile auch noch in die cache.php eingefügt.
Aktuell läuft ...
- 30.11.2009 18:03
- Forum: [3.0.x] Mods in Entwicklung
- Thema: [MODDB] Automatische Sommerzeit 2.0.2
- Antworten: 316
- Zugriffe: 56804
Re: [MODDB] Automatische Sommerzeit 2.0.2
Ich habe heute das Update gemacht. Im Forum läuft auch alles super. Allerdings ist es per Bridge an Joomla gekoppelt und die Joomla-Seite sagt mir jetzt folgendes:
Fatal error: Call to undefined function automatic_dst_cache() in [...]/includes/cache.php on line 77
Jemand ne Idee wie ich meine ...
Fatal error: Call to undefined function automatic_dst_cache() in [...]/includes/cache.php on line 77
Jemand ne Idee wie ich meine ...
- 30.11.2009 13:15
- Forum: [3.0.x] Installation, Update und Konvertierung
- Thema: Problem mit Update 3.0.6
- Antworten: 59
- Zugriffe: 9494
Re: Problem mit Update 3.0.6
Habe ich jetzt auch so gemacht. Musste das aber auf nem alten Laptop machen. Habe Xampp auf meinem Win7 64Bit nicht ans laufen bekommen.
Irgendwie ließ sich die functions.php nicht ordentlich zusammenführen. Habe jetzt die neue Datei genommen und pflege meine Mods neu ein.
Irgendwie ließ sich die functions.php nicht ordentlich zusammenführen. Habe jetzt die neue Datei genommen und pflege meine Mods neu ein.