vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - Who is chatting Add-On (for Flashchat) (https://vborg.vbsupport.ru/showthread.php?t=143840)

Mosh 04-14-2007 06:34 AM

Quote:

Originally Posted by zethon (Post 1227061)
Doh! Helps when you read the entire addon's documentation. ;)

If you are using this, please click Marked as Installed.

K2_02 04-14-2007 10:53 PM

Quote:

Originally Posted by jdsinclair (Post 1226471)
No, I do not have a CMPS installed. What portal do you have installed? I may look at it an do a hack for it if I like the portal.

I am using vBadvanced CMPS v2.2.1. It would be GREAT if you could make a CMPS module. My users have been begging me so they can see who's in the chatroom without having to enter it. Also, most bypass the forum homepage b/c they hit the portal page first.

z3us 04-14-2007 11:38 PM

I get a fatal error on install? www.nitroaddicts.com
the portal is fine but the /forums page says:

Warning: require_once(/home/z3us226/domains/nitroaddicts.com/public_html/forums//inc/config.php) [function.require-once]: failed to open stream: No such file or directory in /index.php(63) : eval()'d code on line 99

Fatal error: require_once() [function.require]: Failed opening required '/home/z3us226/domains/nitroaddicts.com/public_html/forums//inc/config.php' (include_path='.:/usr/local/lib/php') in /home/z3us226/domains/nitroaddicts.com/public_html/forums/index.php(63) : eval()'d code on line 99

Mosh 04-15-2007 08:33 AM

Quote:

Originally Posted by z3us (Post 1227915)
I get a fatal error on install? www.nitroaddicts.com
the portal is fine but the /forums page says:

Warning: require_once(/home/z3us226/domains/nitroaddicts.com/public_html/forums//inc/config.php) [function.require-once]: failed to open stream: No such file or directory in /index.php(63) : eval()'d code on line 99

Fatal error: require_once() [function.require]: Failed opening required '/home/z3us226/domains/nitroaddicts.com/public_html/forums//inc/config.php' (include_path='.:/usr/local/lib/php') in /home/z3us226/domains/nitroaddicts.com/public_html/forums/index.php(63) : eval()'d code on line 99

Do you have Paul M's Who is in chatting (for Flashchat) hack installed as well?

As this hack relies on his and it looks like for some reason the chatfolder variable is not being picked up from his hack. I saw no need to include a path to the flashchat folder as his hack already has it defined and has to be installed for this hack to work.

If the variable was being picked up correctly then your full path would look like this:
Code:

/home/z3us226/domains/nitroaddicts.com/public_html/forums/<chatfolder variable>/inc/config.php
Where <chatfolder variable> is the folder name of your flashchat folder, and this is missing in the error that you have posted.

To check what this is set to in the AdminCP:
vBulletin Options -> Who is in Flashchat -> Who is in Flashchat - Location of FlashChat which is by default set to chat.
(NOTE: This is a setting from Paul M's hack that I use in my hack as it saves duplication of code).

When installing flashchat, it needs to be installed in the forum root and not the portal root. Now I don't know if have done this, but that could be one of the problems as well.

cps 04-25-2007 08:27 PM

I installed the product into a 3.6.4 vB and it isn't working. I followed the instructions here: https://vborg.vbsupport.ru/showthread.php?t=143840

Everything installed without a hitch.

One interesting scenario, however, when I say "Yes" to the following (I know I'm not supposed to): Turn on the Who is in Flashchat (Add-On) display, I get the following error on my vB:

Warning: Unknown(d:\inetpub\xxxxx\xxxxx//inc/config.php): failed to open stream: No such file or directory in \index.php(63) : eval()'d code on line 6

Fatal error: (null)(): Failed opening required 'd:\inetpub\xxxxx\xxxxx//inc/config.php' (include_path='.;c:\php\pear') in d:\inetpub\xxxxx\xxxxx\xxxxx : eval()'d code on line 6


Notice the double (//) slashes above.
Thoughts?

Mosh 04-26-2007 05:32 AM

Quote:

Originally Posted by cps (Post 1235438)
I installed the product into a 3.6.4 vB and it isn't working. I followed the instructions here: https://vborg.vbsupport.ru/showthread.php?t=143840

Everything installed without a hitch.

One interesting scenario, however, when I say "Yes" to the following (I know I'm not supposed to): Turn on the Who is in Flashchat (Add-On) display, I get the following error on my vB:

Warning: Unknown(d:\inetpub\xxxxx\xxxxx//inc/config.php): failed to open stream: No such file or directory in \index.php(63) : eval()'d code on line 6

Fatal error: (null)(): Failed opening required 'd:\inetpub\xxxxx\xxxxx//inc/config.php' (include_path='.;c:\php\pear') in d:\inetpub\xxxxx\xxxxx\xxxxx : eval()'d code on line 6


Notice the double (//) slashes above.
Thoughts?

Well, to start with, I installed this on a *nix system and you have installed it on a windows system, don't know if that will make a difference.

Do you installed Flashchat, Paul M's Flashchat integration and Paul M's Who is chatting hacks before this one? This hack is reliant on all 3 of those hacks being installed first.

The // looks like the / has been escaped 1 too many times or that the chatfolder variable from the Who is chatting hack by Paul M is not being picked up.

cps 04-26-2007 10:45 AM

Quote:

Originally Posted by jdsinclair (Post 1235641)
....
Do you installed Flashchat, Paul M's Flashchat integration and Paul M's Who is chatting hacks before this one? This hack is reliant on all 3 of those hacks being installed first.

No, I did install FlashChat, but not the 2 Paul M.'s hacks. I will uninstall this one, install the 2 Paul M hacks and then reinstall this one.

Quote:

The // looks like the / has been escaped 1 too many times or that the chatfolder variable from the Who is chatting hack by Paul M is not being picked up.
This might clear up if I perform the correct installation sequence. My first thought was that it was a concatenation issue in the code.

cps 04-26-2007 01:02 PM

JD, updates made in proper order and everything is working fine. Thanks much. Next time, I'll RTFM. :)

Mosh 04-26-2007 01:54 PM

Quote:

Originally Posted by cps (Post 1235815)
JD, updates made in proper order and everything is working fine. Thanks much. Next time, I'll RTFM. :)

Glad you got it all sorted :)

jessej 06-14-2007 08:34 PM

installed and TY ..


All times are GMT. The time now is 03:23 PM.

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.01061 seconds
  • Memory Usage 1,751KB
  • 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
  • (1)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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