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



All times are GMT. The time now is 01:01 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.01294 seconds
  • Memory Usage 1,750KB
  • 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
  • (3)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
  • (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