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 - [DBTech] vBShout v6 (vB4) [AJAX] (https://vborg.vbsupport.ru/showthread.php?t=236970)

DragonByte Tech 05-25-2013 02:39 PM

Quote:

Originally Posted by STR8H8TEx (Post 2423047)
i installed this... however it is installing 2 shoutboxs one on top of each other? how do i fix this? i looked through some post, but 150 pages is alot of reading lol

Ensure you've not accidentally created 2 shoutbox instances in the AdminCP.

Quote:

Originally Posted by ywwz (Post 2423060)
Hi, Dragon, I am using a new Style, and I am missing my chatbox, the bad news is I cannot find the way to modify the new templete file of FORUMHOME of my new style, where can I find the instruction?

Sorry, I don't understand your question.

Quote:

Originally Posted by Level Lord (Post 2424073)
Hello,

maybe can help the users who do not have avatar someone here have only a cross in the shoutbox. Under Properties of the Cross, the address is displayed twice. Further never know now.

What can I do?

Does this happen in a default (unmodified) style?


Fillip

silvermerc 05-27-2013 02:27 PM

Hi DragonByte; When trying to set up permissions im getting this error;
Quote:

Database error in vBulletin 4.2.1:

Invalid SQL:
UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'Global Mod',
`description` = 'Moderates the entire forum',
`usertitle` = 'Global Moderator',
`opentag` = '<b><span style=\"color:#eb1515;\"><strong>',
`closetag` = '</b> </strong>',
`passwordexpires` = '0',
`passwordhistory` = '0',
`dbtech_vbshoutpermissions` = '2',
`allowhtmlpermissions` = '0',
`itraderpermissions` = '7',
`rankpermissions` = '1',
`mgc_cb_evo_permissions` = '0',
`mgc_cb_evo_refreshrate` = '5',
`mgc_cb_evo_nbmsg_show` = '',
`mgc_cb_evo_nbmsg_perday_show` = '',
`mgc_cb_evo_nbthreads_perday_show` = '0',
`mgc_cb_evo_max_chats_perday` = '0',
`creditspermissions` = '28',
`forumpermissions` = '100663295',
`genericpermissions` = '2147442671',
`attachlimit` = '0',
`pmquota` = '1500',
`pmpermissions` = '7',
`pmsendmax` = '0',
`pmthrottlequantity` = '0',
`calendarpermissions` = '63',
`wolpermissions` = '15',
`adminpermissions` = '1',
`genericpermissions2` = '7',
`genericoptions` = '62',
`profilepicmaxwidth` = '100',
`profilepicmaxheight` = '100',
`profilepicmaxsize` = '65535',
`avatarmaxwidth` = '200',
`avatarmaxheight` = '280',
`avatarmaxsize` = '4294967295',
`signaturepermissions` = '499711',
`sigpicmaxwidth` = '500',
`sigpicmaxheight` = '100',
`sigpicmaxsize` = '10000',
`sigmaxrawchars` = '1000',
`sigmaxchars` = '500',
`sigmaxlines` = '0',
`sigmaxsizebbcode` = '7',
`sigmaximages` = '4',
`sigmaxvideos` = '1',
`albumpermissions` = '255',
`albumpicmaxwidth` = '600',
`albumpicmaxheight` = '600',
`albummaxpics` = '100',
`albummaxsize` = '0',
`usercsspermissions` = '191',
`visitormessagepermissions` = '63',
`socialgrouppermissions` = '262143',
`maximumsocialgroups` = '5',
`groupiconmaxsize` = '65535',
`dbtech_usertagpermissions` = '0'
WHERE usergroupid=5;

MySQL Error : Unknown column 'mgc_cb_evo_permissions' in 'field list'
Error Number : 1054
Request Date : Monday, May 27th 2013 @ 11:26:55 AM
Error Date : Monday, May 27th 2013 @ 11:26:55 AM
Script : http://www.&&&&&&&&.net/admincp/usergroup.php?do=update
Referrer : http://www.&&&&&&.net/admincp/usergr...&usergroupid=5
IP Address : &&&&&&&&
Username : irRoss
Classname : vB_Database
MySQL Version : 5.5.30-cll-lve
& this;

Quote:

You appear to have PHP 5.3.9 or higher installed on your server and configured to be too restrictive for vBulletin and vBShout to work correctly.

Please note that if you have a large number of usergroups, certain parts of this page may not work as intended.

If you encounter this issue, you may be able to work around this by adding the following code to your .htaccess file:

php_value max_input_vars 10000

or altering your php.ini file to increase max_input_vars to 10000.
Tried altering our php.ini didn't work

Any idea which file MGC is breaking, as we uninstalled MGC... if you can tell me the file clashing I can fix hopefully :P

DragonByte Tech 05-27-2013 02:34 PM

1. We can't assist with the MGC issue unfortunately :(

2. You also need to restart Apache for the changes to take effect.


Fillip

silvermerc 05-27-2013 02:38 PM

Well its not directly MGC, its more or less us trying to use your product which we are being restricted to use by something to do with PHP version, We are now getting this error;
Quote:

You appear to have Suhosin installed on your server and configured to be too restrictive for vBulletin and vBShout to work correctly.

Please note that if you have a large number of usergroups, certain parts of this page may not work as intended.

If you encounter this issue, you can work around this by adding the following code to your .htaccess file:

php_flag suhosin.cookie.encrypt Off
php_value suhosin.request.max_vars 2048
php_value suhosin.get.max_vars 2048
php_value suhosin.post.max_vars 2048

These are the values vBulletin Support Staff suggest.
Don't really understand why you won't help us :s

DragonByte Tech 05-27-2013 02:52 PM

Sorry, I'm confused. You posted a DB error generated by the fact that MGC chatbox didn't uninstall correctly, and then separately posted an issue in vBShout.

I helped you solve the issue in vBShout, and told you that we couldn't assist with the MGC issue.

How does that translate into not wanting to help you? O.o

As for this new message, does it work if you modify your htaccess file with that information? If not, edit php.ini and change these values:
Code:

suhosin.cookie.encrypt Off
suhosin.request.max_vars 2048
suhosin.get.max_vars 2048
suhosin.post.max_vars 2048

Or turn off Suhosin entirely.


Fillip

silvermerc 05-27-2013 03:07 PM

Quote:

You appear to have Suhosin installed on your server and configured to be too restrictive for vBulletin and vBShout to work correctly.

Please note that if you have a large number of usergroups, certain parts of this page may not work as intended.

If you encounter this issue, you can work around this by adding the following code to your .htaccess file:

php_flag suhosin.cookie.encrypt Off
php_value suhosin.request.max_vars 2048
php_value suhosin.get.max_vars 2048
php_value suhosin.post.max_vars 2048

These are the values vBulletin Support Staff suggest.
[17:06:51] Lynx: is the problem now
This is the problem we are getting, We tried what you said and it is showign that now.

DragonByte Tech 05-27-2013 03:13 PM

Quote:

Originally Posted by DragonByte Tech (Post 2424472)
As for this new message, does it work if you modify your htaccess file with that information? If not, edit php.ini and change these values:
Code:

suhosin.cookie.encrypt Off
suhosin.request.max_vars 2048
suhosin.get.max_vars 2048
suhosin.post.max_vars 2048

Or turn off Suhosin entirely.



Fillip

silvermerc 05-27-2013 03:15 PM

Didn't work

DragonByte Tech 05-27-2013 03:20 PM

In that case, please disable Suhosin entirely (or contact your host and ask them to disable it) and then restart Apache again.

Fillip

silvermerc 05-27-2013 03:26 PM

Alright, cheers for your help. Wished you would of had a look into it yourself mind.


All times are GMT. The time now is 02:36 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.06253 seconds
  • Memory Usage 1,758KB
  • 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
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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