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)
-   -   Add-On Releases - vBSSO - vBulletin Single Sign-On (https://vborg.vbsupport.ru/showthread.php?t=270517)

brandon515 10-24-2017 05:04 PM

I am looking to integrate Vbulletin and Wordpress. Is there a way, with this plugin, that I can only allow users that a part of a specific Vbulletin usergroup to access my Wordpress site?

Thanks

xeagle 11-06-2017 05:47 AM

Quote:

Originally Posted by brandon515 (Post 2590722)
I am looking to integrate Vbulletin and Wordpress. Is there a way, with this plugin, that I can only allow users that a part of a specific Vbulletin usergroup to access my Wordpress site?

Thanks

Thank you for reaching out.

Please use Allowed User Groups vBSSO option: here you can specify group id that will have the permission to be authenticated via vBSSO connection. Those users group id who are not specified in Allowed User Groups will be authenticated ONLY in vBulletin but not in the connected platforms.

For example:
1. Connect vBSSO WordPress, vBSSO Joomla and vBSSO vBulletin.
2. Fill in these fields:

- Allowed User Groups: 1,2,3,4.
- Allowed WordPress User Groups: 1,2.
- Allowed Joomla User Groups: 3,4.

This will mean that all 4 groups will have a permission to be authenticated in all platforms, but the first and the second - only in WordPress, the third and the fourth - only in Joomla.

More details at https://www.vbsso.com/2017/03/vbsso-...gs-in-details/

PattiOz 11-21-2017 05:43 AM

I have a new installation of VB 4.2.5 running PHP 7 on localhost. I am getting this error on uploading the xml:
Fatal error: Cannot use $this as parameter in D:\XAMPP2\htdocs\xxxx\forums\vbsso\vbsso.php on line 296
What am I doing wrong?

xeagle 11-21-2017 09:12 AM

Quote:

Originally Posted by PattiOz (Post 2591193)
I have a new installation of VB 4.2.5 running PHP 7 on localhost. I am getting this error on uploading the xml:
Fatal error: Cannot use $this as parameter in D:\XAMPP2\htdocs\xxxx\forums\vbsso\vbsso.php on line 296
What am I doing wrong?

Thank you for reaching out.

It seems you are using 7.1 PHP version - this version is currently unsupported yet (supported PHP versions -> 5.3, 5.4, 5.5, 5.6, 7.0).

The following code worked in PHP 7, but will emit compilation error in PHP 7.1

function foo($this) { // Fatal error: Cannot use $this as parameter}...

Please find vBSSO vBulletin details here and PHP error details here.

Thank you,

6piston 11-21-2017 01:57 PM

Hi xeagle,

I have the latest Wordpress used for main page and cms and Vbulletin 3.8.10 for forums & classifieds.

In vbulletin I have 150K members
In Wordpress I have 3000 members, some of these are from previously used vb wp bridge.

Mission:
- I would like to gradually bring all users from vbulletin to wordpress using buddypress
- Stop new posts, new threads, new user registration in vbulletin
- Keep Vbulletin forum just for achieve and for old users to log in to map to wordpress
- Use Wordpress as user registration not vbulletin

Is this possible? Thanks!

xeagle 11-21-2017 02:17 PM

Quote:

Originally Posted by 6piston (Post 2591203)
Hi xeagle,

I have the latest Wordpress used for main page and cms and Vbulletin 3.8.10 for forums & classifieds.

In vbulletin I have 150K members
In Wordpress I have 3000 members, some of these are from previously used vb wp bridge.

Mission:
- I would like to gradually bring all users from vbulletin to wordpress using buddypress
- Stop new posts, new threads, new user registration in vbulletin
- Keep Vbulletin forum just for achieve and for old users to log in to map to wordpress
- Use Wordpress as user registration not vbulletin

Is this possible? Thanks!

Thank you for reaching out.

We can propose you our help in user migration - to gradually bring all users from vBulletin to WordPress. Please report a request ticket here and we will our best to help you.

Thank you,

PattiOz 11-22-2017 06:24 AM

Quote:

Originally Posted by xeagle (Post 2591197)
Thank you for reaching out.

It seems you are using 7.1 PHP version - this version is currently unsupported yet (supported PHP versions -> 5.3, 5.4, 5.5, 5.6, 7.0).

The following code worked in PHP 7, but will emit compilation error in PHP 7.1

function foo($this) { // Fatal error: Cannot use $this as parameter}...

Please find vBSSO vBulletin details here and PHP error details here.

Thank you,

Done, thank you. I have successfully installed on the new 7.0 version of XAMPP.
However now I am getting the message
Unable to verify platform [http://localhost/xxxx/index.php?option=com_vbsso] Please analyze log files located at `D:\XAMPP70\htdocs\xxxx\forums\vbsso\logs\` to detect the cause of the issue.

Error message:
product: 5
version: 3.8.1
plugin_version: 1.0.3
error: Wrong Shared Password

I have tried https and non https. Changed the keys, but still the same error in the log file.
Wed Nov 22 09:11:13 2017,765 [13248] ERROR localFileLogger - Communication: Platform returned error: Wrong Shared Password
I have searched the comments for a similar error and found you responded to someone else with the same problem. So I enabled DEBUG to get the full error message. Let me know if I should PM it to you or if you have a fix already.
Cheers.

xeagle 11-22-2017 07:21 AM

Quote:

Originally Posted by PattiOz (Post 2591215)
Done, thank you. I have successfully installed on the new 7.0 version of XAMPP.
However now I am getting the message
Unable to verify platform [http://localhost/xxxx/index.php?option=com_vbsso] Please analyze log files located at `D:\XAMPP70\htdocs\xxxx\forums\vbsso\logs\` to detect the cause of the issue.

Error message:
product: 5
version: 3.8.1
plugin_version: 1.0.3
error: Wrong Shared Password

I have tried https and non https. Changed the keys, but still the same error in the log file.
Wed Nov 22 09:11:13 2017,765 [13248] ERROR localFileLogger - Communication: Platform returned error: Wrong Shared Password
I have searched the comments for a similar error and found you responded to someone else with the same problem. So I enabled DEBUG to get the full error message. Let me know if I should PM it to you or if you have a fix already.
Cheers.

Thank you for details.

Please check out next moment:

- are you using the latest vBSSO versions?
- other requirements - Installed PHP cURL, mCrypt extensions?

and submit a ticket support at https://www.vbsso.com/submit-a-request/ (please attach log
files, links to both sites etc).

We will check the log files and do our best to help you.

PattiOz 02-05-2018 06:56 PM

On the slave side, is there a way to remove the option to logout (and the heading) once you are logged in? Reason is, I use 2 login systems and would like them to use the other system to log out.

PS I managed to fix the above error :)

xeagle 02-06-2018 06:29 AM

Quote:

Originally Posted by PattiOz (Post 2592716)
On the slave side, is there a way to remove the option to logout (and the heading) once you are logged in? Reason is, I use 2 login systems and would like them to use the other system to log out.

PS I managed to fix the above error :)

Thank you for reaching out and for updates.

Could you please give more details on your request - remove the option to logout (and the heading) - do you mean to remove user name from the heading?

We are waiting for your feedback.
Thank you,


All times are GMT. The time now is 09:11 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.02737 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
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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