vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Integration with vBulletin - Complete Wordpress/Vbulletin Bridge - Share Users And Postings (https://vborg.vbsupport.ru/showthread.php?t=134521)

jimheiden 04-04-2008 10:39 PM

Quote:

Originally Posted by jimheiden (Post 1483062)
Yup, that did it. Thanks!

Actually, I am only able to get to the write page to make a test post now. To get that far, I had to hard code the absolute path in vbbridge.php as instructed. WP is installed in the webroot folder, VB in /forum of the webroot. When I attempt a test post, I get this error:

Code:

Warning: chdir() [function.chdir]: No error (errno 0) in D:\####\wp-content\plugins\vbbridge.php on line 86

Warning: require_once(./includes/class_dm.php) [function.require-once]: failed to open stream: No such file or directory in D:\hshome\####\wp-content\plugins\vbbridge.php on line 92

Fatal error: require_once() [function.require]: Failed opening required './includes/class_dm.php' (include_path='.\;C:\HSphere.NET\3rdparty\PHP\5.2.5\PEAR') in D:\####\wp-content\plugins\vbbridge.php on line 92

Any idea what is causing this?

pspcrazy 04-06-2008 04:50 AM

I'm having the same issue Fuzzer had with the user being Administrator | Userrole which denies access to the admin cp of wordpress. I have completely different username in vbulletin and a different one is wordpress so I don't know why it causes this. I have to change the meta key to

a:1:{s:13:"administrator";b:1;}

from

a:1:{s:23:"administrator|user role";i:1;}

to access wordpress at all it's really odd. Any idea's?

joshmv 04-07-2008 08:14 PM

I know I should probably know how to do this after successfully installing this mod last night, but how do I make it so the title of the WP blog entry also links to the the VB thread?

Thanks everybody by the way, I've only had vbulletin since last night, and this mod was a big reason why I decided to make the switch from phpBB.

Josh

solidlink 04-08-2008 10:57 AM

1) I cant map the users over, even though I have followed the instructions. There are no options available for me to map the users over. Can someone help? TIA.

2) How do I edit the templates such that both vbulletin and wordpress share the same type of interface?

Jafo232 04-08-2008 12:21 PM

From your WP admin control panel, click Users, then click Vbridge User Settings. If that option is not there, then you do not have the plugin installed or activated.

solidlink 04-08-2008 12:36 PM

All of my user types appear as Do Not Map

Jafo232 04-08-2008 12:41 PM

Click on the do not map, it is a scrollable select box.

solidlink 04-08-2008 03:30 PM

Quote:

Originally Posted by Jafo232 (Post 1485908)
Click on the do not map, it is a scrollable select box.

thanks!

btw, can anyone help me with the compatible theme question? TIA

joshmv 04-08-2008 07:25 PM

ugh, I'm not sure what I did now.

Everytime I try to go to my WP admin section, it redirects me to the forum.

For example, I'll type in www.rapblogger.com/wp-admin, and it redirects me straight to www.rapblogger.com/forum

No matter what I do to try to get into the WP admin section, it just takes me straight back to the forum.

I swear it seemed to be working well, but maybe I just hadn't been in my WP admin section for a while, and I must have tweaked something that is causing this, I just can't think of anything specifically that I would have done.

Can anybody give me any clues?

jimheiden 04-09-2008 12:39 AM

Quote:

Originally Posted by jimheiden (Post 1483189)
Actually, I am only able to get to the write page to make a test post now. To get that far, I had to hard code the absolute path in vbbridge.php as instructed. WP is installed in the webroot folder, VB in /forum of the webroot. When I attempt a test post, I get this error:

Code:

Warning: chdir() [function.chdir]: No error (errno 0) in D:\####\wp-content\plugins\vbbridge.php on line 86

Warning: require_once(./includes/class_dm.php) [function.require-once]: failed to open stream: No such file or directory in D:\hshome\####\wp-content\plugins\vbbridge.php on line 92

Fatal error: require_once() [function.require]: Failed opening required './includes/class_dm.php' (include_path='.\;C:\HSphere.NET\3rdparty\PHP\5.2.5\PEAR') in D:\####\wp-content\plugins\vbbridge.php on line 92

Any idea what is causing this?

Ok, so I've realize that in vbbridge.php, there are a few references to the VB includes folder that look like this:
Code:

require_once('./includes/class_dm.php');
but should be like this
Code:

require_once($vwd . './includes/class_dm.php');
right? After changing those lines, I can now post in WP and an entry is properly made in VB, however I always get this error here
Code:

Warning: chdir() [function.chdir]: No error (errno 0) in D:\####\wp-content\plugins\vbbridge.php on line 86

Warning: Cannot modify header information - headers already sent by (output started at D:\####t\forum\includes\class_core.php:3075) in D:\####\wp-includes\pluggable.php on line 685

I get it when I delete the post too. Has anyone experienced anything similar?


All times are GMT. The time now is 05:44 AM.

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.02653 seconds
  • Memory Usage 1,747KB
  • 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
  • (5)bbcode_code_printable
  • (3)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