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)

Skyborg 01-10-2012 07:06 PM

Quote:

Originally Posted by VBDev (Post 2286137)
Please do so

PM is in your Inbox.

cuco2000 01-10-2012 07:20 PM

Quote:

Originally Posted by VBDev (Post 2286118)
For vB3 users, there was a small bug in class_display.php.

Find attached the fixed file, zip file updated though.

Yeah! This fix my problem, very thanks!

Gn_Snake 01-10-2012 07:40 PM

Hi,
with fresh installation i have this error:

Code:

Warning: realpath() [function.realpath]: open_basedir restriction in effect. File(/usr/lib/php5/20060613+lfs) is not within the allowed path(s): (/var/www/virtual/hardwaregame.org/:/usr/share/php/:/tmp/) in [path]/mgc_cb_evo/plugins/init_startup.php on line 2

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/var/www/virtual/ioncube/ioncube_loader_lin_5.2.so) is not within the allowed path(s): (/var/www/virtual/hardwaregame.org/:/usr/share/php/:/tmp/) in [path]/mgc_cb_evo/plugins/init_startup.php on line 2

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/var/www/ioncube/ioncube_loader_lin_5.2.so) is not within the allowed path(s): (/var/www/virtual/hardwaregame.org/:/usr/share/php/:/tmp/) in [path]/mgc_cb_evo/plugins/init_startup.php on line 2

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/var/ioncube/ioncube_loader_lin_5.2.so) is not within the allowed path(s): (/var/www/virtual/hardwaregame.org/:/usr/share/php/:/tmp/) in [path]/mgc_cb_evo/plugins/init_startup.php on line 2
Site error: the file /var/www/virtual/hardwaregame.org/htdocs/forum/mgc_cb_evo/plugins/init_startup.php requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the website operator. If you are the website operator please use the ionCube Loader Wizard to assist with installation.

Now i can't view the site....Help please

CrypticGTX 01-10-2012 07:42 PM

1 Attachment(s)
I see a display issue when an admin/mod clicks the down arrow to bring up the "Actions" menu. The lower the chat is, the more the "Actions" menu is covered by the element below it.

I've attached two examples that shows this.

CrypticGTX 01-10-2012 08:09 PM

Quote:

Originally Posted by Gn_Snake (Post 2286160)
Hi,
with fresh installation i have this error:

Code:

Warning: realpath() [function.realpath]: open_basedir restriction in effect. File(/usr/lib/php5/20060613+lfs) is not within the allowed path(s): (/var/www/virtual/hardwaregame.org/:/usr/share/php/:/tmp/) in [path]/mgc_cb_evo/plugins/init_startup.php on line 2

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/var/www/virtual/ioncube/ioncube_loader_lin_5.2.so) is not within the allowed path(s): (/var/www/virtual/hardwaregame.org/:/usr/share/php/:/tmp/) in [path]/mgc_cb_evo/plugins/init_startup.php on line 2

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/var/www/ioncube/ioncube_loader_lin_5.2.so) is not within the allowed path(s): (/var/www/virtual/hardwaregame.org/:/usr/share/php/:/tmp/) in [path]/mgc_cb_evo/plugins/init_startup.php on line 2

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/var/ioncube/ioncube_loader_lin_5.2.so) is not within the allowed path(s): (/var/www/virtual/hardwaregame.org/:/usr/share/php/:/tmp/) in [path]/mgc_cb_evo/plugins/init_startup.php on line 2
Site error: the file /var/www/virtual/hardwaregame.org/htdocs/forum/mgc_cb_evo/plugins/init_startup.php requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the website operator. If you are the website operator please use the ionCube Loader Wizard to assist with installation.

Now i can't view the site....Help please

You or your host needs to install IONCUBE loader in the php.ini.

Available free from: http://www.ioncube.com/loaders.php

Assuming a linux host here:
1.) I extracted all the files from the downloaded file to /usr/lib/php/modules/
2.) Edit the /etc/php.ini and add a line similar too:

Code:

zend_extension = /usr/lib/php/modules/ioncube_loader_lin_5.3.so
My error was for version 5.3 so that is the .so file I linked. Your's is saying version 5.2. Then you restart apache.

Code:

service httpd restart
Your configuration may vary, but this is quite common.

3Motions 01-10-2012 08:10 PM

Are all of the options supposed to be in French? I uploaded the language file like it said to from the Lang folder, however all of the MGC options are in the French language. I can't even edit the Usergroups page because all of those settings are in French too. How can I change that to English?

Skyborg 01-10-2012 08:13 PM

Quote:

Originally Posted by 3Motions (Post 2286179)
Are all of the options supposed to be in French? I uploaded the language file like it said to from the Lang folder, however all of the MGC options are in the French language. I can't even edit the Usergroups page because all of those settings are in French too. How can I change that to English?

You have to Import the Language XML (under Languages, not addons) with option to overwrite. Its works perfekt in English.

3Motions 01-10-2012 08:22 PM

Quote:

Originally Posted by Skyborg (Post 2286184)
You have to Import the Language XML (under Languages, not addons) with option to overwrite. Its works perfekt in English.

Hmm.. I guess I did something wrong the first time. I could have sworn I did it right, but after trying again it worked. Thanks a lot! :)

VBDev 01-10-2012 08:36 PM

Quote:

Originally Posted by CrypticGTX (Post 2286162)
I see a display issue when an admin/mod clicks the down arrow to bring up the "Actions" menu. The lower the chat is, the more the "Actions" menu is covered by the element below it.

I've attached two examples that shows this.

Files are missing.

Quote:

Originally Posted by CrypticGTX (Post 2286178)
You or your host needs to install IONCUBE loader in the php.ini.

Available free from: http://www.ioncube.com/loaders.php

Assuming a linux host here:
1.) I extracted all the files from the downloaded file to /usr/lib/php/modules/
2.) Edit the /etc/php.ini and add a line similar too:

Code:

zend_extension = /usr/lib/php/modules/ioncube_loader_lin_5.3.so
My error was for version 5.3 so that is the .so file I linked. Your's is saying version 5.2. Then you restart apache.

Code:

service httpd restart
Your configuration may vary, but this is quite common.

Assuming he has access coz you seem to be having a dedicated server CrypticGTX.
He can also install it using the php file included in the loader zip in case he is on a shared server.

ikorolis 01-10-2012 09:10 PM

i have PHP Fatal error how to fix?

[Tue Jan 10 22:09:21 2012] [error] [client xxxxxx] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/home/username/public_html/forums/includes/mgc_cb_evo/class_display.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/username/public_html/forums/profile.php(4553) : eval()'d code on line 71


All times are GMT. The time now is 02:53 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.07458 seconds
  • Memory Usage 1,759KB
  • 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
  • (6)bbcode_code_printable
  • (7)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