Seite 1 von 1

ChatSpot v2.008b - User im Chat Anzeige

Verfasst: 05.08.2006 09:27
von Gringo2004
Hallo zusammen,

ich doktere schon seit geraumer Zeit an einem Problem mit dem vor einiger Zeit in unserem Forum installieren Chatspot herum.

Der Chat ist funktionsfähig und macht auch sonst "nutzentechnisch" keinerlei Probleme. Allerdings gibt es ein Problem mit der "User im Chat" Anzeige.

Obgleich user im Chat sind steht immer

Es sind momentan 0 Besucher im Chat. auf der Startseite in der Statistik.

Mögliche Gründe: Folgenden Codeschnipsel musste ich bei der Installation v. Chatspot (in der Datei /includes/page_header.php) weglassen:

Code: Alles auswählen

# 
#-----[ FIND ]--------------------------------------------- 
# 
   $l_online_users .= sprintf($l_g_user_s, $guests_online); 
} 

# 
#-----[ AFTER, ADD ]--------------------------------------------- 
# 
// ******************** BEGIN phpBBChatSpot MOD ******************** 
require_once( $phpbb_root_path . 'chatspot/chatspot_front.' . $phpEx ); 
// ******************** END phpBBChatSpot MOD ******************** 
Weil sonst das passiert:

Code: Alles auswählen

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(../chatspotinstall) is not within the allowed path(s): (/www/htdocs/.../) in /www/htdocs/.../chatspot/chatspot_config.php on line 30 

Warning: main() [function.main]: open_basedir restriction in effect. File(../includes/const.php) is not within the allowed path(s): (/www/htdocs/..../) in /www/htdocs/.../chatspot/chatspot_functions.php on line 44 

Warning: main(includes/const.php) [function.main]: failed to create stream: Operation not permitted in /www/htdocs/.../chatspot/chatspot_functions.php on line 44 

Warning: main() [function.main]: Failed opening 'includes/const.php' for inclusion (include_path='.:/usr/share/php:..') in /www/htdocs/.../chatspot/chatspot_functions.php on line 44 

Warning: main() [function.main]: open_basedir restriction in effect. File(../includes/toast.php) is not within the allowed path(s): (/www/htdocs/..../) in /www/htdocs/.../chatspot/chatspot_functions.php on line 46 

Warning: main(includes/toast.php) [function.main]: failed to create stream: Operation not permitted in /www/htdocs/.../chatspot/chatspot_functions.php on line 46 

Warning: main() [function.main]: Failed opening 'includes/toast.php' for inclusion (include_path='.:/usr/share/php:..') in /www/htdocs/.../chatspot/chatspot_functions.php on line 46 

Warning: main() [function.main]: open_basedir restriction in effect. File(../includes/logs.php) is not within the allowed path(s): (/www/htdocs/.../) in /www/htdocs/.../chatspot/chatspot_functions.php on line 47 

Warning: main(includes/logs.php) [function.main]: failed to create stream: Operation not permitted in /www/htdocs/.../chatspot/chatspot_functions.php on line 47 

Warning: main() [function.main]: Failed opening 'includes/logs.php' for inclusion (include_path='.:/usr/share/php:..') in /www/htdocs/.../chatspot/chatspot_functions.php on line 47 

Warning: main() [function.main]: open_basedir restriction in effect. File(../includes/kicks.php) is not within the allowed path(s): (/www/htdocs/.../) in /www/htdocs/.../chatspot/chatspot_functions.php on line 48 

Warning: main(includes/kicks.php) [function.main]: failed to create stream: Operation not permitted in /www/htdocs/.../chatspot/chatspot_functions.php on line 48 

Warning: main() [function.main]: Failed opening 'includes/kicks.php' for inclusion (include_path='.:/usr/share/php:..') in /www/htdocs/..../chatspot/chatspot_functions.php on line 48 
ö 
Wie kann ich dieses Problem lösen? Ausserdem - gibt es die Möglichkeit anzuzeigen, welche registrierten User sich im Moment im Chat befinden?...Fragen über Fragen :)

Danke und Grüsse

Gringo

Verfasst: 21.08.2006 19:43
von Gringo2004
...keiner einen kleinen Tipp für mich? :cry: