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)

ZGeek 12-11-2012 11:02 PM

Hi, just wondering if anyone has updated to wordpress 3.5 and has this working?

xeagle 12-12-2012 06:03 PM

Quote:

Originally Posted by sweetpotato (Post 2389732)
I find a bug when changing email

We have added it to our bugs list to verify it. Thank you.

benep 12-14-2012 02:15 PM

I use this Plugin for some time now and I like it very well.

Sometime I had to delete or merge users on my vBulletin. Both actions take no effect on my connected wordpress.

At the moment I also try to integrate vbsso into my own php project. After I figured out how your plugin works (and after integrating my own detailed logging) it was really easy and works great. Just one thing is missing on your side. I need to change userfields (Name and Avatar) on my part.

So can you implement these three features, or any?
- Send delete to connected platforms
- Send merge to connected platforms
- Receive profile changes from other platforms

Thank you for your efforts!

ihstiv 12-16-2012 03:33 AM

Can someone help me understand exactly how the 'vBSSO Access Settings ' options should be configured just to sync vbulletin 'registered user' and WP 'subscriber' ? My goal is to allow my logged in VB 'registered users' to comment on my WP posts and have their VB username and avatar appear next to the WP post comment.

Currently, I have success with connecting my VB 4.2 and WP 3.5, but when I navigate from VB to WP it does not show me as a logged in user in the WP post comment form unless I manually log in via the vbsso login form WP widget. Then it does show me as logged in in the comment form as desired.

Here are the 3 fields - I'm too dense to figure out exactly what they mean w/o an example:

Allowed User Groups
User groups having access to any platform (separated by comma)

Allowed WordPress User Groups
User groups having access to WordPress platform (separated by comma)

Associated WordPress User Groups
User groups associating visitors from WordPress platform (separated by comma)

Thanks!

Update: shortly after posting the above I logged in with the vbsso WP widget, and then logged out w/ the VB logout link and noticed that it also logged me out of WP, then I logged in again w/ the VB login and it also logged me into WP as desired. This was after I cleared everything from all of the 'access settings' fields and just left them blank. So I learned that by leaving all 3 fields blank, a VB registered user becomes a WP subscriber by default.

When I log in as VB admin, my WP role is also 'Subscriber' by default, so now I just need to know how to set it up to sync VB administrator as WP administrator...?

i tried adding Administrator and Administrators to all 3 fields in all possible combos to no avail. maybe I'm not supposed to be able to get in to WP admin w/ VB admin role?

Thanks

RedFoxy 12-20-2012 03:59 PM

Hello!
I've a trouble with vBSSO, vBulletin 4.2.0 PL3 and MediaWiki 1.19.2, everyday i got a lot of the following errors:
Code:

Thu Dec 20 17:00:05 2012,849 [77426] ERROR localFileLogger - Communication: Unable to accept response:
Tring to understand the trouble, I had actived the debug logging, until I got the error:

Code:

Thu Dec 20 17:00:05 2012,808 [77426] DEBUG localFileLogger - Platform listener:
Thu Dec 20 17:00:05 2012,808 [77426] DEBUG localFileLogger - array (
  'id' => '1',
  'url' => 'http://www.softairmania.it/samwiki/api.php?action=vbsso',
  'username' => '',
  'product' => '9',
  'lid' => 'xxxxxxxxxxxxxx.xxxxxxxx',
  'profile_fields' => '',
)
Thu Dec 20 17:00:05 2012,808 [77426] DEBUG localFileLogger - Platform request JSON: {"userid":"xxx","email":"xxxxx@xxxxxx.xx","username":"xxxxxxxx","e":2,"lid":"xxxxxxxxxxxxxx.xxxxxxxx","d":"http:\/\/www.softairmania.it\/forum.php"}
Thu Dec 20 17:00:05 2012,808 [77426] DEBUG localFileLogger - Platform request encrypted JSON: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Thu Dec 20 17:00:05 2012,809 [77426] DEBUG localFileLogger - Platform request urlencoded/encrypted JSON: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Thu Dec 20 17:00:05 2012,848 [77426] DEBUG localFileLogger - Communication: Platform returned http status code: 200
Thu Dec 20 17:00:05 2012,849 [77426] DEBUG localFileLogger - Communication: Platform returned error:
Thu Dec 20 17:00:05 2012,849 [77426] DEBUG localFileLogger - Communication: Platform returned response: <br />
<b>Fatal error</b>:  Call to a member function setEmail() on a non-object in <b>/xxxxx/samwiki/extensions/vbsso/includes/api.1.0.php</b> on line <b>46</b><br />

Thu Dec 20 17:00:05 2012,849 [77426] ERROR localFileLogger - Communication: Unable to accept response:
Thu Dec 20 17:00:05 2012,849 [77426] ERROR localFileLogger -

The trouble is in MediaWiki vbsso's extension file /vbsso/includes/api.1.0.php it try to use setEmail() but it's not go or the class passed by JSON isn't an object.

There is a way to fix or what?

xeagle 12-20-2012 05:38 PM

Quote:

Originally Posted by RedFoxy (Post 2391862)
Hello!
I've a trouble with vBSSO, vBulletin 4.2.0 PL3 and MediaWiki 1.19.2, everyday i got a lot of the following errors:
Code:

Thu Dec 20 17:00:05 2012,849 [77426] ERROR localFileLogger - Communication: Unable to accept response:
Tring to understand the trouble, I had actived the debug logging, until I got the error:

Code:

Thu Dec 20 17:00:05 2012,808 [77426] DEBUG localFileLogger - Platform listener:
Thu Dec 20 17:00:05 2012,808 [77426] DEBUG localFileLogger - array (
  'id' => '1',
  'url' => 'http://www.softairmania.it/samwiki/api.php?action=vbsso',
  'username' => '',
  'product' => '9',
  'lid' => 'xxxxxxxxxxxxxx.xxxxxxxx',
  'profile_fields' => '',
)
Thu Dec 20 17:00:05 2012,808 [77426] DEBUG localFileLogger - Platform request JSON: {"userid":"xxx","email":"xxxxx@xxxxxx.xx","username":"xxxxxxxx","e":2,"lid":"xxxxxxxxxxxxxx.xxxxxxxx","d":"http:\/\/www.softairmania.it\/forum.php"}
Thu Dec 20 17:00:05 2012,808 [77426] DEBUG localFileLogger - Platform request encrypted JSON: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Thu Dec 20 17:00:05 2012,809 [77426] DEBUG localFileLogger - Platform request urlencoded/encrypted JSON: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Thu Dec 20 17:00:05 2012,848 [77426] DEBUG localFileLogger - Communication: Platform returned http status code: 200
Thu Dec 20 17:00:05 2012,849 [77426] DEBUG localFileLogger - Communication: Platform returned error:
Thu Dec 20 17:00:05 2012,849 [77426] DEBUG localFileLogger - Communication: Platform returned response: <br />
<b>Fatal error</b>:  Call to a member function setEmail() on a non-object in <b>/xxxxx/samwiki/extensions/vbsso/includes/api.1.0.php</b> on line <b>46</b><br />

Thu Dec 20 17:00:05 2012,849 [77426] ERROR localFileLogger - Communication: Unable to accept response:
Thu Dec 20 17:00:05 2012,849 [77426] ERROR localFileLogger -

The trouble is in MediaWiki vbsso's extension file /vbsso/includes/api.1.0.php it try to use setEmail() but it's not go or the class passed by JSON isn't an object.

There is a way to fix or what?

Thanks for the catch, we have added it to the issues list to release a fix in next update.

RedFoxy 12-20-2012 07:05 PM

Can you add a feature? Just a way to specify the path where to save the logs files

xeagle 12-21-2012 05:25 AM

Quote:

Originally Posted by RedFoxy (Post 2391906)
Can you add a feature? Just a way to specify the path where to save the logs files

Yes, next vBSSO vBulletin releases will include more elegant way to manage log files through admin area > "Logging & Notifications" section.

RedFoxy 12-21-2012 10:51 AM

when do you think to release?

xeagle 12-21-2012 11:24 AM

Quote:

Originally Posted by RedFoxy (Post 2392039)
when do you think to release?

We recommend you to watch the thread to see once update is released.


All times are GMT. The time now is 07:34 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.02058 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
  • (4)bbcode_code_printable
  • (4)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