problm bei der ChatSpot in den adminpanel
Verfasst: 31.01.2006 16:07
Ich habe ein kleine proplem in den adminpanel für die verwaltung des ChatSpot wen ich auf Absenden geh dann kommt diese meldung
dan bin ich in denn admin_chatspot.php gegangen und habe da keien fehler gefunden
und in line 66 steht
weiss wer wo der problem liegt denn ordner ChatSpot und die config sind auf rechte 777 ich bedanke mich in voraus für die hilfe
Code: Alles auswählen
Failed to update general configuration for ChatSpot
DEBUG MODE
Line : 66
File : admin_chatspot.php
Code: Alles auswählen
define('IN_PHPBB', 1);
if( !empty($setmodules) )
{
$file = basename(__FILE__);
$module['ChatSpot']['Configuration'] = "$file";
return;
}
//
// Let's set the root dir for phpBB
//
$phpbb_root_path = "./../";
require($phpbb_root_path . 'extension.inc');
require('./pagestart.' . $phpEx);
//Let's include some chatspot
require($phpbb_root_path . 'chatspot/chatspot_config.' . $phpEx);
require($phpbb_root_path . 'language/lang_german/lang_chatspot_admin.' . $phpEx);
Code: Alles auswählen
message_die(GENERAL_ERROR, "Failed to update general configuration for ChatSpot", "", __LINE__, __FILE__, '');