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)

VBDev 03-10-2009 05:52 PM

Quote:

Originally Posted by KevinL (Post 1764835)
Quick question...With the channels I have the option to notify if there is a new message (not with audio) but the icons don't seen to change? I thought they were supposed to blink or something...or I thought they used to? Or am I crazy?

I would have posted over at forumcoding but it seems to be down :(

Well to have blinking icons, you have to have created blinking icons :D (means : animated gif).

And you have to activate the option.

Quote:

Originally Posted by The Realist (Post 1764846)
2 templates needed reverting which was carried out and the usernames still dont work. If I run the script /mgc_cb_evo.php?do=update_before_2.3.0 the usernames show up for old chats but they dont show for new chats.

Regards

Send me admin access to your forum so that I have a look.

Are you sure you correctly updated all files ?

Quote:

Originally Posted by Red-Devil (Post 1764869)
Updated thanks great chatbox, only thing i did note was the script was not in english so didnt understand what it was saying at the end.

works :) top mod

Well part was in english and part in french unless I forgot to put both :D

KizZamP- 03-10-2009 05:53 PM

Quote:

Originally Posted by adnedarn (Post 1765066)
Make sure you have "Activate the BBCODE URL" in "Chats formatting and sending" within the admin control panel set to yes.

Andrew

That fixed it, thanks :).

Still having that database error when i search something though.

VBDev 03-10-2009 05:56 PM

Quote:

Originally Posted by Red-Devil (Post 1764880)
Another minor thing I think i would mention.

RSS feeds by the system are not displayed in the chat area, normal posts are, not sure if this is a bug, it may have been mentioned before too much info to read through.

Is it possible to have RSS feeds shown in the announce tried it in its own colums and not working.

Well RSS feeds are not working in the same way as posts or thread. Chatbox is not intended to be posting RSS feeds notifications.

Anyway I can add it to the todo list and see what I can do in a next version.

Quote:

Originally Posted by Cybershaolin (Post 1764916)
Same problem here, forumcoding page gets timeout issue. I cannot log there anymore, it is not working at all since about 7 hours now! I had ask before for support there about my problems after upgrading to 2.3.1, but since it went down, I will repeat here.

For me, I had to deactivate my notifications about new threads/posts because all I get now is databases errors in both cases!

And yes I applied the upgrade script ( http://url_of_your_admincp/mgc_cb_ev...e_before_2.3.0 with the corrected URL of course) at the end without any errors when applying the script.

These are the errors I get when I reply to a messages or create a new post:

Replies:
Code:

Database error in vBulletin 3.6.8:

Invalid SQL:

          INSERT INTO vb_mgc_cb_evo_chat   
              (
                  dateline,fromuid,name,ctext,sticky,chanid,coidentifier,iswarning,warningtype,tpforumid,
                  hascustomavatar,avatarid,avatarrevision,usergroupid,displaygroupid
                  ,avheight
              )
        VALUES
            (
                1236693804,1,'Mynick','23423,43917,Test',0,0,0,1,'post',72,
                1,0,1,
                6,6
                ,'71
            );

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''71
            )' at line 12
Error Number : 1064
Date        : Tuesday, March 10th 2009 @ 10:03:24 AM
Script      : http://www.myforum.com/forum/newreply.php?do=postreply&t=23423
Referrer    : http://www.myforum.com/forum/newreply.php?do=newreply&noquote=1&p=43910
IP Address  : XXX.XXX.XXX.XXX
Username    : Mynick
Classname    : vB_Database

New thread:
Code:

Database error in vBulletin 3.6.8:

Invalid SQL:

            INSERT INTO vb_mgc_cb_evo_chat
                (
                  dateline,fromuid,name,ctext,sticky,chanid,coidentifier,iswarning,warningtype,tpforumid,
                  hascustomavatar,avatarid,avatarrevision,usergroupid,displaygroupid
                  ,avheight
                )
            VALUES
                (
                    1236693818,1,'Mynick','23430,Allo',0,0,0,1,'thread',72,
                1,0,1,
                6,6
                ,'71
                );

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''71
                )' at line 12
Error Number : 1064
Date        : Tuesday, March 10th 2009 @ 10:03:38 AM
Script      : http://www.myforum.com/forum/newthread.php?do=postthread&f=72
Referrer    : http://www.myforum.com/forum/newthread.php?do=newthread&f=72
IP Address  : XXX.XXX.XXX.XXX
Username    : Mynick
Classname    : vB_Database

Finally, when using quick reply, it shows a message like I'm making a duplicate message! (and no, it was not a duplicated messages that I was doing) What's that? (See picture)

vbdev: Could you have a look at my forum please?

Fixed in the new updated version (import product only).

Quote:

Originally Posted by SnapOff Racing (Post 1764932)
Ahhh sneeky sneeky, always changing it up :D What does the script do exactly just outa curiosity?

To avoid big join of the user table upon chats retrieval all info are now moved to the chat table.

So basically the script just update all chats to put the info :)

VBDev 03-10-2009 06:00 PM

Quote:

Originally Posted by maidos (Post 1765033)
and the usergroup color doesnt display anymore :(
i tried empty the cache but still see the loading on default vbulletin template

even uninstalling and give fresh install doesnt help still loading and i made sure to upload all files again

Usergroup name color or usergroup chat color ?

If you are experiencing loading issues then it must be because you haven't upgraded correctly.

Are you sure you did follow the steps correctly ?

Quote:

Originally Posted by OcR Envy (Post 1765052)
Same,
http://url_of_your_admincp/mgc_cb_ev...e_before_2.3.0

Resolved the issue, was a little bit confusing though. Why not make this auto run as part of the 2.3.0 product file?

Well because if I put that autorun which needs to be outside product (due to the need of spliting the steps to avoid timeout) I would have ran it at the end of the 2.3.1 install code.

But if I do so, install code will cause problem with next releases.

maidos 03-10-2009 06:02 PM

Quote:

Originally Posted by VBDev (Post 1765094)
Usergroup name color or usergroup chat color ?

If you are experiencing loading issues then it must be because you haven't upgraded correctly.

Are you sure you did follow the steps correctly ?



Well because if I put that autorun which needs to be outside product (due to the need of spliting the steps to avoid timeout) I would have ran it at the end of the 2.3.1 install code.

But if I do so, install code will cause problem with next releases.


Well yeah, i have reuploaded a third time now but still the same
even if it says loading i tried posting a message and got smacked in the face with
Your submission could not be processed because a security token was missing.

even though it came from vbulletin default skin

usergroup name color, it will not display colors from the any usergroups.

VBDev 03-10-2009 06:02 PM

Quote:

Originally Posted by KizZamP- (Post 1765006)
Database error in vBulletin 3.8.1:

Invalid SQL:

SELECT COUNT(chatid) AS nbchats
FROM mgc_cb_evo_chat AS c
LEFT JOIN user AS fromu ON (c.fromuid=fromu.userid)
LEFT JOIN user AS tou ON (c.touid=tou.userid)
WHERE coidentifier IN ('0','me','slap') AND (touid='0' OR fromuid='1411'OR touid='1411') AND isthreadwarning='0' AND ispostwarning='0' AND ctext LIKE '%stonios%'
ORDER BY c.dateline DESC;

MySQL Error : Unknown column 'isthreadwarning' in 'where clause'
Error Number : 1054
Request Date : Tuesday, March 10th 2009 @ 06:03:40 PM
Error Date : Tuesday, March 10th 2009 @ 06:03:40 PM


Happened after searching for a name in the searchbox...

I think you haven't uploaded the files coz this was experienced in the previous version but not the 2.3.1

VBDev 03-10-2009 06:04 PM

Quote:

Originally Posted by maidos (Post 1765096)
Well yeah, i have reuploaded a third time now but still the same
even if it says loading i tried posting a message and got smacked in the face with
Your submission could not be processed because a security token was missing.

even though it came from vbulletin default skin

usergroup color, it will not display colors from the any usergroups.

Have you got non reverted chatbox templates ??

I asked you a question about usergroups but you didn't answer! Is it usergroup colors or usergroup chats color !! ?

maidos 03-10-2009 06:06 PM

i edited my msg, it is usergroup namecolors.... not chat color...

yes the default skins shows no reverted templates

KizZamP- 03-10-2009 06:06 PM

Quote:

Originally Posted by VBDev (Post 1765097)
I think you haven't uploaded the files coz this was experienced in the previous version but not the 2.3.1

Ah it doesn't happen on 2.3.1? I currently have 2.3.0 indeed... Isn't there a way to fix it by editting a file by in the place of upgrading?

VBDev 03-10-2009 06:08 PM

Quote:

Originally Posted by KizZamP- (Post 1765100)
Ah it doesn't happen on 2.3.1? I currently have 2.3.0 indeed... Isn't there a way to fix it by editting a file by in the place of upgrading?

How can you have 2.3.0, it was never posted anywhere lol


All times are GMT. The time now is 03:46 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.05868 seconds
  • Memory Usage 1,775KB
  • 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
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)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