Thread: Chat Modifications - MGC Chatbox Evo
View Single Post
  #6389  
Old 05-25-2010, 11:41 AM
VBDev's Avatar
VBDev VBDev is offline
 
Join Date: Jan 2004
Location: France
Posts: 2,570
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by angeljs View Post
Here is the error I received in the emails:

Code:
Database error in vBulletin 4.0.2:

Invalid SQL:

SELECT  administrator.*, 
userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate, user.languageid AS saved_languageid,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid,
language.phrasegroup_global AS phrasegroup_global,
language.phrasegroup_cphome AS phrasegroup_cphome,
language.phrasegroup_cpglobal AS phrasegroup_cpglobal,
language.options AS lang_options,
language.languagecode AS lang_code,
language.charset AS lang_charset,
language.locale AS lang_locale,
language.imagesoverride AS lang_imagesoverride,
language.dateoverride AS lang_dateoverride,
language.timeoverride AS lang_timeoverride,
language.registereddateoverride AS lang_registereddateoverride,
language.calformat1override AS lang_calformat1override,
language.calformat2override AS lang_calformat2override,
language.logdateoverride AS lang_logdateoverride,
language.decimalsep AS lang_decimalsep,
language.thousandsep AS lang_thousandsep
,mgcugp.mgc_cb_evo_default_color,mgcugp.mgc_cb_evo_chanid
FROM user AS user
LEFT JOIN userfield AS userfield ON (user.userid = userfield.userid)
LEFT JOIN usertextfield AS usertextfield ON (usertextfield.userid = user.userid) LEFT JOIN administrator AS administrator ON (administrator.userid = user.userid) LEFT JOIN language AS language ON (language.languageid = IF(user.languageid = 0, 1, user.languageid)) 
LEFT JOIN usergroup AS mgcugp ON (user.usergroupid=mgcugp.usergroupid) 
WHERE user.userid = 2;

MySQL Error   : Unknown column 'mgcugp.mgc_cb_evo_default_color' in 'field list'
Error Number  : 1054
Request Date  : Tuesday, May 25th 2010 @ 07:18:01 AM
Error Date    : Tuesday, May 25th 2010 @ 07:18:01 AM
Script        : http://simfansuk.com/forums/admincp/index.php?loc=plugin.php%3Fdo%3Dproduct
Referrer      : http://simfansuk.com/forums/admincp/plugin.php?do=productenable&productid=mgc_cb_evo&s=
IP Address    : 90.200.25.157
Username      : 
Classname     : vB_Database
MySQL Version :
Really appreciate you taking the time with this
Seems like the usergroup table wasn't modified to add the mgc_cb_evo_default_color field.
Did you get any error when installing the chatbox ?

I would recommand you to uninstall the product and import it again.

Quote:
Originally Posted by tafreeh View Post
It may sound stupid.. but how do you banned someone other than use commands ?

and how do u use those commands anyways.. Sorry ppl I never use IRC before...

Thanks
You have the possibility to ban someone from a link in the menu near the chats or use the /ban command.

Its syntax is explained in the chatbox help (? icon in the chatbox).

Quote:
Originally Posted by Halfhidden View Post
@ VBDev.
I've closed down the test account you asked me to set up. I can see you are very busy with database errors and such like.. so I'll try and figure it out myself.
Thanks anyway.
Well you only activated it during 24H, so don't expect me to be that fast.
I do vB as hobby and I have a life

Quote:
Originally Posted by Bano Host View Post
I like it but it hard to install ,

why not all files need to upload in one directory to make it easy to removed?

and , we hope the install only to upload files and product so langauge

not to edit any template

please fix this and important one to let all files in one directory

thanks any way
There is multiples locations for files upload because some are using the vB standards :
  • cpnav and permissions xml files goes in includes/xml so that vB automatically recognize it
  • Data manager class goes in includes because this is where vB searches them when you instantiate one
  • Admin files goes in admincp directory for structure keeping
  • Cron php file could indeed be moved to another directory, I'll perhaps consider that
  • Perhaps mgc_cb_evo.php and mgc_cb_evo_ajax.php could also be moved to mgc_cb_evo directory, I'll consider that

Regarding the language, this is for personnal reasons, I am french so I decided to make it default in french and to provide an english language file. I am sure that can be understood

Quote:
Originally Posted by Saphyrus View Post
what should i add in mgc_cb_evo.css ?
Well you should add something like :
Code:
#mgc_cb_evo_input {
   background-color : #123456;
}
Not sure if this is a '#' or a '.', I am not a master in CSS and don't have a code beyond my eyes but that should be something like that.
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01249 seconds
  • Memory Usage 1,800KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete