PDA

View Full Version : Flashchat error help request


John Lester
09-14-2011, 04:47 PM
I know that this isn't the tufat support forums, but that place is dead. I posted my problem weeks ago and haven't gotten any replies. I'm hoping someone here can help me solve this issue.

Installed integrated FC 6.0.8 with vB 4.1.5 and all went well. Chats seem to work accept for the "undefined" bug (which I'm not worried about I).

Checking the error logs on an un-related trek I came across dozens of fatal errors;

Call to a member function next() on a non-object in /home2/sitename/public_html/chat/inc/config.php on line 82

This is lines 73-88 in /inc/config.php Red line is line 82.


if( !isset( $_REQUEST['step'] ) )
{
if( time() - $arr>5 )
{
//added on 090706 for chat instances
$stmt = new Statement('SELECT * FROM '.$GLOBALS['fc_config']['db']['pref'].'config_main', 1);

$rs = $stmt->process();
$main_records = array();
while($rec = $rs->next())
{
$GLOBALS['fc_config']['fc_instance'][$rec['level_0']] = $rec['value'];

}
}
}

The following flashchat related mods are installed:

Flashchat 6 integration for vB 4.X
Members who are chatting
Flashchat 6 admin panel integration

kh99
09-15-2011, 02:53 PM
It looks like $stmt->process() isn't returning what it's supposed to (which I assume should be a query result). There's no way to tell more from what you posted.

Like you said, you need to ask for support for mods only in the mods thread/site and not in this forum.

k6rikko
10-02-2011, 11:19 AM
Hi all, i run Vbulletin 4.1.5 and have integrated the flashchat over this plug in here. The problem is i have changed the default style and works fine if i log in over the chat direct. If i use the log in over vbulletin so the style is the same but in blue <.< this drives me crazy. blue doesnt fit my page style

I have attached 2 pics from the prob. Any chance to correct this ? I would be sooo happy if someone can help me with this

1st pic shows over direct chat log in but i need this over vb log-in too


2nd pic shows wrong styling over vb log-in

https://vborg.vbsupport.ru/

https://vborg.vbsupport.ru/

many thanks all , have a good time

greets Rikko