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)

giannicabiglio 04-17-2013 04:13 AM

Hmmm. I looked in almost every folder. I didn't see them. Do you know where they might be located?

Syxguns 04-17-2013 04:28 AM

Quote:

Originally Posted by giannicabiglio (Post 2416854)
Hmmm. I looked in almost every folder. I didn't see them. Do you know where they might be located?

They are tables in the database. I use phpmyadmin to access my database. Some people use other programs. There are only 3 tables starting with vbsso_

If you don't have access you need to have your provider give it to you. There are some occasions when you need directions access.

giannicabiglio 04-17-2013 04:32 AM

I'm using cyberduck. I am pretty sure I have complete access to my site. I'll search again

Syxguns 04-17-2013 05:01 AM

Quote:

Originally Posted by giannicabiglio (Post 2416860)
I'm using cyberduck. I am pretty sure I have complete access to my site. I'll search again

Isn't Cyber duck an FTP client? You can only see files and folders on the server with that. You need full access to the database. If someone hacks your site you need access to the database to correct issues.

In the mean time download vB again if you don't already have a copy. In the "do_not_upload" folder you will see tools.php upload that to admincp folder. Now access the Admincp page by your domain.com/forums/admincp/tools.php you must remember to remove that file after you finish cleaning.

giannicabiglio 04-17-2013 05:45 AM

Tried the tools.php and it didn't change anything. Still get blank screens when accessing any php in wp or vbulletin. I emailed vBSSo customer support and they suggested this:

If you have an issue to log in to WordPress, you are free to use <wordpress>/wp-login.php script to get in. Additionally you are free to disable vBSSO login by opening config.custom.default.php file and setting 'override-links' => false

But that didn't do anything either.

Syxguns 04-17-2013 06:10 AM

Quote:

Originally Posted by giannicabiglio (Post 2416867)
Tried the tools.php and it didn't change anything. Still get blank screens when accessing any php in wp or vbulletin. I emailed vBSSo customer support and they suggested this:

If you have an issue to log in to WordPress, you are free to use <wordpress>/wp-login.php script to get in. Additionally you are free to disable vBSSO login by opening config.custom.default.php file and setting 'override-links' => false

But that didn't do anything either.

I can't believe the tools.php didn't give you access! After you made the change to the config.custom.default.php file did you remove browsing history and delete you cache?

giannicabiglio 04-17-2013 07:02 AM

I tried it in multiple browsers, clearing cache and refreshing page with no luck. It just directs me to a "not found" page.

Syxguns 04-17-2013 07:15 AM

Okay, give me a minute to do some quick research and I'll send you a PM. We can post the fix here if you wish.

giannicabiglio 04-18-2013 01:02 AM

Fixed itself. Can't explain it! Just worried about reactivating this plugin now....

Syxguns 04-18-2013 06:52 AM

Quote:

Originally Posted by giannicabiglio (Post 2417037)
Fixed itself. Can't explain it! Just worried about reactivating this plugin now....

Probably your server cache had not reset. I've had that happen to me on numerous occasions when trying to get things to work. It can be a real headache!

I would wait until they finish with the update to it before you make a second attempt. I'm hoping it will be soon....

Zadvantage 04-19-2013 03:19 AM

I'm having an issue getting this to install on my forum. I initially tried with 4.1.8 and got a SQL error, then I upgraded to 4.2, still getting the same SQL error:
Quote:

Database error in vBulletin 4.2.0:

Invalid SQL:
SHOW TABLES WHERE `Tables_in_fitnessboard` LIKE "vbsso_users";

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE `Tables_in_fitnessboard` LIKE "vbsso_users"' at line 1
Error Number : 1064
Request Date : Thursday, April 18th 2013 @ 09:15:23 PM
Error Date : Thursday, April 18th 2013 @ 09:15:23 PM
Script : http://www.fitnessboard.net/admincp/...=productimport
Referrer : http://www.fitnessboard.net/admincp/...?do=productadd
IP Address : ***************
Username : ********
Classname : vB_Database
MySQL Version : 4.1.24-log
I'm kind of at a loss for what that might mean, or how to correct it.
Any thoughts?

EDIT: I had previously accidentally imported "version.xml" instead of "vbsso.xml" - so it tells me I have to "overwrite" in order to install vbsso.xml - I don't know how to uninstall the other one to fix that either.

EDIT 2: Question 2: How to I "uninstall" if it hasn't ever let me install? Accidentally running version.xml apparently has made it look like I have it installed when it is not really installed.

whitedd 04-21-2013 10:52 PM

after i try to logout from WP i have error:

Warning: require_once(./includes/functions_user.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/class_bootstrap.php(430) : eval()'d code on line 21

Fatal error: require_once() [function.require]: Failed opening required './includes/functions_user.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/*****/public_html/includes/class_bootstrap.php(430) : eval()'d code on line 21

GamerPerfection 04-22-2013 09:09 AM

I'm testing this offline using Xampp. I'm using vB 4.2.0 PL3 and WP 3.5.1.

When I try and connect the platforms I get this error:

Quote:

Unable to verify platform [http://localhost/gamerperfection/wp/...ins/vbsso.php] Please analyze log files located at `C:\xampp\htdocs\gamerperfection\vbsso\logs\` to detect the cause of the issue.

Error message:
And my logs says this:

Quote:

04/22/13 12:01:14,361 [4540] ERROR localFileLogger - Communication: Unable to accept response:
04/22/13 12:01:14,362 [4540] ERROR localFileLogger - W
Is this anything to do with me using Xampp? Or is it something else?

ROTPAR 04-23-2013 12:28 PM

Do you also plan a version for Xenforo too.. as they grow like crazy!

alocado 04-23-2013 08:26 PM

Quote:

Originally Posted by whitedd (Post 2417764)
after i try to logout from WP i have error:

Warning: require_once(./includes/functions_user.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/class_bootstrap.php(430) : eval()'d code on line 21

Fatal error: require_once() [function.require]: Failed opening required './includes/functions_user.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/*****/public_html/includes/class_bootstrap.php(430) : eval()'d code on line 21

I'm having this problem too! can someone help us??

Syxguns 04-24-2013 07:30 AM

xeagle,
I've been waiting on the update to work with https sites. Can you give me some form of deadline on it?

Zadvantage 04-25-2013 06:51 PM

Quote:

Originally Posted by Zadvantage (Post 2417264)
I'm having an issue getting this to install on my forum. I initially tried with 4.1.8 and got a SQL error, then I upgraded to 4.2, still getting the same SQL error:


I'm kind of at a loss for what that might mean, or how to correct it.
Any thoughts?

EDIT: I had previously accidentally imported "version.xml" instead of "vbsso.xml" - so it tells me I have to "overwrite" in order to install vbsso.xml - I don't know how to uninstall the other one to fix that either.

EDIT 2: Question 2: How to I "uninstall" if it hasn't ever let me install? Accidentally running version.xml apparently has made it look like I have it installed when it is not really installed.

Just a quick bump for this. We also submitted the question through the website. Just hoping to get a quick response because we're on a deadline to link the wordpress and vbulletin sections. Thanks!

alocado 04-28-2013 10:50 PM

Quote:

Originally Posted by alocado (Post 2418153)
I'm having this problem too! can someone help us??



Solved my problem going to WARNINGS settings in VBSSO and fixing it.

Rolll 04-30-2013 01:52 PM

When the new version will be published?

xeagle 04-30-2013 06:16 PM

Quote:

Originally Posted by Rolll (Post 2419249)
When the new version will be published?

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.

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

Rolll 05-20-2013 09:22 PM

Yeah for new release! Thanks guys!

But I've a little problem. I've 2 vbulletin with 2 differente license and 2 wordpress web site.
All sites are bridged that you see here: http://imm.io/16LWs

With admin account I can login in all plaform, but with a registred user account (of main forum) I don't get detected by any platforms.

(I've put in main forum the user group id in "Allowed User Groups" field, but there's nothing to do)


What can it be?

Thanks again

Edit:
In error log file there are this:

[Tue May 21 00:13:25 2013] [error] [client xxxxxxxxx] PHP Warning: Invalid argument supplied for foreach() in /home/xxxxx/public_html/wp-content/plugins/vbsso/includes/api.php on line 216
[Tue May 21 00:13:25 2013] [error] [client xxxxxxxxx]] PHP Fatal error: Call to undefined method stdClass::add_role() in /home/xxxxx/public_html/wp-content/plugins/vbsso/includes/api.php on line 220

xeagle 05-21-2013 07:09 AM

Quote:

Originally Posted by Rolll (Post 2423253)
Yeah for new release! Thanks guys!

But I've a little problem. I've 2 vbulletin with 2 differente license and 2 wordpress web site.
All sites are bridged that you see here: http://imm.io/16LWs

With admin account I can login in all plaform, but with a registred user account (of main forum) I don't get detected by any platforms.

(I've put in main forum the user group id in "Allowed User Groups" field, but there's nothing to do)


What can it be?

Thanks again

Edit:
In error log file there are this:

[Tue May 21 00:13:25 2013] [error] [client xxxxxxxxx] PHP Warning: Invalid argument supplied for foreach() in /home/xxxxx/public_html/wp-content/plugins/vbsso/includes/api.php on line 216
[Tue May 21 00:13:25 2013] [error] [client xxxxxxxxx]] PHP Fatal error: Call to undefined method stdClass::add_role() in /home/xxxxx/public_html/wp-content/plugins/vbsso/includes/api.php on line 220

That's a compatibility with oldest WordPress versions. The compatible vBSSO WordPress extension will be released within 8 hours.

tintin74 05-21-2013 09:30 AM

Using vbsso 4.1.10 on vbulletin, is still impossible to "Thank" a post user with Tapatalk. The error I get is "impossible to connect to the server"

Rolll 05-21-2013 09:52 AM

Quote:

Originally Posted by xeagle (Post 2423295)
That's a compatibility with oldest WordPress versions. The compatible vBSSO WordPress extension will be released within 8 hours.

Thanks.
Is this problem related with the connection between the 2 vbulletin platforms ?

Edit: My problem is when I enter in second forum, it redirects to the main forum and I came back but did not keep me logged.

xeagle 05-22-2013 04:49 AM

Quote:

Originally Posted by Rolll (Post 2423308)
Thanks.
Is this problem related with the connection between the 2 vbulletin platforms ?

Edit: My problem is when I enter in second forum, it redirects to the main forum and I came back but did not keep me logged.

It might happen only in one case if your account on the connected forum is in conflict. Could you please query your database for two forums and see the account you use has the same username / email address pair on master forum the same as on the connected forum?

Rolll 05-22-2013 09:25 AM

Quote:

Originally Posted by xeagle (Post 2423477)
It might happen only in one case if your account on the connected forum is in conflict. Could you please query your database for two forums and see the account you use has the same username / email address pair on master forum the same as on the connected forum?

Not all users have the same name because some users have registered with the same name in both forums. However I did a test and I registred a new user on the main forum, but the bridge doesn't work and it keeps me logged only on the main forum.

xeagle 05-22-2013 10:08 AM

Quote:

Originally Posted by Rolll (Post 2423496)
Not all users have the same name because some users have registered with the same name in both forums. However I did a test and I registred a new user on the main forum, but the bridge doesn't work and it keeps me logged only on the main forum.

The reasons might be different, just contact support http://vbsso.com/report-an-issue/ team, provide them the address and access to your forums and they will explore and identify the issue.

xeagle 05-26-2013 05:54 PM

Quote:

Originally Posted by Rolll (Post 2423253)
Yeah for new release! Thanks guys!

But I've a little problem. I've 2 vbulletin with 2 differente license and 2 wordpress web site.
All sites are bridged that you see here: http://imm.io/16LWs

With admin account I can login in all plaform, but with a registred user account (of main forum) I don't get detected by any platforms.

(I've put in main forum the user group id in "Allowed User Groups" field, but there's nothing to do)


What can it be?

Thanks again

Edit:
In error log file there are this:

[Tue May 21 00:13:25 2013] [error] [client xxxxxxxxx] PHP Warning: Invalid argument supplied for foreach() in /home/xxxxx/public_html/wp-content/plugins/vbsso/includes/api.php on line 216
[Tue May 21 00:13:25 2013] [error] [client xxxxxxxxx]] PHP Fatal error: Call to undefined method stdClass::add_role() in /home/xxxxx/public_html/wp-content/plugins/vbsso/includes/api.php on line 220

Thanks for getting in contact with support. The cause of the issue is a permission where user has no permission to view forum (connected slave vBulletin forum). To make vBSSO handle this the solution has been already implemented and next version of vBSSO vBulletin extension will be updated to support and handle that case.

xeagle 05-26-2013 06:14 PM

Quote:

Originally Posted by tintin74 (Post 2423305)
Using vbsso 4.1.10 on vbulletin, is still impossible to "Thank" a post user with Tapatalk. The error I get is "impossible to connect to the server"

Are you using "Post Thank You Hack"? vBSSO doesn't handle post related hooks and shouldn't impact this.

xeagle 05-26-2013 06:21 PM

Quote:

Originally Posted by popup (Post 2421173)
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

Just giving you the quick overview:

#1 - vBSSO doesn't have officially released version for vBulletin 5.
#2 - The synchronization is performed in one way from vBulletin to other supported platforms.
#3 - The same scenario as above.
#4 - The passwords registered at vBulletin are used.


All times are GMT. The time now is 06:31 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.02221 seconds
  • Memory Usage 1,892KB
  • 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
  • (23)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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