The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Flashchat error help request
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. Code:
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']; } } } Flashchat 6 integration for vB 4.X Members who are chatting Flashchat 6 admin panel integration |
#2
|
|||
|
|||
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. |
#3
|
||||
|
||||
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 many thanks all , have a good time greets Rikko |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|