vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Chat Modifications - Flashchat: Integration for vB 3.7 (https://vborg.vbsupport.ru/showthread.php?t=166834)

yozzzo 07-28-2008 04:18 PM

Quote:

Originally Posted by NeoDB (Post 1573253)
Having trouble... I copy the new CMS file and change the config.php like it says, but after the loading screen for the FlashChat it just sits there.

same problem here.

I've installed everything properly, but when i try to log in, it shows the loading window and after that ONLY the blue background and nothing else. it simply won't start.

I've checked my uploads, uploaded everything again in binaries mode but still no success.

koxito 07-28-2008 10:38 PM

Same problem here.

Just can't get it to work on 3.7 u_u.

I just can't find the files to make the integration, the config.php file in the inc directory of the flash chat doesnt content the lines in this mod description, so i can do anithing.

¿ is it just me ?.

Lumis Out.

cindy helmond 07-30-2008 08:53 AM

hope FlashChat version 5.0.1 is fix this bug

FlashChat version 5.0.1 is to by now !:D

o o there a problems with the 5.0 versions look here

lstintxs100 07-30-2008 06:13 PM

5.0.1 was buggy as well. 5.0.2 is mentioned to be released in a few hours. I will have to throw up a page to see if it works.

Dirkt1 07-30-2008 06:59 PM

Hello and sorry for my Bad English.
I go to ADMIN->FlashChat Admin Panel->Messages and then i become:

Quote:

vBulletin 3.7 : Integration Error 03 : No permissions set for usergroup 65.
What can i Do ?

Paul M 08-02-2008 06:14 PM

Edit usergroup 65 and give it some permissions.

Paul M 08-02-2008 06:15 PM

Quote:

Originally Posted by Preech (Post 1584917)
Well Version 5 has been released. Will this still work Paul.

No idea, Ive been away so not even seen version 5.

tweakmonkey 08-02-2008 10:52 PM

Got it working fine with Vbulletin 3.7.2 and FlashChat 5.03.

If you're getting a blank screen on installation of FlashChat, after step 2, here's a fix I found on the support forums... open /chat/install.php and at the end change:
Code:

if( $_SESSION['step_install'] > 2 )
{
        include './inc/common.php';
        include './inc/config.php';                // FlashChat config
}

include './install_files/step_'.$_SESSION['step_install'].'.php';
?>

to:
Code:

if( $_SESSION['step_install'] > 2 )
{
        include './inc/common.php';
        include './inc/config.php';                // FlashChat config
}

//FIX BY VERONICA
if($_SESSION['step_install']=="3")$_SESSION['step_install']="3.5";
$step=$_SESSION['step_install'];
//END-OF-FIX

include './install_files/step_'.$_SESSION['step_install'].'.php';
?>

This will get Flashchat installed and finds the database config from Vbulletin if you select 3.6.

This modifcation's instructions mention editing Config.php from FlashChat. I found one in /chat/inc, but the line we're told to edit is not there. To fix this, I simply renamed the file included with this modification (\chat\inc\cmses\vbulletin37CMS.php) to vbulletin36CMS.php and overwrote the existing 3.6 file, that I did not need. It worked fine after this.

Also, the code from the instructions for this mod mentioned in Step 3 of the installation are not there anymore either so I just ignored it.

milaszewski 08-03-2008 08:28 AM

I want to have "Flaschat [x]" link in the navbar where [x] is showing the number of people logged into the chat. How can I do it?

chockoblogger 08-03-2008 06:45 PM

While the majorityof our members are able to see the chat room since the upgrade to the recent vbulletin 3.7.2, a few of our members are not able to log into the chat room. A black screen shows and smilies show up but no dialogue boxes or drop downs.

I am not sure if I need to try and use the fix you posted in the thread above,because this is working for me and the majority of the board. This chat works fine if these members use other computers but not the main computer they use daily.

Can you help?


All times are GMT. The time now is 12:02 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01607 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete