Seite 1 von 1

phpb3 Support Ticket MOD Weißer Bildschirm

Verfasst: 25.06.2008 21:42
von pattiwilli
Ich habe das Support Ticket system installiert.
Wenn ich im Admin bereich auf Forum klicke erhalte ich nru einen weißen Bildschrim. Wo ist das Problem?

Bitte helft mir

Verfasst: 25.06.2008 21:51
von Mahony
Hallo
Überprüfe den Einbau der Sprachvariable in die language/en/acp/forums.php

Englisch

Code: Alles auswählen

'CST_ENABLE'		=> 'Enable the SupportTicket Assistant',
und die language/de/acp/forums.php

Deutsch

Code: Alles auswählen

'CST_ENABLE'		=> 'SupportTicket Assistant aktivieren',

Grüße: Mahony

Verfasst: 25.06.2008 22:16
von pattiwilli
Erstmal danke fürdeine schnelle Antwort.
Meine language/en/acp/forums.php sieht so aus:


Edit By Mahony: zuviel Code gepostet

Verfasst: 25.06.2008 22:36
von Mahony
Hallo
Suche nach

Code: Alles auswählen

'CST_ENABLE' => 'Enable the SupportTicket Assistant',> 
Ersetze mit

Code: Alles auswählen

'CST_ENABLE' => 'Enable the SupportTicket Assistant', 

Grüße: Mahony

Verfasst: 25.06.2008 22:53
von pattiwilli
jetzt kriege ich folgende Fehelmeldung, wenn ich i, Admin Bereich auf FOren klicke
[phpBB Debug] PHP Notice: in file /adm/index.php on line 149: Cannot modify header information - headers already sent by (output started at /language/de/acp/forums.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 151: Cannot modify header information - headers already sent by (output started at /language/de/acp/forums.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /language/de/acp/forums.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /language/de/acp/forums.php:1)

Verfasst: 25.06.2008 23:06
von Mahony
Hallo
Bei den Sprach-Dateien, musst Du die Dateien zwingend in UTF-8 ohne BOM abspeichern. Siehe hierzu auch phpbb3 - Was bei Änderungen an Sprachdateien beachtet werden muss!




Grüße: Mahony

Verfasst: 26.06.2008 12:27
von pattiwilli
Danke. Ich versuche es gleich nochmal.
Wenn es nicht klappt melde ich mich wieder

Verfasst: 26.06.2008 13:54
von pattiwilli
es funktioniert. Jetzt nurnoch eine Frage:
wie kann ich die Felder ändern? Also z.b. welche PHP Version? löschen?

Verfasst: 26.06.2008 14:13
von Mahony
Hallo
Schau dich mal hier um Support Ticket System Thread

Du findest dort einige Beispiele. Ansonsten schau einfach in die posting.php.
So kompliziert ist der MOD ja nun nicht und man kann die Abfragen eigentlich ganz leicht ändern.




Grüße: Mahony