Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > 123 Flash Chat Server Software > 123 Flash Chat Support

Closed Thread
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-04-2009, 04:13 AM
Junior Member
 
Join Date: Feb 2009
Posts: 1
Default install on PHPBB help!

Disclaimer - I am extremely new to running a forum!

I've had PHPBB 3.0X up and running for about 2 months now. I got a request for a chat room so I decided to try 123.

I manually made all the changes per the instructions (actually did it twice) but I keep having problems.

As soon as I get to modifying the index.php file per following instuctions:
Open File:
root/index.php

Find:
$birthday_list = '';

After add:
// begin 123 flash chat mod
include($phpbb_root_path . 'includes/functions_chat.'.$phpEx);
$chat_info = getChatters();
$chat_list = getChatterList();
//end 123 flash chat mod
CODE: SELECT ALL
Open File:
root/index.php

Find:
'TOTAL_USERS' => sprintf($user->lang[$l_total_user_s], $total_users),

After add:
// begin 123 flash chat mod
'CHAT_TOTAL_ROOMS' => $chat_info['room_numbers'],
'CHAT_TOTAL_CONNECTIONS' => $chat_info['connections'],
'CHAT_TOTAL_LOGON_USERS' => $chat_info['logon_users'],
'CHAT_USER_LIST' => $chat_list,
'CHAT_WIDTH' => $config['chat_width'],
'CHAT_HEIGHT' => $config['chat_height'],
//end 123 flash chat mod

I can no longer load the site. It downloads the following error:
<br />
<b>Fatal error</b>: Call to undefined function getchatters() in <b>/home/XXXXXX/public_html/test/index.php</b> on line <b>86</b><br />

So I tried putting the index file back to its original state (worked fine) and tried continuing with the MOD thinking I would come back to it.

The MOD installs fine through the ACP, but whenever I try to select the 123chat MOD tab, I get this:
Return to the index page
General Error
Language file ./../language/en_us/mods/chat.php couldn't be opened.
Please notify the board administrator or webmaster: XXXXXXX
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group

What am I doing wrong? I triple checked that I uploaded all the correct files to the correct locations?
  #2 (permalink)  
Old 02-05-2009, 06:58 AM
Member
 
Join Date: Jan 2005
Posts: 96
Send a message via MSN to Cloudy
Default

The possible reason that the chat module is not loaded properly is that the language file is not copied correctly.

In module,the file is at /root/language/en/mods/chat.php,it seems you're using en_us as your default language,so just copy file /root/language/en/mods/chat.php to /root/language/en_us/mods/chat.php and try to load the chat_acp in admin panel again.
Closed Thread

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 09:13 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.