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)

supercub 03-24-2013 11:52 PM

No doubt a DUMB question, sorry... I tried to read this whole thread and could not find the answer anywhere:

Using VB and Drupal - Does the user have to exist in both databases? In other words, when a user signs up for VB, do they also have to have a Drupal login of the same email/user or does this circumvent the druapal user requirement or vice versa?

Sorry to be so dense.

sj

Syxguns 03-25-2013 02:37 AM

Quote:

Originally Posted by supercub (Post 2412086)
No doubt a DUMB question, sorry... I tried to read this whole thread and could not find the answer anywhere:

Using VB and Drupal - Does the user have to exist in both databases? In other words, when a user signs up for VB, do they also have to have a Drupal login of the same email/user or does this circumvent the druapal user requirement or vice versa?

Sorry to be so dense.

sj

It's not a dense question. There are a few ways to set it up.

1) You may use the built in forms of vBSSO
2) You may use Drupal
3) You may use vB.
4) You may use a combination of both.

You may set the custom URL's yourself which is what I did.

On my site:
If you select "Register" on Wordpress or vBulletin you will be taken to the vBulletin registration. I have many security features on vB, plus I have a couple of additional questions for new members.

I also set my login and log out page to vB. I then created a detailed explanation with pictures on my home page. You can check it out if you like: http://www.place4musicians.com

I was really happy to find this mod. Now I just got to start building my traffic!

supercub 03-25-2013 12:34 PM

Thanks. So if I understand you correctly, I will not have duplicated user login data between Drupal and VB, or will it be posted automatically? I think what you are saying is that I can use the drupal login to access the VB features, or vice versa without duplicate user data.

The VBSSO website does not seem to have great documentation about this. Is it somewhere that I am missing?

Thanks again!

sj

Floda83 03-25-2013 02:13 PM

I have a question 'bout the htacces. I installed the mod in vbulletin 4.2 and Wordpress 3.5.1. If I want to add a platform via admincp (vbulletin) i get the following error:

Quote:

Unable to verify platform [http://www.arreat.de/wp-content/plug...sso/vbsso.php] Please analyze log files located at `/srv/www/htdocs/web431/html/arreat/foren/vbsso/logs/` to detect the cause of the issue.

Error message:
code: 500
response: Server error! Server error! The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script. If you think this is a server error, please contact the webmaster. Error 500 www.arreat.de Mon Mar 25 15:02:15 2013 Apache/2.2.17 (Linux/SUSE)
error_string:
I already contacted my hoster and he says, that I have to outcomment "#Options-Indexes" and "#+FollowSymLinks" in my htaccess. Now I searched all through my hole webserver and could'nt find any htaccess with these lines in it. How could I solve the problem? I want this mod so bad ;)

Syxguns 03-25-2013 06:45 PM

Quote:

Originally Posted by Floda83 (Post 2412171)
I have a question 'bout the htacces. I installed the mod in vbulletin 4.2 and Wordpress 3.5.1. If I want to add a platform via admincp (vbulletin) i get the following error:



I already contacted my hoster and he says, that I have to outcomment "#Options-Indexes" and "#+FollowSymLinks" in my htaccess. Now I searched all through my hole webserver and could'nt find any htaccess with these lines in it. How could I solve the problem? I want this mod so bad ;)

Did you copy the URL and Shared key field from Drupal? The .htaccess is in the vbsso directory of vB. The other .htaccess file is in the location of drupal where you uploaded the files to. I wouldn't think you would want to comment out that information, so you might have to contact vbsso.com to have them take a look at it. just select the "Report an Issue". Create a new user with Admin privileges in drupal and vB so they have access to see the issue.

Floda83 03-25-2013 09:23 PM

Quote:

Originally Posted by Syxguns (Post 2412247)
Did you copy the URL and Shared key field from Drupal? The .htaccess is in the vbsso directory of vB. The other .htaccess file is in the location of drupal where you uploaded the files to. I wouldn't think you would want to comment out that information, so you might have to contact vbsso.com to have them take a look at it. just select the "Report an Issue". Create a new user with Admin privileges in drupal and vB so they have access to see the issue.

It's Wordpress, not Drupal, but doesn't matter anyway I think. Yep. i copied the path which the vBSSO Wordpress plugin gave me, but I just get the Error 500. I already checked the both htaccess files, in both there are not such code (which i talked from in the upper post).

I get this Error 500 even if I just copy the url, taken from vBSSO plugin (settings page) installed on the connected platform to my browser. So there seems to be something wrong with the wordpress plugin?

I just wrote a Ticket via "Report an Issue"...

TiKu 03-25-2013 09:54 PM

Could it be that vBSSO for Wordpress has problems with usernames that contain spaces? VB supports such usernames, and vBSSO creates the Wordpress user with spaces in its name. But e.g. the author link of Wordpress (http://www.mydomain.com/author/TiKu/) is without the spaces and therefore Wordpress does not find any article.
Maybe spaces should be replaced by underscores for the user name?

Regards
TiKu

Floda83 03-25-2013 10:25 PM

Hey,

thanks for your help. It really just was, that I have to comment out the "Options -Indexes" in both htacces files (vbulletin & wordpress). So I changed "Options -Indexes" to "#Options -Indexes" - worked out perfectly. Mod is working great now.

Syxguns 03-25-2013 10:43 PM

Quote:

Originally Posted by Floda83 (Post 2412287)
Hey,

thanks for your help. It really just was, that I have to comment out the "Options -Indexes" in both htacces files (vbulletin & wordpress). So I changed "Options -Indexes" to "#Options -Indexes" - worked out perfectly. Mod is working great now.

That is great to hear. =)

Syxguns 03-28-2013 03:15 AM

I installed SSL Certificate on my site and now this plugin does NOT work properly. I'm hoping for an update especially since I paid for it. Just a warning for anyone with https: on their forum.

xeagle 03-28-2013 06:42 AM

Quote:

Originally Posted by Syxguns (Post 2412630)
I installed SSL Certificate on my site and now this plugin does NOT work properly. I'm hoping for an update especially since I paid for it. Just a warning for anyone with https: on their forum.

Thanks so much for testing vBSSO products on https identifying the issue. We are trying to make vBSSO products better and vBSSO team values all your efforts and feedbacks from everyone! The new version vBSSO vBulletin 1.4.10 is urgently going to be published within a week.

Syxguns 03-28-2013 07:17 AM

Quote:

Originally Posted by xeagle (Post 2412645)
Thanks so much for testing vBSSO products on https identifying the issue. We are trying to make vBSSO products better and vBSSO team values all your efforts and feedbacks from everyone! The new version vBSSO vBulletin 1.4.10 is urgently going to be published within a week.

Thank you for the update xeagle! I'm looking forward to the upgrade.

sadiq6210 03-28-2013 09:11 AM

After I install it:
- Can I display the forum online users in wordpress main page?
- Can I display the forum last XX posts in wordpress main page?
- Can I display the events from forum calender in wordpress?
- Can the forum users add a post in wordpress with same username?

Thanks

Syxguns 03-28-2013 06:45 PM

- Can I display the forum online users in wordpress main page? NO
- Can I display the forum last XX posts in wordpress main page? NO
- Can I display the events from forum calender in wordpress? NO
- Can the forum users add a post in wordpress with same username? YES

http://wordpress.org/extend/plugins/wp-useronline/

https://forums.digitalpoint.com/thre...mepage.973560/

I can not guarantee these mods, but they might work.

Americanfreak 03-28-2013 08:32 PM

I installed the mod and it works great, but I do have a question.

What is the purpose of it adding Google tracking code for Google ID UA-25094208-2?

The ID is for techenclave according to http://pub-db.com/techenclave.com.html

I have deactivated it until I know why, thanks.

hollosch 03-29-2013 10:22 PM

Quote:

Originally Posted by Syxguns (Post 2408228)
xeagle,
I seem to have a little issue here. The team got most everything fixed, but I want to bypass: /vbsso/vbsso.php?do=verifyemail after someone registers. I have to have them register on my forum and I've got that much fixed and working, however after they submit registration they should be taken to a page with the default vB message about them receiving an e-mail.

I've attached a pic to show you what I mean. The second picture is what should show. This might be a code change that needs to take place.

Thanks!

Is there a solution for this ?

hpidriver 03-30-2013 12:09 AM

Many thanks to xeagle, just want to say I have been successfully using this plugin to bridge a Wordpress Multisite 3.5.1 to vb 3.8.7

The only feature I wish we had was the ability to map VB usergroups to WP user roles

Rolll 04-02-2013 09:03 PM

Hi,
I can't remove redirect to profile between two vbulletin.
When I set "No" on option "Show vBulletin Profile", it doesn't change and stay on Yes.

Why?
Thanks

xeagle 04-06-2013 02:49 PM

Quote:

Originally Posted by Rolll (Post 2413939)
Hi,
I can't remove redirect to profile between two vbulletin.
When I set "No" on option "Show vBulletin Profile", it doesn't change and stay on Yes.

Why?
Thanks

Confirmed, new release update is almost ready to be published out. Keep us watching, please.

usHealthy 04-06-2013 08:25 PM

Hello, I am getting a whole lot of errors at the warning log. Im trying to find the code to fix but I cant find any of those errors. Can you help?

Warnings
Code:

We have identified the potential buggy hooks / plugins conflicted with vBSSO. If you experience any issues with vBSSO, please resolve the conflicts before contacting the support team.
You need to replace highlighted code with this pattern:
require_once(DIR . '/path/to/plugin/file.php');

Hooks Warnings
Code:

Hook name        Hook code
global_start        if($vbulletin->options['wpintegrate_footer']){ $vbulletin->templatecache['footer'] = str_replace($vbulletin->templatecache['footer'],$vbulletin->templatecache['footer'] . '
Integration By Adapthosting.com
',$vbulletin->templatecache['footer']); } eval('$reklam_alani = "' . fetch_template('reklam_alani') . '";'); switch ($vbulletin->options['reklam_position']) { case 1: $Position = ''; break; case 2: $Position = ''; break; case 4: $Position = ''; break; default: $Position = '$navbar'; break; } $vbulletin->templatecache['FORUMHOME'] = str_replace($Position, $Position . ' $reklam_alani', $vbulletin->templatecache['FORUMHOME']); if(defined('VBSEO_ENABLED')) vbseo_complete_sec('global_start'); require_once(DIR . '/vbsso/vbsso.php'); vbsso_global_start_hook(); global $vbulletin; if ($vbulletin->options['bop5more_en'] AND (!$vbulletin->options['bop5more_tonly'] OR ($vbulletin->options['bop5more_tonly'] AND THIS_SCRIPT =='showthread'))) { $ex_styles= explode("," , $vbulletin->options['bop5more_styles']); if (!in_array ($vbulletin->userinfo['styleid'], $ex_styles)) { $bopshare = ""; if ($vbulletin->options['bop5more_forceurl']) { if (THIS_SCRIPT == 'showthread') { $bopshare = $vbulletin->options['bburl']."/showthread.php?t=".$threadinfo['threadid']; } elseif (THIS_SCRIPT == 'forumdisplay') { $bopshare = $vbulletin->options['bburl']."/forumdisplay.php?f=".$foruminfo['forumid']; } elseif (THIS_SCRIPT == 'group') { $bopshare = ""; } elseif (THIS_SCRIPT == 'index') { $bopshare = $vbulletin->options['bburl'].'/'.$vbulletin->options['bop5more_index'];; } } $bopshareen = urlencode($bopshare); eval('$more_share_options= "' . fetch_template('more_share_options') . '";'); } } if ($vbulletin->options['bop5more_en'] AND $vbulletin->options['bop5more_autotpe']) { require_once("includes/adminfunctions_template.php"); $sharebar = compile_template($more_share_options); $find = addslashes(''); $replace = $sharebar; $vbulletin->templatecache['navbar'] = str_replace($find, $find.$replace, $vbulletin->templatecache['navbar']); $find = $replace = ""; } $vbulletin->templatecache['postbit_ip'] = $vbulletin->templatecache['postbit_proxyip']; if (THIS_SCRIPT === newthread) { if ($vbulletin->options['autotag_enabled_ajax'] AND $vbulletin->options['autotag_enabled_all']) { $vbulletin->templatecache['headinclude'].=$vbulletin->templatecache['autotag_ajax']; } } global $db, $vbulletin; eval('$google_siteadsearch .= "' . fetch_template('google_siteadsearch') . '";');
userdata_presave        require_once('includes/functions_vbghsfs.php'); VBGHSFS_UserModeratorBan();
userdata_delete        require_once('includes/functions_vbghsfs.php'); VBGHSFS_UserEditComplete(); vBSEO_Storage::user_deleted($this->existing);
userdata_postsave        require_once('includes/functions_vbghsfs.php'); VBGHSFS_UserEditComplete(); require_once(DIR . '/vbsso/vbsso.php'); vbsso_userdata_postsave_hook($userid, $this);
newpost_process        if(defined('VBSEO_ENABLED')) vbseo_complete_sec('newpost_process'); $dataman->set('proxyip', ($vbulletin->options['logip'] ? PROXYIP : '')) ; if ($this->registry->options['glowhostspamomatic_akismet_enabled'] == 1) { if ($vbulletin->userinfo['permissions']['akvbghsfs_akismet_permissions']) { if ($this->registry->userinfo['posts'] < $this->registry->options['glowhostspamomatic_akismet_postcount']) || ($this->registry->options['glowhostspamomatic_akismet_postcount'] == 0) { // check for postcount is lower than specified in settings require_once('includes/functions_vbghsfs.php'); $key = $vbulletin->options['glowhostspamomatic_akismet_key']; $vbghsfs_host = $key.'.rest.akismet.com'; $comment['user_ip'] = $_SERVER['REMOTE_ADDR']; $comment['user_agent'] = $_SERVER['HTTP_USER_AGENT']; $comment['referrer'] = $_SERVER['HTTP_REFERER']; $comment['blog'] = $vbulletin->options['bburl']; $comment['comment_author'] = $vbulletin->userinfo['username']; $comment['comment_content'] = $post['message']; if (VBGHSFS_AkismetCheckComment($comment, $vbghsfs_host)) { $dataman->set('visible', 0); $post['visible'] = 0; } } } }
register_addmember_process        $vbghsfs_Purged = false; require_once('includes/functions_vbghsfs.php'); VBGHSFS_Process();
useradmin_edit_column1        require_once('includes/functions_vbghsfs.php'); VBGHSFS_UserEditCode();


kevinh 04-07-2013 04:05 AM

Quote:

Originally Posted by whitey10tc (Post 2248454)
Does this have the ability to do VB 4.x.x and VB 4.x.x connecting multiple forums on multiple domains with multiple vb licenses.

This question was asked back in 2011 and the response then suggested that it might happen one day. Is there any news on this ?

xeagle 04-07-2013 04:39 AM

Quote:

Originally Posted by usHealthy (Post 2414799)
Hello, I am getting a whole lot of errors at the warning log. Im trying to find the code to fix but I cant find any of those errors. Can you help?

Warnings
Code:

We have identified the potential buggy hooks / plugins conflicted with vBSSO. If you experience any issues with vBSSO, please resolve the conflicts before contacting the support team.
You need to replace highlighted code with this pattern:
require_once(DIR . '/path/to/plugin/file.php');

Hooks Warnings
Code:

Hook name        Hook code
global_start        if($vbulletin->options['wpintegrate_footer']){ $vbulletin->templatecache['footer'] = str_replace($vbulletin->templatecache['footer'],$vbulletin->templatecache['footer'] . '
Integration By Adapthosting.com
',$vbulletin->templatecache['footer']); } eval('$reklam_alani = "' . fetch_template('reklam_alani') . '";'); switch ($vbulletin->options['reklam_position']) { case 1: $Position = ''; break; case 2: $Position = ''; break; case 4: $Position = ''; break; default: $Position = '$navbar'; break; } $vbulletin->templatecache['FORUMHOME'] = str_replace($Position, $Position . ' $reklam_alani', $vbulletin->templatecache['FORUMHOME']); if(defined('VBSEO_ENABLED')) vbseo_complete_sec('global_start'); require_once(DIR . '/vbsso/vbsso.php'); vbsso_global_start_hook(); global $vbulletin; if ($vbulletin->options['bop5more_en'] AND (!$vbulletin->options['bop5more_tonly'] OR ($vbulletin->options['bop5more_tonly'] AND THIS_SCRIPT =='showthread'))) { $ex_styles= explode("," , $vbulletin->options['bop5more_styles']); if (!in_array ($vbulletin->userinfo['styleid'], $ex_styles)) { $bopshare = ""; if ($vbulletin->options['bop5more_forceurl']) { if (THIS_SCRIPT == 'showthread') { $bopshare = $vbulletin->options['bburl']."/showthread.php?t=".$threadinfo['threadid']; } elseif (THIS_SCRIPT == 'forumdisplay') { $bopshare = $vbulletin->options['bburl']."/forumdisplay.php?f=".$foruminfo['forumid']; } elseif (THIS_SCRIPT == 'group') { $bopshare = ""; } elseif (THIS_SCRIPT == 'index') { $bopshare = $vbulletin->options['bburl'].'/'.$vbulletin->options['bop5more_index'];; } } $bopshareen = urlencode($bopshare); eval('$more_share_options= "' . fetch_template('more_share_options') . '";'); } } if ($vbulletin->options['bop5more_en'] AND $vbulletin->options['bop5more_autotpe']) { require_once("includes/adminfunctions_template.php"); $sharebar = compile_template($more_share_options); $find = addslashes(''); $replace = $sharebar; $vbulletin->templatecache['navbar'] = str_replace($find, $find.$replace, $vbulletin->templatecache['navbar']); $find = $replace = ""; } $vbulletin->templatecache['postbit_ip'] = $vbulletin->templatecache['postbit_proxyip']; if (THIS_SCRIPT === newthread) { if ($vbulletin->options['autotag_enabled_ajax'] AND $vbulletin->options['autotag_enabled_all']) { $vbulletin->templatecache['headinclude'].=$vbulletin->templatecache['autotag_ajax']; } } global $db, $vbulletin; eval('$google_siteadsearch .= "' . fetch_template('google_siteadsearch') . '";');
userdata_presave        require_once('includes/functions_vbghsfs.php'); VBGHSFS_UserModeratorBan();
userdata_delete        require_once('includes/functions_vbghsfs.php'); VBGHSFS_UserEditComplete(); vBSEO_Storage::user_deleted($this->existing);
userdata_postsave        require_once('includes/functions_vbghsfs.php'); VBGHSFS_UserEditComplete(); require_once(DIR . '/vbsso/vbsso.php'); vbsso_userdata_postsave_hook($userid, $this);
newpost_process        if(defined('VBSEO_ENABLED')) vbseo_complete_sec('newpost_process'); $dataman->set('proxyip', ($vbulletin->options['logip'] ? PROXYIP : '')) ; if ($this->registry->options['glowhostspamomatic_akismet_enabled'] == 1) { if ($vbulletin->userinfo['permissions']['akvbghsfs_akismet_permissions']) { if ($this->registry->userinfo['posts'] < $this->registry->options['glowhostspamomatic_akismet_postcount']) || ($this->registry->options['glowhostspamomatic_akismet_postcount'] == 0) { // check for postcount is lower than specified in settings require_once('includes/functions_vbghsfs.php'); $key = $vbulletin->options['glowhostspamomatic_akismet_key']; $vbghsfs_host = $key.'.rest.akismet.com'; $comment['user_ip'] = $_SERVER['REMOTE_ADDR']; $comment['user_agent'] = $_SERVER['HTTP_USER_AGENT']; $comment['referrer'] = $_SERVER['HTTP_REFERER']; $comment['blog'] = $vbulletin->options['bburl']; $comment['comment_author'] = $vbulletin->userinfo['username']; $comment['comment_content'] = $post['message']; if (VBGHSFS_AkismetCheckComment($comment, $vbghsfs_host)) { $dataman->set('visible', 0); $post['visible'] = 0; } } } }
register_addmember_process        $vbghsfs_Purged = false; require_once('includes/functions_vbghsfs.php'); VBGHSFS_Process();
useradmin_edit_column1        require_once('includes/functions_vbghsfs.php'); VBGHSFS_UserEditCode();


vBSSO should highlight the code in administrative area. In provided plain text it's a bit hard to discover. If what needs to be done is unckear, you are free to send a message to vBSSO team through the website, and then provide them a screenshot of the warnings letting him to give you an advise.

xeagle 04-07-2013 04:41 AM

Quote:

Originally Posted by kevinh (Post 2414858)
This question was asked back in 2011 and the response then suggested that it might happen one day. Is there any news on this ?

Sorry, probably the question was lost somewhere within the threads. Yes, it does. You can connect as much as you want vBulletin forums together staying on different domains and forum licenses.

MissKalunji 04-08-2013 01:16 AM

Quote:

Originally Posted by MissKalunji (Post 2409641)
I get this error when i use the wordpress link in vbulletin


Warning: require_once(/xxx/wordpress/wp-content/plugins/vbsso/../../../wp-config.php) [function.require-once]: failed to open stream: No such file or directory in xxxx/wordpress/wp-content/plugins/vbsso/config.php on line 28

Fatal error: require_once() [function.require]: Failed opening required '/xxx/wordpress/wp-content/plugins/vbsso/../../../wp-config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /xxx/wordpress/wp-content/plugins/vbsso/config.php on line 28

Wed Mar 13 20:20:29 2013,349 [30487] DEBUG localFileLogger - Communication: Platform returned response: <br />
<b>Warning</b>: require_once(/home/xxxx/public_html/wordpress/wp-content/plugins/vbsso/../../../wp-config.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in <b>/home/xxxx/public_html/wordpress/wp-content/plugins/vbsso/config.php</b> on line <b>28</b><br />
<br />

Wed Mar 13 20:20:29 2013,350 [30487] ERROR localFileLogger - Communication: Unable to accept response:
Wed Mar 13 20:20:29 2013,350 [30487] ERROR localFileLogger - W


Files are all there. Suggestion?

what am i doing wrong? :S

xeagle 04-08-2013 04:34 AM

Quote:

Originally Posted by MissKalunji (Post 2415007)
what am i doing wrong? :S

The reason is that you might have no wp-config.php available on your root wordpress folder, or access to that file is restricted somehow, etc. You can check it manually to troubleshoot this, or contact vbsso team with more details of the issue to let them check it out on your server.

webswimr 04-10-2013 01:20 PM

When trying to install VBSSO, I get an error message that forces me to require unique email addresses. This is NOT something I can do--why is this required for VBSSO to be installed, and is there a way I can get around it?

ROTPAR 04-11-2013 06:47 AM

One of the best plugins :)

I just have 1 problem:

If I take a look on vbulletins "Who's online" I see also people browsing my wordpress website, what is perfect BUT I see them on the online list 2-3 times, so 2-3 times the same user with the same ip on the same wordpress article.

The links they are watching, look like this:
/forums/vbsso/vbsso.php?do=avatar&id=4d83ec8f65261ced115188e1f04 5e324

So it has to do with the avatars what are used in wordpress comments i guess.

Could you take a look at this please? Does anybody else have this problem?

ROTPAR 04-11-2013 08:14 AM

Quote:

Originally Posted by ROTPAR (Post 2411202)
Just 2 questions: If I want to comment anything on my wordpress plattform and I want that all USer woh want to leave a comment, must register, there appears a register link beneath the wordpress article....This login button is linking to the wordpress login page......how could I link it to the vbulletin login/register page?

2. If I want to login with a vbulletin user on the wordpress login page, it doen't work....do I always have to login on vbulletin and then go back to the blog?

anyone?

Syxguns 04-11-2013 08:34 AM

Quote:

Originally Posted by ROTPAR (Post 2415693)
Just 2 questions: If I want to comment anything on my wordpress plattform and I want that all USer woh want to leave a comment, must register, there appears a register link beneath the wordpress article....This login button is linking to the wordpress login page......how could I link it to the vbulletin login/register page?

2. If I want to login with a vbulletin user on the wordpress login page, it doen't work....do I always have to login on vbulletin and then go back to the blog?

Question #1
I would probably need a link to your site to see what you are talking about, and then I might be able to give you assistance on it.

I had it set to all new memberships were linked to vB because there is where I have set my spam guards, but like I said I may need to see your forum to help out.

Edit: I don't have it running right now, I'm still waiting on the update which I hope is coming soon!!

Question #2
You can set the links to the login page the way you desire. After a member logs in they will be redirected back to their previous location.

kevinh 04-12-2013 05:24 AM

Quote:

Originally Posted by xeagle (Post 2414862)
Sorry, probably the question was lost somewhere within the threads. Yes, it does. You can connect as much as you want vBulletin forums together staying on different domains and forum licenses.

Oh wow, that's brilliant. Thanks!

giannicabiglio 04-16-2013 05:41 PM

Hi,

I am having some major issues with my site and I think it has to do with the plugin. I was using it and it was working fine and now I can't access my admin panel in vBulletin and I can't access any php in my Wordpress site.

I have tried in all browsers, I have troubleshooted all the necessary steps to get rid of the white screen of death for Wordpress, but none have worked. I am trying to disable this plugin on both sites, and that would probably be the fix, but I can't access the admin panels!

Help please!!!

Syxguns 04-16-2013 06:01 PM

Quote:

Originally Posted by giannicabiglio (Post 2416719)
Hi,

I am having some major issues with my site and I think it has to do with the plugin. I was using it and it was working fine and now I can't access my admin panel in vBulletin and I can't access any php in my Wordpress site.

I have tried in all browsers, I have troubleshooted all the necessary steps to get rid of the white screen of death for Wordpress, but none have worked. I am trying to disable this plugin on both sites, and that would probably be the fix, but I can't access the admin panels!

Help please!!!

Type the exact link to vB admin and don't try to access it from the site. The links may not work correctly. I had the same issue and have been waiting for an update. You do not have to uninstall, but you may disable it in both WP and vB.

giannicabiglio 04-16-2013 06:19 PM

Quote:

Originally Posted by Syxguns (Post 2416722)
Type the exact link to vB admin and don't try to access it from the site. The links may not work correctly. I had the same issue and have been waiting for an update. You do not have to uninstall, but you may disable it in both WP and vB.

Thanks for the reply!

I just tried that. I logged in with my admin account. Then typed in the url bar mydomain.com/forum/admincp and it takes me to a redirect to verify my login, I retype in my info, then it basically logs me in again and takes me to mydomain/forum/admincp/index.php blank page. I then tried typing in mydomain.com/forum/admincp again and it is also blank.

Any other thoughts?

I even tried manually disabling the plugins on vBulletin by editing the config.php with define('DISABLE_HOOKS', true); but it still doesn't let me log in

Syxguns 04-16-2013 09:12 PM

Quote:

Originally Posted by giannicabiglio (Post 2416726)
Thanks for the reply!

I just tried that. I logged in with my admin account. Then typed in the url bar mydomain.com/forum/admincp and it takes me to a redirect to verify my login, I retype in my info, then it basically logs me in again and takes me to mydomain/forum/admincp/index.php blank page. I then tried typing in mydomain.com/forum/admincp again and it is also blank.

Any other thoughts?

I even tried manually disabling the plugins on vBulletin by editing the config.php with define('DISABLE_HOOKS', true); but it still doesn't let me log in

1st look at your FTP and see the direct structure. Normally "forums" is added in the directory structure on its own. Your default address should be yourdomain.com/admincp unless you have another subdirectory that the forum resides in. I can't be more specific without a screenshot of your directories.

Sent from GS3

giannicabiglio 04-17-2013 02:01 AM

Quote:

Originally Posted by Syxguns (Post 2416770)
1st look at your FTP and see the direct structure. Normally "forums" is added in the directory structure on its own. Your default address should be yourdomain.com/admincp unless you have another subdirectory that the forum resides in. I can't be more specific without a screenshot of your directories.

Sent from GS3

here is a link to my site so you can see how it works: homepage and forum section

Syxguns 04-17-2013 02:48 AM

Have you tried to pull the files out via FTP? That might do the trick. Otherwise we are going to have to install tools into the Admin directory and go work around it another way. Once you remove the files you should get access back. Let me know if that works.

giannicabiglio 04-17-2013 02:52 AM

Quote:

Originally Posted by Syxguns (Post 2416844)
Have you tried to pull the files out via FTP? That might do the trick. Otherwise we are going to have to install tools into the Admin directory and go work around it another way. Once you remove the files you should get access back. Let me know if that works.

So remove the vbSSO plugin files from both the forum and wordpress directories in my FTP? Won't that screw up the way I log in?

Syxguns 04-17-2013 03:03 AM

No, vBBSO acts as a bridge. It will not change a thing with vB or WP.

giannicabiglio 04-17-2013 03:19 AM

I deleted both the vbsso folders in vbulletin and wp. I now get this error:

Warning: require_once([path]/vbsso/vbsso.php) [function.require-once]: failed to open stream: No such file or directory in [path]/global.php(29) : eval()'d code on line 166

Fatal error: require_once() [function.require]: Failed opening required '/home/gianni/public_html/forum/vbsso/vbsso.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/gianni/public_html/forum/global.php(29) : eval()'d code on line 166

Syxguns 04-17-2013 03:47 AM

Quote:

Originally Posted by giannicabiglio (Post 2416851)
I deleted both the vbsso folders in vbulletin and wp. I now get this error:

Warning: require_once([path]/vbsso/vbsso.php) [function.require-once]: failed to open stream: No such file or directory in [path]/global.php(29) : eval()'d code on line 166

Fatal error: require_once() [function.require]: Failed opening required '/home/gianni/public_html/forum/vbsso/vbsso.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/gianni/public_html/forum/global.php(29) : eval()'d code on line 166

Okay go into your database and you will find 3 tables called vbbso_listeners, vbbso users, and one other. Disable or remove them. That is what is causing your redirect issue.


All times are GMT. The time now is 07:46 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.02475 seconds
  • Memory Usage 1,921KB
  • 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
  • (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