vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Integration with vBulletin - Flashchat Integration for vB 3.5 (https://vborg.vbsupport.ru/showthread.php?t=91278)

paulmjno 12-28-2005 03:27 PM

Fatal error: Cannot instantiate non-existent class: statement in /home/myusername/public_html/board/vbulletin35CMS.php on line 26

I searched this thread, and others have reported this; the only advice they got what that they had broke something. Well, I've broken nothing...any idea what the prob is?

Paul M 12-28-2005 05:22 PM

Quote:

Originally Posted by paulmjno
Fatal error: Cannot instantiate non-existent class: statement in /home/myusername/public_html/board/vbulletin35CMS.php on line 26

I searched this thread, and others have reported this; the only advice they got what that they had broke something. Well, I've broken nothing...any idea what the prob is?

Well you may not actually have "broken" anything, but clearly you have done something very wrong - that error message clearly shows that not only do you have vbulletin35CMS.php in the wrong place (it should be in ../chat/inc/cmses/) but somehow you are also trying to run it - which given it's totally incorrect location - should be impossible (unless you are trying to run it direct).

indie 12-28-2005 07:48 PM

Any chance of making this a CMPS module? I have a module already but it's not as good as this mod, it doesn't have musername and it's in an iframe which is really annoying. I tried putting this code in a module, but no go. I guess it only works on FORUMHOME.

Thanks

Paul M 12-28-2005 08:05 PM

Erm, indie, are you sure you have posted in the correct thread ? You are not showing as having this installed - and tbh, I don't understand how your post relates to this hack.

moonclamp 12-28-2005 09:27 PM

Quote:

Originally Posted by Paul M
Erm, indie, are you sure you have posted in the correct thread ? You are not showing as having this installed - and tbh, I don't understand how your post relates to this hack.

he might be referring to a vbadvanced hack that adds flashchat into an Iframe template on a portal page.

indie 12-28-2005 09:29 PM

Yes, I was. I posted in the Who Is Chatting thread now. Sorry.

JAYEMULE 12-28-2005 10:01 PM

I seem to have everything working except getting a link to the chat room on my navbar. I am following the instructions fine but whhen I go to edit my navbar template I can not find this code in that template anywhere. Got any suggestions ?

<td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout"
onclick="return log_out()">$vbphrase[log_out]</a></td>

Thanks a lot Paul. I always look for your work around here.

Jaye

OK here is something I found that appears to be very similar. Would this be what I am looking for ? I am using vb 3.5.2 so I wonder if it may just be different than what is in the instructions for adding a link ?

Paul M 12-28-2005 10:40 PM

I think session has changed to session_q since those instructions were written, IIRC they are 3.0 instructions.

JAYEMULE 12-28-2005 11:05 PM

OK Then , I forgot to paste the code I found in the previous post, sorry. I am such a dunce at times ;)

This is the code I find in my Navbar template
<!--<span style="float:$stylevar[right]">[<a href="login.php?$session[sessionurl]do=logout&amp;u=$bbuserinfo[userid]" onclick="return log_out()">$vbphrase[log_out]</a>]</span>-->

would it be in place of this code they have in the instructions to look for ?
<td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout"
onclick="return log_out()">$vbphrase[log_out]</a></td>

Thanks again for your help.

Jaye

Paul M 12-29-2005 10:33 AM

You need to find this ;

HTML Code:

<td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out()">$vbphrase[log_out]</a></td>
and insert the flashchat link code above it.


All times are GMT. The time now is 10:56 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.01809 seconds
  • Memory Usage 1,742KB
  • 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_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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