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 ********************
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
ö

Danke und Grüsse
Gringo