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)

Cydefense 05-01-2013 04:50 PM

Quote:

Originally Posted by xeagle (Post 2419296)
The update is under 3rd round of testing and it's going to be published asap to cover some of the issues and bring more useful features like ssl support, usergroups, etc.

Hi,
Can you give ur skype or email, i really want to ask you something

Blue-Inc 05-01-2013 08:31 PM

Cheers. This is working great. Although I do have an issue where my main wordpress account is not the same as my administrator account on my vB forum. It's not a big problem, it's just that admin account on my vB forum and WP site are not linked. (Meaning, I have to keep logging out into my main admin account on WP)

xeagle 05-02-2013 08:44 AM

Quote:

Originally Posted by Cydefense (Post 2419467)
Hi,
Can you give ur skype or email, i really want to ask you something

Support is ready to help you with pleasure http://vbsso.com/request-new-feature/. Just contact them ;)

xeagle 05-02-2013 08:46 AM

Quote:

Originally Posted by Blue-Inc (Post 2419495)
Cheers. This is working great. Although I do have an issue where my main wordpress account is not the same as my administrator account on my vB forum. It's not a big problem, it's just that admin account on my vB forum and WP site are not linked. (Meaning, I have to keep logging out into my main admin account on WP)

Right, so far vBSSO requirement is to have all the accounts aligned having the same username / email in both system. It's a limitation, however we expect to jump up this year to avoid this limitation.

tambo 05-05-2013 08:41 AM

I've tried so hard to get this mod to work on a test site over the last 6 months, using different versions, different installs, even different servers and hosts... but it just doesn't connect properly.

My intention is to link a wiki, but I've been testing on a wordpress site for the sake of simplicity. The folder structure for these installations is that both sit in their own folder relative to root. So vB is in: "root/forum/..." and Wordpress is in "root/site/...".

On initial installation in both vB and wordpress, I attempt to connect the wordpress platform by taking the values from the Wordpress "vBSSO Settings" page and adding them to the vB "Connect a Platform" ACP page. For example:

Address: http://www.example.com/site/wp-content/plugins/vbsso/vbsso.php
Key: 123456789

On doing this for the first time on a clean vB installation, it appears to validate the connection as the details are added at the bottom of the page and are in lovely green text.

I add the necessary usergroup IDs to the vB "Access Settings" page, but no matter what I do, the account does not log into Wordpress. If I press "login" on the front end of the Wordpress site, the vB "logging you in" screen shows, but does not log me into Wordpress. If I press it again, there is an error message (can't remember what it says, but logfiles suggested that it was because the username already existed???).

On reviewing the previously added connection in the "Connect a Platform" ACP page, the text is now red???

If I delete that platform connection and attempt to re-connect that platform using the same (or different) values, the process no longer succeeds and simply throws an error:

Code:

Unable to verify platform [http://www.example.com/site/wp-content/plugins/vbsso/vbsso.php]
Please analyze log files located at `/home/partcser/public_html/example.com/forum/vbsso/logs/` to detect the cause of the issue.


Logs are enabled to show "all" levels of severity, but nothing is recorded regarding this now-failing connection.

I can't understand from the little documentation where I'm going wrong. Like others have indicated, I'm willing to pay for a Pro version of this (or branding free... whatever) as it's a much-needed feature, but I simply cannot get it to work as it's described.

Syxguns 05-05-2013 08:08 PM

tambo,
I had a similar issue at first, and in reading posts learned a couple of things.

1) Make sure that user names are one word and not two. Example: "Mr Robot" is allowed in vB but not on WP. This is primarily because it will break the URL. In other words "Mr Robot" would be translated to "Mr%20Robot". I have not found a work around on this issue. This means that all users on vB that have a space would need to use an underline "_" to make it work which means the name would need to be "Mr_Robot" or "Mr-Robot" would work as well.

2) This mod still does not work for "https", which isn't a problem for you, but I've been waiting for the update. I did pay for the pro version! I'm hoping this will be resolved soon.

Try to completely remove all of the files for the Mod, clean the database for WP, then start from scratch and make sure that there are no spaces in user names. I think periods are fine like "Mr.Robot" because it will should not mess up the URL but I would not suggest it. See if that was the issue.

xeagle 05-06-2013 05:55 AM

Quote:

Originally Posted by tambo (Post 2420029)
I've tried so hard to get this mod to work on a test site over the last 6 months, using different versions, different installs, even different servers and hosts... but it just doesn't connect properly.

My intention is to link a wiki, but I've been testing on a wordpress site for the sake of simplicity. The folder structure for these installations is that both sit in their own folder relative to root. So vB is in: "root/forum/..." and Wordpress is in "root/site/...".

On initial installation in both vB and wordpress, I attempt to connect the wordpress platform by taking the values from the Wordpress "vBSSO Settings" page and adding them to the vB "Connect a Platform" ACP page. For example:

Address: http://www.example.com/site/wp-content/plugins/vbsso/vbsso.php
Key: 123456789

On doing this for the first time on a clean vB installation, it appears to validate the connection as the details are added at the bottom of the page and are in lovely green text.

I add the necessary usergroup IDs to the vB "Access Settings" page, but no matter what I do, the account does not log into Wordpress. If I press "login" on the front end of the Wordpress site, the vB "logging you in" screen shows, but does not log me into Wordpress. If I press it again, there is an error message (can't remember what it says, but logfiles suggested that it was because the username already existed???).

On reviewing the previously added connection in the "Connect a Platform" ACP page, the text is now red???

If I delete that platform connection and attempt to re-connect that platform using the same (or different) values, the process no longer succeeds and simply throws an error:

Code:

Unable to verify platform [http://www.example.com/site/wp-content/plugins/vbsso/vbsso.php]
Please analyze log files located at `/home/partcser/public_html/example.com/forum/vbsso/logs/` to detect the cause of the issue.


Logs are enabled to show "all" levels of severity, but nothing is recorded regarding this now-failing connection.

I can't understand from the little documentation where I'm going wrong. Like others have indicated, I'm willing to pay for a Pro version of this (or branding free... whatever) as it's a much-needed feature, but I simply cannot get it to work as it's described.

Dear tambo,

At first glance you properly try to connect a platform and your connection issue would be due to the using "https" (https support version is under testing, going to be released asap) or filling up the Access Settings incorrectly. Could you please clean up "Access Settings" and try to connect your platform again. If the problem is persistent for you, please contact a support team (http://vbsso.com/report-an-issue/ it's thankfully free now) and send them temporary access to your forum and wordpress to let them troubleshoot that issue.

Thank you,

popup 05-10-2013 08:28 PM

I am going to use vBSSO with Drupal 6. and have a couple of questions. Sorry if they sound stupid:

- Does vBSSO work with VB 5?
- Is synchronization bi-directional? (I mean people can register to Drupal and get authenticated into VB and vice versa?

- Is banning users goes bi-directional? (Or I need to ban each user in both Drupal and VB?)

- What happens if the same user has different passwords on Drupal and VB? Which set of passwords will be overwritten, if any? (This is the senario which I will have after converting my actual Drupal forum to VB)

Thanks

Rolll 05-18-2013 01:35 AM

Is this version compatible with PHP Version 5.4.4-14?
Because it give me a server error when I try to login, and when I try connect a platform, it's show me a blank page...

Rolll 05-18-2013 10:34 AM

Solved i've installed Php curl.

http://askubuntu.com/questions/9293/...l-curl-in-php5


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