vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Profile Enhancements - Invitation System vB 3.7 Gold (https://vborg.vbsupport.ru/showthread.php?t=171951)

zethon 07-12-2013 10:58 AM

Quote:

Originally Posted by Pladimir (Post 2419084)
Same Problem here. When i go in to the UserCP and then navigate to the invites, it shows me up the following error on the top of the site:
Code:

Warnung: explode() expects parameter 2 to be string, array given in [path]/profile.php(182) : eval()'d code (Zeile 245)
greez

I was having this same problem. You can fix this by editing the "Invitation User CP" plugin that has the Hook Location of 'profile_start'. Look around line 247 of the code for:

PHP Code:

$groups explode(',',$vbulletin->options['invitation_allowed_usergroups']); 

And change this to:

PHP Code:

$groups $vbulletin->options['invitation_allowed_usergroups']; 


Alparslan 07-13-2013 02:42 PM

Quote:

Originally Posted by zethon (Post 2433316)
I was having this same problem. You can fix this by editing the "Invitation User CP" plugin that has the Hook Location of 'profile_start'. Look around line 247 of the code for:

PHP Code:

$groups explode(',',$vbulletin->options['invitation_allowed_usergroups']); 

And change this to:

PHP Code:

$groups $vbulletin->options['invitation_allowed_usergroups']; 


Thank you :)

fRtkmR 07-15-2013 11:55 AM

I get the following errors could not figure out for 3.8.7

https://vborg.vbsupport.ru/external/2013/07/35.png

help plz

Alparslan 07-15-2013 12:45 PM

Quote:

Originally Posted by fRtkmR (Post 2433770)
I get the following errors could not figure out for 3.8.7

https://vborg.vbsupport.ru/external/2013/07/35.png

help plz

http://www.webmaster.tc/vbulletin/vb...tasi-9239.html :) Deprecated: Assigning the return value of new by reference is deprecated in problem fixed.

mtirca 07-29-2013 12:46 PM

there is no one for vbulletin 4? :(

Dike 01-23-2014 08:20 AM

Hello;

Vbulletin 3.7.x and 3.8.x for

''Warning: explode() expects parameter 2 to be string, array given in [path]/profile.php(182) : eval()'d code on line 245''

error of the solution;

Admin Cp ► "Plug-in management" ► "Invitation User CP" (profile_start)

Look around line 245 of the code

Code:

$groups = explode(',',$vbulletin->options['invitation_allowed_usergroups']);
change this to:

Code:

$groups = $vbulletin->options['invitation_allowed_usergroups'];

Source Link: http://www.webmasterindexi.com/vbull...si-cozumu.html

good job...

PabloAM 04-06-2015 08:01 PM

Is there any version for Vbulletin 4??

Thanks!

artaman 05-25-2015 01:54 PM

There is an issue with 3.8.9 Beta 4, 'invitation' table can't be created, run this to create it manually:
PHP Code:

CREATE TABLE `vb3`.`invitation` ( `invitecodeVARCHAR(100NOT NULL , `userINT(10NOT NULL DEFAULT '0' , `usernameVARCHAR(100NOT NULL , `emailVARCHAR(100NOT NULL , `sentINT(10NOT NULL DEFAULT '0' , `acceptedINT(10NOT NULL DEFAULT '0' , `acceptedbyINT(10NOT NULL DEFAULT '0' , `statusTINYINT(1UNSIGNED NOT NULL DEFAULT '0' UNIQUE `invitecode` (`invitecode`)) ENGINE MyISAM


SaN-DeeP 05-26-2015 05:10 PM

request you to kindly share a new demo link.. an english version will be appreciated.

Nakromaja 11-22-2015 01:16 AM

Hello ,
What's reason of this error ?

Database error in vBulletin 3.8.9:

Invalid SQL:
SELECT * FROM invitation WHERE user = 1 ORDER BY sent DESC;

T?rk'?m ama maksat ortama ayak uydurmak :)


All times are GMT. The time now is 03:03 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.02489 seconds
  • Memory Usage 1,757KB
  • 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
  • (3)bbcode_code_printable
  • (5)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (3)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