Seite 2 von 2

Verfasst: 11.10.2005 14:02
von Rayco
copy chatspot/chatspot_front.php to chatspot_front.php
Die Datei kommt in den Forumroot (da wo auch memberlist.php ist)
O.K
copy chatspot/*.* to chatspot/*.*

Den kompletten Ordner chatspot in den Forumroot hochladen (da wo auch die Ornder includes, templates, etc. sind)
O.K.
copy chatspot/logs/*.* to chatspot/logs/*.*
copy chatspot/includes/*.* to chatspot/includes/*.*
copy chatspot/style/*.* to chatspot/style/*.*
Diese Ordner liegen bei mir innerhalb des chatspot Ordners, da wo auch die Dateien chatspot.php, chatspot.ccs etc. drinliegen.
copy copytophpbb/admin/*.* to admin/*.*
Die Dateien aus dem Ordner admin kommen in den Adminordner im Forumroot
Das war nur admin_chatspot.php und die liegt auch da drin.
copy copytophpbb/language/lang_english/*.* to language/lang_english/*.*
Die Dateien kommen sowohl in den Ordner languag/lang_english als auch language/lang_german/
Da war nur ein englischer Ordner. Soll die englische Datei auch zusätzlich noch in den deutschen Ordner?
copy copytophpbb/templates/subSilver/admin/*.* to templates/subSilver/admin/*.* Die Dateien kommen in den Adminordner des Templates
chatspot_admin_body liegt im Admin Ordner von SubSilver
Die ganzen SQL-Anweisungen bzw. die chatspot_db_install.php hast du ausgeführt?
Ich habe hinterher nur noch chatspot_db_install.php ins Rootverzeichnis von phpBB2 gelegt und mit
http://www.rayco.de/phpBB2/chatspot_db_install.php ausgeführt.

Was hab ich blos verbrochen??? :cry:

Verfasst: 11.10.2005 16:40
von Rayco
Hi Markus,
Warning: Unable to access includes/const.php in /mnt/am2/08/265/00000008/htdocs/phpBB2/chatspot/chatspot_functions.php on line 44

Warning: Failed opening 'includes/const.php' for inclusion (include_path='') in /mnt/am2/08/265/00000008/htdocs/phpBB2/chatspot/chatspot_functions.php on line 44

Warning: Unable to access includes/toast.php in /mnt/am2/08/265/00000008/htdocs/phpBB2/chatspot/chatspot_functions.php on line 46

Warning: Failed opening 'includes/toast.php' for inclusion (include_path='') in /mnt/am2/08/265/00000008/htdocs/phpBB2/chatspot/chatspot_functions.php on line 46

Warning: Unable to access includes/logs.php in /mnt/am2/08/265/00000008/htdocs/phpBB2/chatspot/chatspot_functions.php on line 47

Warning: Failed opening 'includes/logs.php' for inclusion (include_path='') in /mnt/am2/08/265/00000008/htdocs/phpBB2/chatspot/chatspot_functions.php on line 47

Warning: Unable to access includes/kicks.php in /mnt/am2/08/265/00000008/htdocs/phpBB2/chatspot/chatspot_functions.php on line 48

Warning: Failed opening 'includes/kicks.php' for inclusion (include_path='') in /mnt/am2/08/265/00000008/htdocs/phpBB2/chatspot/chatspot_functions.php on line 48
Aktuelles Datum und Uhrzeit: 11.10.2005 14:52
Irre ich mich, oder lassen diese Meldungen darauf schließen, dass includes/const.php, includes/toast.php, includes/logs.php und includes/kicks.php, nicht gefunden wird, weil irgendetwas mit der chatspot_functions.php nicht stimmt - aber was?

Die entsprechende Zeilen 44-48 in dieser Datei enthalten folgendes:
include_once("includes/const.php"); //Constant Definitions, Etc
include_once("includes/auth.php"); //Authorization Functions
include_once("includes/toast.php"); //"Toast" Dialog System
include_once("includes/logs.php"); //Log System
include_once("includes/kicks.php"); //Kicking functions

Verfasst: 11.10.2005 19:12
von steffi1977
welche Version hast du genommen ???

Ich habe die MOD Version: 1.0.0, die höhere hat laut meiner Info noch sehr viele Bugs

Ich schau aber noch mal was ich alles geändert habe :)