vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Chat Modifications - MGC Chatbox Evo (https://vborg.vbsupport.ru/showthread.php?t=168992)

Ranger187 07-06-2008 01:59 AM

You running vbadvanced 3.0.1 and 1.5MGC chat module?

skywalker2208 07-06-2008 02:51 AM

I have getting this error message on all pages that don't have the shoutbox "mgc_cb_evo_autocomplete is not defined" It doesn't affect the shoutbox, but just wanted to make you aware of it.

RedGTiVR6 07-06-2008 02:53 AM

I'm currently getting an error in both IE7 and FF3:

Using FireBug, I see the following:

Code:

mgc_cb_evo_autocomplete is not defined
(?)()()private....pmid=5248 (line 336)
onreadystatechange()()jquery.js (line 27)
onreadystatechange()()jquery.js (line 27)
nodeName()([function()], function(), undefined)jquery.js (line 21)
onreadystatechange()()jquery.js (line 27)
[Break on this error] mgc_cb_evo_autocomplete();

The code appears to be:

Code:

$(document).ready(function(){
 mgc_cb_evo_autocomplete();

Any ideas what would cause this?

Xphusion 07-06-2008 05:33 AM

Quote:

Originally Posted by Ranger187 (Post 1567818)
You running vbadvanced 3.0.1 and 1.5MGC chat module?

im using the latest of both

Astrof 07-06-2008 09:53 AM

I had to uninstall this as it was making serious problems to my forum.

However, even though everything is uninstalled, the chatbox_evo field in the usergroup permissions in the admin cp remains and now I can't change any of the permissions.

When I try, I get this error:

PHP Code:

Database error in vBulletin 3.7.0:

Invalid SQL:
UPDATE vb_usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
    
`title` = 'Registrirani članovi',
    `
description` = '',
    `
usertitle` = 'Registrirani član',
    `
opentag` = '',
    `
closetag` = '',
    `
passwordexpires` = '0',
    `
passwordhistory` = '0',
    `
forumpermissions` = '6017535',
    `
genericpermissions` = '1580023519',
    `
attachlimit` = '0',
    `
pmquota` = '250',
    `
pmpermissions` = '3',
    `
pmsendmax` = '5',
    `
calendarpermissions` = '63',
    `
wolpermissions` = '1',
    `
adminpermissions` = '0',
    `
genericpermissions2` = '1',
    `
genericoptions` = '62',
    `
profilepicmaxwidth` = '100',
    `
profilepicmaxheight` = '100',
    `
profilepicmaxsize` = '30720',
    `
avatarmaxwidth` = '100',
    `
avatarmaxheight` = '100',
    `
avatarmaxsize` = '30720',
    `
signaturepermissions` = '137215',
    `
sigpicmaxwidth` = '500',
    `
sigpicmaxheight` = '100',
    `
sigpicmaxsize` = '10000',
    `
sigmaxrawchars` = '1000',
    `
sigmaxchars` = '500',
    `
sigmaxlines` = '0',
    `
sigmaxsizebbcode` = '7',
    `
sigmaximages` = '4',
    `
albumpermissions` = '0',
    `
albumpicmaxwidth` = '500',
    `
albumpicmaxheight` = '500',
    `
albumpicmaxsize` = '100000',
    `
albummaxpics` = '100',
    `
albummaxsize` = '0',
    `
usercsspermissions` = '31',
    `
visitormessagepermissions` = '63',
    `
socialgrouppermissions` = '375',
    `
mgc_cb_evo_permissions` = '0',
    `
mgc_cb_evo_nbmsg_show` = '',
    `
mgc_cb_evo_nbmsg_perday_show` = '',
    `
ptpermissions` = '17'
WHERE usergroupid=2;

MySQL Error   Unknown column 'mgc_cb_evo_permissions' in 'field list'
Error Number  1054
Request Date  
SundayJuly 6th 2008 12:30:57 PM
Error Date    
SundayJuly 6th 2008 12:30:57 PM
Script        
: [url]http://www.hrvatski-forumi.com/admincp/usergroup.php?do=update[/url]
Referrer      : [url]http://www.hrvatski-forumi.com/admincp/usergroup.php?do=edit&usergroupid=2[/url]
IP Address    78.0.71.237
Username      
Edinvos
Classname     
vB_Database
MySQL Version 
5.0.51a-community 

How do I solve this?

Thanks in advance.

EDIT: Solved. There were three files that I didn't delete after uninstalling the chatbox.

They were the ones that were causing this. One in the includes folder and two in the xml folder.

Once I deleted them and entered the usergroup permissions in the admin cp, the bitfields were rebuilt automatically and everything works fine now.

Xphusion 07-06-2008 10:52 AM

Quote:

Originally Posted by Xphusion (Post 1567898)
im using the latest of both

ok update on this .....

this is kinda weird but here goes


this chat box does works right and may have been all the time....


the issue is the URL if i type my domains name as "http://www.mysite.com" the chat box on the front page just will not load


now if i type my url as "http://mysite.com" the chat box on the front page loads just fine and not a single problem


how and i fix this?????

any input VBDev?

NOTE: my cookies are set to Blank

maidos 07-06-2008 06:00 PM

how do i add a differnet background color on the shoutbox that applies for every usergroup?

Koidl 07-06-2008 06:24 PM

1 Attachment(s)
Hello,

Unfortunately an error appear if i enable the chatbox on most of my vb sites! in the left bottom of my browser (Internet Explorer) Mozilla works!

If i disable the chatbox everything is fine without errors in Internet Explorer too
can u help me plz we rly like to use your chatbox

Regards,

VBDev 07-07-2008 07:32 AM

Quote:

Originally Posted by RedGTiVR6 (Post 1567842)
I'm currently getting an error in both IE7 and FF3:

Using FireBug, I see the following:

Code:

mgc_cb_evo_autocomplete is not defined
(?)()()private....pmid=5248 (line 336)
onreadystatechange()()jquery.js (line 27)
onreadystatechange()()jquery.js (line 27)
nodeName()([function()], function(), undefined)jquery.js (line 21)
onreadystatechange()()jquery.js (line 27)
[Break on this error] mgc_cb_evo_autocomplete();

The code appears to be:

Code:

$(document).ready(function(){
 mgc_cb_evo_autocomplete();

Any ideas what would cause this?

Have you upgraded the chatbox correctly ?

I think you are missing some files or have non reverted templates...

Quote:

Originally Posted by Xphusion (Post 1568062)
ok update on this .....

this is kinda weird but here goes


this chat box does works right and may have been all the time....


the issue is the URL if i type my domains name as "http://www.mysite.com" the chat box on the front page just will not load


now if i type my url as "http://mysite.com" the chat box on the front page loads just fine and not a single problem


how and i fix this?????

any input VBDev?

NOTE: my cookies are set to Blank

What do you mean by "set to blank" ?

Quote:

Originally Posted by Koidl (Post 1568344)
Hello,

Unfortunately an error appear if i enable the chatbox on most of my vb sites! in the left bottom of my browser (Internet Explorer) Mozilla works!

If i disable the chatbox everything is fine without errors in Internet Explorer too
can u help me plz we rly like to use your chatbox

Regards,

If you use firefox console, do you see any error clues ?

Koidl 07-07-2008 08:10 AM

Quote:

If you use firefox console, do you see any error clues ?
No firefox is fine by me just in IE


All times are GMT. The time now is 05:08 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.04875 seconds
  • Memory Usage 1,781KB
  • 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
  • (4)bbcode_code_printable
  • (1)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (7)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