Quote:
Originally Posted by molieman
Excellent addition to my site. Thank you VBDev
In the read me there is
This is where I placed the above statement in FORUMHOME:
</head>
<body>
$header
$navbar
$mgc_cb_evo_stats
<if condition="$show['guest']">
<!-- guest welcome message -->
I've taken the "yes" option in AdminCP "Display stats on the forumhome"
Unfortunately, nothing happens, nothing is displayed on the forum page. Perhaps I'm not doing something that I should.
Please help 
|
Hum seems ok to me.
Anyone else having this issue ?
Quote:
Originally Posted by maidos
hey just wonder if u remember to check the utf8 issue ?
|
No sorry I am bit busy and forget everything.
What was it exactly ?
Quote:
Originally Posted by yeku
Hi all,
I'm receiving by mail this error:
Code:
Database error in vBulletin 3.6.7:
Invalid SQL:
UPDATE session
SET lastactivity = xxxx, location = '/info/mgc_chatbox.php?do=ajax_refresh_chat', inforum = 0, inthread = 0, incalendar = 0, badlocation = 0
WHERE sessionhash = 'xxxx';
MySQL Error : MySQL server has gone away
Error Number : 2006
Date : Monday, March 17th 2008 @ 02:56:09 PM
Script : http://www.mydomain.com/info/mgc_chatbox.php
Referrer : http://www.mydomain.com/info/index.php
IP Address : xxxx
Username : xxxx
Classname : vB_Database
The timeout configuration of the mysqlserver isn't the problem (i've spoken with the admin).
Do you have any idea?
Thanks.
|
Honestly I don't know.btw this is not the good thread, you are asking questions about the mgc_chatbox and not the mgc_cb_evo
I think it could be a too low refresh rate perhaps but not sure.
Quote:
Originally Posted by theOZer
Running vB3.7.0 RC1 in testvb with prior Chatbox V1.5 uninstalled before upgrading vB3.6.8 to vB370RC1.
Followed installation instructions.
In ACP > UserGroups > UserGroup Manager
I try to set any usergroup's Chatbox Permission to Yes, then Save,
and get this error message:
Code:
Database error in vBulletin 3.7.0 Release Candidate 1:
Invalid SQL:
UPDATE usergroup SET
### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'Super Moderators',
`description` = '',
`usertitle` = 'Super Moderator',
`opentag` = '',
`closetag` = '',
`passwordexpires` = '0',
`passwordhistory` = '0',
`forumpermissions` = '8388607',
`genericpermissions` = '1609520879',
`attachlimit` = '0',
`pmquota` = '50',
`pmpermissions` = '7',
`pmsendmax` = '0',
`calendarpermissions` = '63',
`wolpermissions` = '15',
`adminpermissions` = '1',
`genericpermissions2` = '1',
`genericoptions` = '63',
`profilepicmaxwidth` = '100',
`profilepicmaxheight` = '100',
`profilepicmaxsize` = '65535',
`avatarmaxwidth` = '80',
`avatarmaxheight` = '80',
`avatarmaxsize` = '25000',
`signaturepermissions` = '237567',
`sigpicmaxwidth` = '500',
`sigpicmaxheight` = '100',
`sigpicmaxsize` = '2000',
`sigmaxrawchars` = '1000',
`sigmaxchars` = '500',
`sigmaxlines` = '0',
`sigmaxsizebbcode` = '7',
`sigmaximages` = '4',
`albumpermissions` = '255',
`albumpicmaxwidth` = '600',
`albumpicmaxheight` = '600',
`albumpicmaxsize` = '100000',
`albummaxpics` = '100',
`albummaxsize` = '0',
`usercsspermissions` = '31',
`visitormessagepermissions` = '63',
`socialgrouppermissions` = '511',
`mgccustomusergroupperms` = '0',
`nbmsgshowchatbox` = '',
`vbblog_general_permissions` = '126',
`vbblog_entry_permissions` = '24188',
`vbblog_comment_permissions` = '990',
`trgpermissions` = '0',
`mgc_cb_evo_permissions` = '127',
`mgc_cb_evo_nbmsg_show` = '0',
`mgc_cb_evo_nbmsg_perday_show` = '0',
`mgc_cb_evo_default_color` = '000000'
WHERE usergroupid=5;
MySQL Error : Unknown column 'mgccustomusergroupperms' in 'field list'
Error Number : 1054
Date : Wednesday, March 19th 2008 @ 05:44:21 PM
Script : http://ozmad.net/testvb/admincp/usergroup.php?do=update
Referrer : http://ozmad.net/testvb/admincp/usergroup.php?do=edit&usergroupid=5
IP Address : 205.170.15.222
Username : fLASH
Classname : vb_database
MySQL Version : 4.0.27-standard-log
|
You haven't uninstalled the 1.5 version correctly.
You should have removed chatbox files prior to the new install.
To correct that, you have to remove the 1.5 version files and then rebuild bitfields manually.
|