Markus hat sich sehr viel Mühe mit mir gegeben, dafür nochmals meinen allerherzlichsten Dank.
Vielleicht weiß noch jemand anders Rat.
Nachdem ich Chatspot installiert habe kommt folgende Meldung beim Aufrufen der Forum-Index Seite:
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?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
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
Vielen lieben Dank
Rayco