vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Integration with vBulletin - WP Integrate - Send vbulletin posts to wordpress (https://vborg.vbsupport.ru/showthread.php?t=207317)

willy888 07-26-2009 02:11 PM

Quote:

Originally Posted by robertjandreu (Post 1855572)
you need to direct it to the path your wp installation is on. I can't see what path it is because of the subdomain.


the path of wp installation is
Code:

http://www.news.mysite.com
the path of vb forum is
Code:

http://www.mysite.com/forums
Can you give an idea what path should I use???
It is to sad for me to not use this great mod

robertjandreu 07-27-2009 01:35 PM

I need to know your internal path.

so the one you see trough the FTP. Something like:
/home/www/USER/WEBSITE/public_html/

something like that.

willy888 07-27-2009 04:28 PM

Thanks The Path Is Worked

robertjandreu 07-28-2009 10:40 AM

then the right thing to set for your path is
Code:

../news/

matt4 07-28-2009 02:08 PM

1 Attachment(s)
Hi,

I receive this error. All the URL settings are correct what could be wrong?

Thanks

willy888 07-28-2009 08:05 PM

Quote:

Originally Posted by robertjandreu (Post 1857058)
then the right thing to set for your path is
Code:

../news/

Thanks the path now is correct but I have this error

Code:

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home/sitename/public_html/news/wp-includes/pluggable.php on line 342

robertjandreu 07-29-2009 01:44 PM

looks like youre box is out of memory. Ask your provider to allocate more since it's unlikely that my plugin is causing this.

willy888 07-29-2009 03:45 PM

Yes it's not your mod fault

willy888 07-29-2009 04:51 PM

It is for your mod
When I have the formating.php of your mod , any action I make in wp-admin (like deactive plugins ,or changing themes ) I have this error

Code:

Fatal error: Call to undefined function _deep_replace() in /home/sitename/public_html/news/wp-includes/pluggable.php on line 884
In pluggable.php on line 884 There is this code
Code:

$location = _deep_replace($strip, $location);
If I replace with the wp default formating.php then I can make settings on wp-admin

Suiko Jin 07-29-2009 08:39 PM

I am using vb 3.8.0 and WP 2.8.3.

My problem is that nothing is happening when I install the mod.
My forum is in the folder "forums" and my WP is uploaded on the main root folder "public_html" but I can't get this thing to work. I've tried using the "../" and some other paths but nothing is clicking.

Also when I try to edit things on my admin in WP it gives me errors. However when I go back to my admin area the changes I tried to make the first time, take effect. The problem is, it gives me fatal errors. Ugh...

Quote:

Fatal error: Call to undefined function _deep_replace() in /home/USER/public_html/wp-includes/pluggable.php on line 884

Suiko Jin 08-01-2009 08:44 PM

I still can't get this thing to work.

I downloaded the second zip file for 1.2 and I get a blank page after the installation.
I try the third download for 1.2 which is suppose to be for WP 2.8 which is what I have, and the formatting.php file makes me have fatel errors and doesn't work.

So I am all out of ideas. I don't know what else to do here...

robertjandreu 08-04-2009 08:33 AM

for the people having troubles install your original formating.php
then open the file and search for:
Code:

function sanitize_url
and change it into:
Code:

function wp_sanitize_url
If you can't find it you don't have to change it. This should do the trick.

Tickhi 08-04-2009 01:57 PM

Warning: include(../portal/wp-blog-header.php) [function.include]: failed to open stream: No such file or directory in [path]/newthread.php(271) : eval()'d code on line 79

Warning: include(../portal/wp-blog-header.php) [function.include]: failed to open stream: No such file or directory in [path]/newthread.php(271) : eval()'d code on line 79

Warning: include() [function.include]: Failed opening '../portal/wp-blog-header.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in [path]/newthread.php(271) : eval()'d code on line 79

Fatal error: Call to undefined function wp_insert_post() in /home/forumzed/public_html/newthread.php(271) : eval()'d code on line 89

sunnylikbeckham 08-04-2009 02:52 PM

great
i was looking for that
mark as installed but will try later

Tickhi 08-04-2009 05:34 PM

Quote:

Originally Posted by Tickhi (Post 1861222)
Warning: include(../portal/wp-blog-header.php) [function.include]: failed to open stream: No such file or directory in [path]/newthread.php(271) : eval()'d code on line 79

Warning: include(../portal/wp-blog-header.php) [function.include]: failed to open stream: No such file or directory in [path]/newthread.php(271) : eval()'d code on line 79

Warning: include() [function.include]: Failed opening '../portal/wp-blog-header.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in [path]/newthread.php(271) : eval()'d code on line 79

Fatal error: Call to undefined function wp_insert_post() in /home/forumzed/public_html/newthread.php(271) : eval()'d code on line 89

:confused:

robertjandreu 08-05-2009 08:11 AM

The path you set in the adminCP is not correct with the path on the server.

Tickhi 08-05-2009 09:57 AM

vbulletin : www.forumzede.com
wordpress : www.forumzede.com/portal

path : ../portal/

??

mabersoft 08-05-2009 10:28 AM

Is there a way of doin this is say my forum is at "forum.mydomain.com" and the blog is at "blog.mydomain.com" could any 1 help me please.

robertjandreu 08-05-2009 10:43 AM

@tiki: use ./portal/

@mabersoft: as long as you set your paths correctly.

robertjandreu 08-05-2009 10:45 AM

Message to all:

From now on I only give support you people that set the mod to installed in vbulletin else I will just simply ignore you.

Tickhi 08-05-2009 12:30 PM

Followed all instructions but when I want to create new thread opens empty page.

robertjandreu 08-05-2009 12:37 PM

looks like your error reporting is off. Try to find out what error it generates.

Tickhi 08-05-2009 04:49 PM

Quote:

Originally Posted by robertjandreu (Post 1861829)
looks like your error reporting is off. Try to find out what error it generates.

Where can I open errorlogs?

robertjandreu 08-06-2009 06:31 AM

Quote:

Originally Posted by Tickhi (Post 1862017)
Where can I open errorlogs?

Ask your server administrator o.o

mabersoft 08-06-2009 02:04 PM

I get this error when i try to post a new thread in a catorgoy i selected:

Quote:

Warning: include(../wp-blog-header.php) [function.include]: failed to open stream: No such file or directory in [path]/newthread.php(271) : eval()'d code on line 70

Warning: include(../wp-blog-header.php) [function.include]: failed to open stream: No such file or directory in [path]/newthread.php(271) : eval()'d code on line 70

Warning: include() [function.include]: Failed opening '../wp-blog-header.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in [path]/newthread.php(271) : eval()'d code on line 70

Fatal error: Call to undefined function wp_insert_post() in /home/{username}/public_html/subdomains/forum/newthread.php(271) : eval()'d code on line 80
I added {username} so people didnt now what it was....

Can any 1 help me please.

robertjandreu 08-08-2009 07:00 PM

your path is not set correctly. Please read back to see what I mean.

momoceio 08-30-2009 01:35 AM

Any idea how I can display the currently logged in users avatar on my wordpress homepage? I'm not sure how I would query this...would be cool if that was a feature of the vbulletin-wp bridge!

RvG2 08-30-2009 01:07 PM

Quote:

Originally Posted by robertjandreu (Post 1861103)
for the people having troubles install your original formating.php
then open the file and search for:
Code:

function sanitize_url
and change it into:
Code:

function wp_sanitize_url
If you can't find it you don't have to change it. This should do the trick.

Ok this works. I have installed vbbridge, wp2.8.4 vb 3.8.1 and this mod. :up:

Dr.Customs 11-17-2009 07:00 AM

cant get this to work on worpress 2.8.6

my forums are example.com/Forums
my blog is example.com/Blog

i did ../Blog for the settings,

please sumone help

Dr.Customs 11-17-2009 10:24 PM

bump

zagor1903 01-03-2010 07:25 PM

Vbulletin 3.8.2 Eror

Code:

[function.include]: failed to open stream: No such file or directory in [path]/newthread.php(271) : eval()'d code on line 79
wp-blog-header.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in [path]/newthread.php(271) : eval()'9

Wordpress 2.8.9 Erors

Code:

Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'shortcode_unautop' was given in /home/spikerd/public_html/wp-includes/plugin.php on line 166

cagbaazee 01-16-2010 06:43 PM

This would be great if upgraded for vb4...

Arcade Fire 01-24-2010 11:28 AM

Quote:

Originally Posted by cagbaazee (Post 1957571)
This would be great if upgraded for vb4...

I agree. :up:

MrRem 06-23-2010 01:35 PM

Thinking of downloading.
Anyone tested with Wordpress 3.0 ?

kylemj 07-29-2010 06:45 AM

I've tried to install but got this error when load wordpress page
Quote:

Fatal error: Call to undefined function _deep_replace() in /home2/katiepri/public_html/wp-includes/pluggable.php on line 887
My website is hosted on a different domain as well

wordpress: thepricey.co.uk/
vbulletin: thecelebvenue.co.uk/forum/

would that still be possible

cagbaazee 08-23-2010 07:09 AM

Will it work on vbulletin 4.05 with wordpress version 3.01 . please post yr review here. Thanks

Xtreme2damax 09-20-2010 12:47 PM

Doesn't seem to be working on Wordpress 3.01, formatting.php throws up an error about clean url being deprecated. Hope the author can fix this issue so I can use this.

Thanks. :)

Xtreme2damax 09-21-2010 11:11 PM

Still need help, this is incompatible with wp 3.0.1 as mentioned in my last post.

Xtreme2damax 09-22-2010 10:44 PM

Can't integrate with Wordpress 3.0.1, this needs an update. The issue seems to be with clean url in the included formatting.php file, this gives me an error related to clean url.

Still awaiting a response from the author of this mod.

Xtreme2damax 09-24-2010 09:37 PM

Still need help getting this to work with Wordpress 3.0.1.


All times are GMT. The time now is 10:51 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.01428 seconds
  • Memory Usage 1,823KB
  • 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
  • (13)bbcode_code_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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