Seite 1 von 1

problm bei der ChatSpot in den adminpanel

Verfasst: 31.01.2006 16:07
von DerCavendish
Ich habe ein kleine proplem in den adminpanel für die verwaltung des ChatSpot wen ich auf Absenden geh dann kommt diese meldung

Code: Alles auswählen

Failed to update general configuration for ChatSpot

DEBUG MODE

Line : 66
File : admin_chatspot.php
dan bin ich in denn admin_chatspot.php gegangen und habe da keien fehler gefunden

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);
und in line 66 steht

Code: Alles auswählen

	message_die(GENERAL_ERROR, "Failed to update general configuration for ChatSpot", "", __LINE__, __FILE__, '');
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

Verfasst: 01.02.2006 11:42
von DerCavendish
weiß denn wirklich keiner woran es liegt ?

Verfasst: 01.03.2006 20:43
von Prometeus
Habe das selbe Problem, also push :grin:

Verfasst: 01.03.2006 23:02
von John Doe
Ausser dass die /chatspot/config.php auf CHMOD 777 eingestellt sein muss,
ist es wohl vorgekommen, dass jemand das per Ftp zwar so eingestellt hatte, es aber trotzdem nicht lief und erst nach Änderung über ein Cpanel ging es dann.

Verfasst: 01.03.2006 23:09
von scheibenbrot
problm bei der ChatSpot in den adminpanel
Ist das nicht im Falschen Thema??
Das gehört doch in Einbau/Anpassung
Kleiner Tipp fürs nächste Mal :wink:

Verfasst: 01.03.2006 23:31
von Prometeus
Danke, hat funktioniert...