Seite 1 von 1

Hangman Fehler

Verfasst: 07.05.2011 00:39
von Nolly
Guten Abend zusammen,
soeben versuchte ich das Spiel Hangman in mein Testforum zu integrieren, leider ohne Erfolg. Bei der Installation gibt er mir folgenden Fehler an:
Hangman MOD
PHP Version: 5.2.17-0.dotdeb.0
DBMS: MySQL(i) 5.1.54-0.dotdeb.0
phpBB3 Version: 3.0.8

Füge acp-Modul hinzu: Hangman Verwaltung
FEHLER: Die übergeordnete Kategorie, die für dieses Modul angegeben wurde, existiert nicht.

Füge acp-Modul hinzu: Hangman Einstellungen
FEHLER: Die übergeordnete Kategorie, die für dieses Modul angegeben wurde, existiert nicht.

Füge acp-Modul hinzu: Hangman Import/Export
FEHLER: Die übergeordnete Kategorie, die für dieses Modul angegeben wurde, existiert nicht.
Daraufhin habe ich überprüft ob ich die Dateien des includes/acp richtig kopiert habe und kann leider keinen Fehler entdecken.
Desweiteren ist es so wenn ich im Forum auf Hangman klicke, erscheint folgende Fehlermeldung:
[phpBB Debug] PHP Notice: in file /hangman.php on line 33: include(./includes/hangman/functions_hangman.php) [function.include]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /hangman.php on line 33: include(./includes/hangman/functions_hangman.php) [function.include]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /hangman.php on line 33: include() [function.include]: Failed opening './includes/hangman/functions_hangman.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear')
[phpBB Debug] PHP Notice: in file /hangman.php on line 34: include(./includes/hangman/classes_hangman.php) [function.include]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /hangman.php on line 34: include(./includes/hangman/classes_hangman.php) [function.include]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /hangman.php on line 34: include() [function.include]: Failed opening './includes/hangman/classes_hangman.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear')

Fatal error: Class 'hangman' not found in /var/www/web296/html/ForumTest/hangman.php on line 36
Hat das eine mit dem anderen zu tun? Und wie kann ich das Problem aus der Welt schaffen?
Den Cache habe ich überings zwischendurch geleert und auch die Styles aktualisiert.

LG Nolly

Re: Hangman Fehler

Verfasst: 15.05.2011 21:09
von attemis
Bei mir kommt der selbe Fehler, aber bei der installation hat er keinen error gegeben

Re: Hangman Fehler

Verfasst: 16.05.2011 20:27
von attemis
Hallo,
gerade hab ich noch versucht den Mod "Subjectprefix" zu Installieren.

Da gab es eine ähnliche Fehlermeldung:

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file /install_subjects/index.php on line 58: main(./../install/install_data.php) [function.main]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /install_subjects/index.php on line 58: main() [function.include]: Failed opening './../install/install_data.php' for inclusion (include_path='.:/usr/lib/php')
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4540: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3706)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4542: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3706)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4543: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3706)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4544: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3706)
[phpBB Debug] PHP Notice: in file /umil/umil_auto.php on line 93: uksort() [function.uksort]: The argument should be an array
[phpBB Debug] PHP Notice: in file /umil/umil_auto.php on line 97: Invalid argument supplied for foreach()
[phpBB Debug] PHP Notice: in file /umil/umil_auto.php on line 228: Invalid argument supplied for foreach()

Re: Hangman Fehler

Verfasst: 17.05.2011 00:04
von DaSasha
Soviel ich weiss kann es an Leere Zeilen an den Datein liegen... oder an dem Editor mit dem ihr die Datein bearbeitet

mit Notepad++ tritt sowas normal nicht auf.

Re: Hangman Fehler

Verfasst: 17.05.2011 18:31
von attemis
danke für deine antwort
aber ich benutze notepad++

Re: Hangman Fehler

Verfasst: 02.06.2011 19:10
von Nolly
Huhu zusammen,

ich bin nun erst einmal her gegangen und habe meine Veränderungen alle rückgängig gemacht, um dann nochmal alles neu zu machen. Mal schauen vielleicht hat sich das Problem ja dann von alleine erledigt. :-?

Re: Hangman Fehler

Verfasst: 12.06.2011 22:16
von Nolly
Nun habe ich nochmal alles neu gemacht, und der Fehler bleibt.
Was bedeutet diese Fehlermeldung überhaupt? Worauf bezieht sie sich, auf die Datenbank?

Code: Alles auswählen

Hangman MOD
PHP Version: 5.2.17-0.dotdeb.0
DBMS: MySQL(i) 5.1.54-0.dotdeb.0
phpBB3 Version: 3.0.8

Füge acp-Modul hinzu: Hangman Verwaltung
FEHLER: Die übergeordnete Kategorie, die für dieses Modul angegeben wurde, existiert nicht.

Füge acp-Modul hinzu: Hangman Einstellungen
FEHLER: Die übergeordnete Kategorie, die für dieses Modul angegeben wurde, existiert nicht.

Füge acp-Modul hinzu: Hangman Import/Export
FEHLER: Die übergeordnete Kategorie, die für dieses Modul angegeben wurde, existiert nicht.