vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Joomla Connector/Bridge (https://vborg.vbsupport.ru/showthread.php?t=101761)

UncoderMom 05-27-2006 08:40 PM

BBPixel doesnt support CBuilder, I'd liek to find a way to make this possible!

paulfletcher 05-28-2006 05:32 AM

Sorry. I do not know what CBuilder is, so I'm no help to you on this topic.

I'll check in, and if I see something I can help out on I'll post it.

Thanks,
Paul

mariusvr 05-29-2006 01:17 PM

Hi all,

I installed the com_connector and corresponding module (vbulletin_sql.class.php and vbulletin.class.php)

When I try to add the vbulletin connector I get the following error after pressing "Save" on the first screen that asks for module name, site URL, etc:

Parse error: syntax error, unexpected '{' in /home/msand/public_html/components/com_connector/modules/vbulletin.class.php on line 41

For url I am using: www.mysite.com/forum/index.php

Any suggestions what could be the problem? I am using Joomla 1.0.8 and vbulletin 3.5.4

Thanks Marius

drgonzo120 06-02-2006 06:24 AM

Quote:

Originally Posted by wildsmith
This is working for me with a couple of minor issues so thanks for creating it.

I keep getting duplicate new user accounts created in vBulletin but I'm not sure what is causing this. It only happens sometimes when a user who already has a vBulletin user account uses my site. I have to clean out the duplicate accounts on a regular basis but it would be nice to stop them being created in the first place.

This is on vBulletin 3.5.4, Joomla 1.0.7 and the sql versions of the connectors.

Thanks,
Jon.


hello, i'm running 3.5.3 and 1.0.8, so you use the sql connector ...


how did you install that ??? can you tell me the steps you took ??? i also installed the sql connector in joomla but is that all you have to install ??? i filled out the password etc in the settingspage of the connector, but it won't work ...

thanks

mariusvr 06-04-2006 08:43 AM

Quote:

Originally Posted by drgonzo120
hello, i'm running 3.5.3 and 1.0.8, so you use the sql connector ...


how did you install that ??? can you tell me the steps you took ??? i also installed the sql connector in joomla but is that all you have to install ??? i filled out the password etc in the settingspage of the connector, but it won't work ...

thanks

I have the same problem with the SQL connector. At least it doesn't crash my Joomla like the Soap extenstion does. But the SQL connector does not seem to do anything.

Is one of the authors actually reading these posts on this forum?

Cheers,

Marius

logman92 06-09-2006 09:43 PM

Quote:

Originally Posted by paulfletcher
I'm getting an error using vBulletin 3.5.4, and Joomla 1.0.8. Any ideas?

Fatal error: Call to a member function on a non-object in /homepages/9/d89699556/htdocs/xyztraining_new/administrator/components/com_connector/admin.connector.php on line 128


This is happening as soon as I go to Administrator > Components > New

Thanks,
Paul

I had the same bug like you !
You need to replace the string "../components/com_connector/modules" by "./components/com_connector/modules" at lines 127 and 231 in the file /administrator/components/com_connector/admin.connector.php.
I hope it could help you ;o)
Vincent

drgonzo120 06-10-2006 11:18 AM

does this somewhere succesfullt work with vb 3.5.4 & joomla 1.0.8 ???

thanks

futuredood 06-22-2006 04:55 AM

hmm so if i have virtuemart setup in joomla.. and a user is logged in with vbulletin, they are automatically able to login to virtuemart? what about personal info like address information etc., is that tied together as well?

mludwig 08-25-2006 09:48 AM

Hi,

First of all let me say thank you for the com_connector component and the vBulletin SQL module. I have been looking for a bridge between Joomla and vBulletin for ages.

I have managed to get the login integration working with Joomla's standard login module. However, since the client asked for Community Builder to be installed too, I have been writing a CB plugin for forwarding CB user events to com_connector. During development I have accidentally entered a non existing username in the login form and I got the following DB error:
Code:

DB function failed with error number 1064
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 '' at line 3 SQL=UPDATE jos_users SET connector_cookies = 'a:0:{}' WHERE id =
SQL =

UPDATE jos_users
 SET connector_cookies = 'a:0:{}'
 WHERE id =

Then I got the same error for the standard Joomla login module.
I think the source of the error might lay in the following code:
Code:

                      $query = "UPDATE #__users"
                                . "\n SET connector_cookies = '".serialize($cookies)."'"
                                . "\n WHERE id = $row->id"
                                ;
                                $this->_db->setQuery($query);
                                if (!$this->_db->query()) {
                                        die($this->_db->stderr(true));
                                }

Since this snippet is outside of the
Code:

if ($this->_db->loadObject( $row )){..}
else {..}

structure $row might remain null, hence no value for $row->id, which in turn breaks the SQL query.

Please let me know, if I am on the wrong track here.

I am using Joomla 1.0.10, com_connector 1.0.0 and the Joomla mods from the .zip downloaded yesterday from here.

Jon. 08-30-2006 10:06 AM

Getting the same problem as a few other people.

When i go to connector/new, i end up with this:

Code:

Warning: dir(../components/com_connector/modules) [function.dir]: failed to open dir: No such file or directory in /home/jonf/public_html/administrator/components/com_connector/admin.connector.php on line 127

Fatal error: Call to a member function on a non-object in /home/jonf/public_html/administrator/components/com_connector/admin.connector.php on line 128


herinternet 10-30-2006 09:48 AM

<a href="http://www.herinternet.com" target="_blank">http://www.herinternet.com</a>

I installed this bridge but now my site is down AND when I click on "new" i get this error:
Warning: reset() [function.reset]: Passed variable is not an array or object in /home/herinter/public_html/includes/joomla.php on line 1980

Then I added the vbulletin and when i clicked on "Save" I got this:

Warning: editmodule(../components/com_connector/modules/.class.php) [function.editmodule]: failed to open stream: No such file or directory in /home/herinter/public_html/administrator/components/com_connector/admin.connector.php on line 231

Fatal error: editmodule() [function.require]: Failed opening required '../components/com_connector/modules/.class.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/herinter/public_html/administrator/components/com_connector/admin.connector.php on line 231

Can someone please tell me how to get vbulletin to integrate with joomla/community builder?

leonsio 10-30-2006 10:12 AM

this brindge works only with joomla 1.0.8
for new version of joomla 1.0.x the joomla.php must be patched

herinternet 10-30-2006 10:14 AM

Great, can you help me fix my site?

This mod screwed up my entire site. I am running joomla at herinternet.com. I tried to install the bridge for vbulletin (located here: https://vborg.vbsupport.ru/showthread.php?t=101761) and now my site is screwed up. I uninstalled it but part of the bridge was replacing the /includes/joomla.php file and I'm wondering if that's what is messing everything up. Is there a way to get the original and replace it to see if it solves my problems?

Examples of errors: when trying to load the page, it loads the main menu and then an error:
Fatal error: Call to undefined function: josspoofvalue() in /home/herinter/public_html/modules/mod_poll.php on line 94

When I'm logged into the backend of the site, I click on the polls component and I get this error:
Fatal error: Call to undefined function: josgetarrayints() in /home/herinter/public_html/administrator/components/com_poll/admin.poll.php on line 27

When I click on "weblinks" I get this error:
Fatal error: Call to undefined function: josgetarrayints() in /home/herinter/public_html/administrator/components/com_weblinks/admin.weblinks.php on line 27

and the list goes on. Please someone help me and tell me this is an easy fix.

Thanks
Kathleen

herinternet 10-30-2006 08:16 PM

I fixed it. If someone would be willing to install this bridge for me without messing up my site, I'd be happy to pay. Please contact me if you can do this for me.

imported_infitech 12-18-2006 07:04 PM

Quote:

Originally Posted by Xtrato (Post 836079)
The vBridge from joomla.com is a widely used and excepted bridge to connect vBulletin to Joomla CMS. This is a interesting hack but in my mind your abit late to get this widely used. For people that are on the "wall" about this hack and vBridge, there are a few things to keep in mind. vBridge has been in dev. alot longer then this and its easy to install and uninstall. The one downside to vBridge is the joomla versions and the hack, you have to install the correct version of joomla to work with the hack. I like this hack, but i feel like i can get better support from vBridge and Predator(creator).

vBridge board :
http://forum.joomla.org/index.php?board=174.0

I just think i should give some opinion on this because i have 3 sites running vBridge and 5 test sites and its a great hack. I have tested this com mod and its good.

I dont mean to down your Mod in anyway leonsio i just am a person that asks alot of questions and i know things like this help. Keep it up maybe in future versions i can try to adapt it more for public tryouts.

* Clicks Subscribes

Im looking for a bridge that will work with VBulletin 3.6.4 and Joomla 1.0.11

Mitendrius 01-29-2007 08:11 AM

Hi

I cant install the com_connector it alwasy says

Warning: file_get_contents() [function.file-get-contents]: SAFE MODE Restriction in effect. The script whose uid is 10002 is not allowed to access /var/www/vhosts/bla/com_connector/connector.xml owned by uid 0 in /var/www/vhosts/bla/includes/domit/xml_domit_lite_parser.php on line 1079

Warning: file_get_contents(/var/www/vhosts/bla/com_connector/connector.xml) [function.file-get-contents]: failed to open stream: Success in /var/www/vhosts/funworlds.de/httpdocs/includes/domit/xml_domit_lite_parser.php on line 1079

s25 01-30-2007 05:01 PM

Ok a shot in the dark but are you running php in safe mode?

dholt 02-01-2007 11:52 AM

Ok noob time :D


There are 5 Downloads there not sure what one to use.

If you had some time to answer, let me start off by Explaining.


I have 2 sites. site 1 and site 2 .

Site 1 I'm using vBadvanced CMPS

Site 2 I'm Using Joomla CMPS but it is just a HTML page till I set it up


Site 1 I have set up and running well using vBadvanced CMPS with the Forum software

Question 1
Site 2 I want to use the Joomla Connector/Bridge to Connect to the same Forum as site 1 is using ? {Can this be done and what download do I use} 2 sites one Forum

Dankness 02-01-2007 09:43 PM

i dont think the joomla connector bridge works with vbulletin 3.6 this is a outdated project that has been forgotten about i belive. I am currently working on a new bridge solution that will use vbulletins user tables for login and everything. unfort i dont know when a release will be made but i do know it will be a paid modification.

xiphias 04-04-2007 07:03 AM

Quote:

Originally Posted by Dankness (Post 1172516)
i dont think the joomla connector bridge works with vbulletin 3.6 this is a outdated project that has been forgotten about i belive. I am currently working on a new bridge solution that will use vbulletins user tables for login and everything. unfort i dont know when a release will be made but i do know it will be a paid modification.

Release data?

RedGTiVR6 04-05-2007 09:31 PM

Dankness -

is your mod a few weeks off or a few months off? Or are you to that point yet?

boiboi 05-03-2007 05:34 PM

I wouldn't count on it. Most joomla mods are a year or two off or they simply disappear.

xiphias 05-03-2007 05:39 PM

i've installed the BBPixel joomla/vb connector.

And it's fine...

aeternus aura 07-03-2007 02:00 AM

I got as far as installing the component and then when I clicked "new" I got this message:

Quote:

Warning: dir(../components/com_connector/modules) [function.dir]: failed to open dir: No such file or directory in /home/hereticg/public_html/joomla/administrator/components/com_connector/admin.connector.php on line 127

Fatal error: Call to a member function read() on a non-object in /home/hereticg/public_html/joomla/administrator/components/com_connector/admin.connector.php on line 128

chuvanan.org 07-14-2007 07:31 PM

Quote:

Warning: dir(../components/com_connector/modules) [function.dir]: failed to open dir: No such file or directory in /home/hereticg/public_html/joomla/administrator/components/com_connector/admin.connector.php on line 127

Fatal error: Call to a member function read() on a non-object in /home/hereticg/public_html/joomla/administrator/components/com_connector/admin.connector.php on line 128
Additional Modules
All modules are now in separate packages
to add module just download the module file
and unzip it in the /components/com_connector/modules folder
if not exists, create one

masterweb 08-26-2007 10:18 AM

Quote:

Originally Posted by chuvanan.org (Post 1291076)
Additional Modules
All modules are now in separate packages
to add module just download the module file
and unzip it in the /components/com_connector/modules folder
if not exists, create one

Hey boys!... i installed this and my site goes down, i think this code is out of date or something (I'm not a codder) so be carefully and don't use this. I checked the developer's site : http://www.leonsio.com/ for help and the site doesn't load...

PS: I'm looking to show on my Joomla index the 5 or 10 last posts made on the forum (a Vbulletin one), so could any help me?

Thanks

masterweb 08-26-2007 10:19 AM

It Doesn't Work

leonsio 08-26-2007 02:50 PM

first of all you have to install my soap extension for joomla....

.... and ...this hack is not supported anymore
because i dont have any vbulletin license
and it does not with joomla 1.5/ untested with VB 3.6

Flumples 08-27-2007 09:32 PM

Does this work with vB 3.6.8?

hrk 09-08-2007 07:47 AM

hi. I've install this bridge work ok
but user have to log in the forum again.
is this how it works?

AND UNDER INSTALLATIONS

this is the status

not installed Patch vBulletin includes/config.php file.
not installed Patch index.php from the current mambo theme: xxxxx

what should i do next ?

thanks a lot.

thetoolman 10-05-2007 06:52 PM

Does anyone have a 'find and replace' guide for the joomla.php file as my file has been modified previously for other mods.

foxfirediego 10-11-2007 10:07 AM

no updates for 3.6.x?

InfoNirvana 12-14-2007 06:52 PM

Unfortunately, this com_connector never materialized well. It certainly was a very difficult task due to Joomla authetication inadequacies.

The spirit of this connector is now in the new component called JFusion.

read about it - http://forum.joomla.org/index.php/to...018.msg1116682

foxfirediego 12-15-2007 07:45 AM

Quote:

Originally Posted by InfoNirvana (Post 1401111)
Unfortunately, this com_connector never materialized well. It certainly was a very difficult task due to Joomla authetication inadequacies.

The spirit of this connector is now in the new component called JFusion.

read about it - http://forum.joomla.org/index.php/to...018.msg1116682

Thanks for that InfoNirvana...

hrk 01-09-2008 12:34 PM

This script will be the new bombshell for all the commercial bridge makers.
ive tested this in other forum work amazingly.

waiting for Vb versions 3.7

goranbaxy 01-21-2008 06:55 AM

Have anyone try it with VB 3,6?

ArchangelX 05-25-2008 02:36 AM

JFusion is brillant...go check it out! I'm using it for my 3.5.x install and it's working flawlessly!

lisagreenfern 01-22-2009 10:28 PM

I'm getting some errors in Joomla 1.0.15 after installing this. The error below happens on the admin screen, and it seems to happen after I move the new Joomla.php into the includes directory:

Quote:

Currently Logged in Users
1 admin Super Administrator <a href="index2.php?option=com_users&task=flogout&id= 62&
Fatal error: Call to undefined function: josspoofvalue() in /home/content/l/i/s/lisarenate/html/aca/joomlanewinstall/administrator/modules/mod_logged.php on line 88
I was excited about Connector because my client wants to stick with joomla version 1. I hope there is a way to make it work. Any ideas are appreciated!

Speysider 12-26-2009 08:01 PM

Sorry to bump this, but I am unable to access the new connector page, all I get is this:

PHP Code:

Warningdir(../components/com_connector/modules) [function.dir]: failed to open dirNo such file or directory in /home/****/public_html/administrator/components/com_connector/admin.connector.php on line 127

Fatal error
Call to a member function read() on a non-object in /home/****/public_html/administrator/components/com_connector/admin.connector.php on line 128 


windrider07 04-23-2010 05:35 AM

Speysider, try manually creating the "modules" folder in the "com_connector" folder. That's what I did.


All times are GMT. The time now is 01:05 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.02452 seconds
  • Memory Usage 1,852KB
  • 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
  • (1)bbcode_php_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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