I have the Chatbox up and running even with pm and Team channels. But when click on Archives, Rules, Help and arrow for full screen I get the following error for all.
Quote:
Fatal error: Call to undefined function log_admin_action() in /home/bigfootr/public_html/mgc_cb_evo.php on line 15
|
Only showing first 19 lines of the "/home/XXX/public_html/mgc_cb_evo.php" code.
Code:
<?php
// ######################## SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE);
// #################### PRE-CACHE TEMPLATES AND DATA ######################
$phrasegroups = array();
$specialtemplates = array();
// ########################## REQUIRE BACK-END ############################
require_once('./global.php');
require_once(DIR . '/includes/class_mgc_cb_evo_cmd.php');
// ############################# LOG ACTION ###############################
log_admin_action();
// ########################################################################
// ######################### START MAIN SCRIPT ############################
// #####################################################################
Please help,
Tom S.