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)
-   -   Vbulletin Application Connector (https://vborg.vbsupport.ru/showthread.php?t=103069)

fabianv 03-21-2006 06:46 PM

Anyway quite weird.. when I add the module to see whos online in vbulletin its just blank...

and when I add the module for latest threads I get this error:

main(./components/com_connector/connector.class.php): failed to open stream: No such file or directory in /home/fabianv/public_html/portal/modules/mod_vbulletin_recent_posts.php on line 32

Fatal error: main(): Failed opening required './components/com_connector/connector.class.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/fabianv/public_html/portal/modules/mod_vbulletin_recent_posts.php on line 32

Any idea why this is happening?

Raul7 03-23-2006 03:20 PM

Quote:

Originally Posted by oojacoboo
Ok, these instructions never end, very confusing. Nonetheless, I am trying to get this isntalled. I assume this is needed for the joomla com_connector to function properly..

I don't know what the install link at the top of the thread does, clueless!
I did everything Langly said above.
I tried to install the product in my vB install and I get the following SQL error...



Do I need to run this query in phpmyadmin? When I reattempt I get a column for connectors already present in the user table. So, I removed that field and then I attempt again, and I get this error. Please advise.

What can I replace that with? I am using the following...

Web Server Apache v1.3.34
PHP 4.4.1
MySQL Version 4.0.26-standard

any soloution for this? i have an exact same problem :( i have the exact same server setting,
any help is appreciated.
thank you

Quote:

Database error in vBulletin 3.5.3:

Invalid SQL:

CREATE TABLE IF NOT EXISTS `connectors` (
`id` int(11) NOT NULL auto_increment,
`title` varchar(255) collate latin1_german1_ci default NULL,
`module` varchar(255) collate latin1_german1_ci NOT NULL default 'joomla',
`url` varchar(255) collate latin1_german1_ci NOT NULL default '',
`vb_useradd` tinyint(4) NOT NULL default '0',
`app_useradd` tinyint(4) NOT NULL default '0',
`params` text collate latin1_german1_ci,
`published` tinyint(4) NOT NULL default '0',
PRIMARY KEY (`id`)
);

MySQL Error : 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 'collate latin1_german1_ci default NULL,
`module` varchar(255
Error Number : 1064
Date : Tuesday, January 31st 2006 @ 07:47:34 PM
Script : http://www.xxxxxx.com/forum/admincp/plugin.php
Referrer : http://www.xxxxcom/forum/admincp/plu...?do=productadd
IP Address : xx.xxx.xx.xxx
Username : xxxxxxx
Classname : vb_database

RaidenDAWG2 03-25-2006 12:37 AM

Hey Leonsio, great extension first of all, integrating it on my live site shortly, and I'm loving it personally.

I've found one minor bug with the joomla_sql class (or possibly the vbulletin_sql), not sure which is acting up. I can login/out through Joomla and it logs me in or out of vBulletin, no problems. However, when I do the same through vBulletin, it doesn't log me in or out of Joomla. I've triple checked my settings on both sides, and it doesn't appear to be a glitch there. Any idea what I could do to fix this?

Thanks man,
-RD

leonsio 03-25-2006 05:12 AM

the connector (sql version ) does not support joomla 1.0.8 at the moment

RaidenDAWG2 03-25-2006 05:16 AM

That explains it...any ETA on that supporting, or any idea what it would take for me to manually update it to support it?

-RD

Lea Verou 03-25-2006 11:13 PM

Will it be useful for phpprobid integration?

daklay 03-28-2006 12:05 AM

Question

Can this be used for Oekaki Poeteo BBS?

3z3k3l 03-29-2006 11:16 PM

Anyone know how to connect this with Postnuke? I would be willing to throw in some donation money.

NonCompare 04-27-2006 08:14 AM

So confusing... newbies like me can't get it work! Is there a detailed instructions on how to set it up all, like 1. Do this 2. Then do it...

ronoxQ 04-30-2006 01:11 AM

Well, I read the tutorial on mod-making.

BUT: I don't exactly get it. Which variables do I have to change to get myself a mod for a certain site?

ronoxQ 05-02-2006 09:32 PM

BUMP

Anybody who got this to work, please help us out!

BreezeDK 05-06-2006 11:45 AM

Hi i have a problem when i logout from vBulletin 3.5.4 using PHP5 SOAP version with joomla.


Code:

Warning: Invalid argument supplied for foreach() in /includes/connector/joomla.class.php on line 107

Warning: Cannot modify header information - headers already sent by (output started at /home/newansi/joomla/forums/includes/class_core.php:2984) in /includes/connector/joomla.class.php on line 112

Warning: Cannot modify header information - headers already sent by (output started at /home/newansi/joomla/forums/includes/class_core.php:2984) in /includes/connector/joomla.class.php on line 113

Warning: Cannot modify header information - headers already sent by (output started at /home/newansi/joomla/forums/includes/class_core.php:2984) in /includes/connector/joomla.class.php on line 114


i have been looking in the file and it is the following that causes the problem:
PHP Code:

    function logout()
    {
                if(
is_null($this->__res))
                {
                        return 
$this->__status;
                }
                
$lifetime time() - 1800;
                
// cookies setzen
        
foreach ( $this->__res->_cookies as $name => $value)
        {
            
setcookie($name$value[0], $lifetime$value[1]);
        }
        
// force logout, falls _cookies nicht exestiert
                
setcookie"usercookie[username]"" "$lifetime"/" );
                
setcookie"usercookie[password]"" "$lifetime"/" );
                
setcookie"usercookie"" "$lifetime"/" );
        
    } 


I have noted it doesnt happen with my non admin profile.
What could be the problem of this?

paulfletcher 05-11-2006 06:54 PM

It's not working for me either. I'm pretty new to the Joomla integration, but I need to get it working in a week (deadline). Can anyone tell me what I need to get this working? I just want Joomla and vBulletin to share the userdatabase etc...

Thanks,
Paul

paulfletcher 05-12-2006 02:30 AM

When I try to install this product on vBulletin 3.5.4 I get this error.

Quote:

Database error in vBulletin 3.5.4:

Invalid SQL:
ALTER TABLE user ADD `connector_cookies` TEXT NULL;

MySQL Error : Duplicate column name 'connector_cookies'
Error Number : 1060
Date : Thursday, May 11th 2006 @ 11:21:07 PM
Script : http://xyztraining.com/*****(admin folder)/plugin.php
Referrer : http://xyztraining.com/*****(admin folder)/plugin.php?do=productadd
IP Address : ***.**.**.***
Username : Paul Fletcher
Classname : vb_database
Any thoughts?

Also, has anyone actually gotten Joomla to work with vBulletin 100%? User database sharing, and automatic login? Also, could anyone post how I can install the SOAP version? I've tried install the SOAP version, only to get errors, so I had to stick with the vbulletin_sql version.

The System requirements for SOAP... PHP 5, and SOAP extensions, how do I add SOAP extensions? Plus my host is telling me to use ".php5" as the ending... would this work as well.

lol, sorry for all these questions. I hope one of you has the answer.

Thanks,
Paul

ronoxQ 05-14-2006 03:52 PM

Mods, I'd like to request deleting this mod. It isn't working, and the creator isn't here any more.

LordRayden 05-14-2006 09:03 PM

HI all,

well paulfletcher, I would say you allready have installed the vBulletin Application Connector, cause your error says “Duplicate column name 'connector_cookies'”.

I'm no programmer, but I think that’s the Problem, I have a working “one side” Integration with the com_connector and vBulletin. As I said “one side”, when I login to Joomla I'm also logged in to vBulletin, same with logout but when I login to vBulletin I'm logged in to vBulleitn only. As far as I know the reason is that in Joomla 1.08 the developers changed a lot so the vBulletin Application Connector in this version is not working anymore and has to be updated.

That’s my information for my system, Joomla 1.08, Vbulletin 3.5.4, PHP4, NO SOAP. I think leonsio is pretty busy and I, also as everyone else, hope to hear from him soon.

Thanks

LordRayden

paulfletcher 05-15-2006 11:43 AM

Thanks for the information. I've decided to go with BBPixel and their plugin. That will help us meet our deadline.

Have a great day,
Paul

ronoxQ 05-17-2006 10:01 PM

Where is BBPixel's plugin?

paulfletcher 05-18-2006 01:05 AM

<a href="http://forum.bbpixel.com/index.php" target="_blank">http://forum.bbpixel.com/index.php</a>

kevinsan 06-02-2006 09:36 AM

LordRayden

Can you please tell us how you installed VB and Jomla 1.08 on php4? There is no detailed explanation. Thanks.:banana:

Lionel 06-02-2006 09:45 AM

bbpixels just integrated joomla 1.08 for me. They did a perfect integration, the best I have seen so far.

paulfletcher 06-02-2006 10:09 AM

Yeah, I can't really tell you how the plugin was installed either. I was under a time crunch and needed not only the plugin installation but template help as well. So I just paid BBPixel to install the plugin and to help us with our templates and database integration. They did a great job in a short timeframe.

Thanks,
Paul

drgonzo120 06-02-2006 12:56 PM

how does this thing look like? anybody a showcase website ???

paulfletcher 06-03-2006 12:47 PM

Hey, if your looking for a site that uses Joomla 1.0.8 and vBulletin 3.5.4 that are connected with BBPixel's plugin you can check out our tutorial website.

http://xyztraining.com

Thanks,
Paul

ramone_johnny 06-03-2006 12:47 PM

phpprobid intergration??????

nicholas 06-07-2006 01:35 AM

Quote:

Originally Posted by drgonzo120
how does this thing look like? anybody a showcase website ???

http://lawdida.com, not yet done but already integrated.

imranbaig 07-13-2006 03:56 PM

where can I get vbulletin_sql module?
I get lots of error trying to integrate, I got some 4000 vb users and joomla = none, doing a fresh install with joomla.

thanks in advance.

jarod1981? 07-15-2006 05:11 PM

Hi Guys,

Is there some Bridge for integrated Joomla 1.010 and Vbulletin 3.5.4 please?

This Vbridge isnt' compatible with Vbulletin 3.5.4, right?

Thanks :)

tassoman 07-22-2006 09:59 AM

I have some problem with mysql 4.0.

I wonder this query doesn't works on < 4.1, wich is equivalent for who is running mysql 4.0 version?

Quote:

Database error in vBulletin 3.5.4:

Invalid SQL:

CREATE TABLE IF NOT EXISTS `vb_connectors` (
`id` int(11) NOT NULL auto_increment,
`title` varchar(255) collate latin1_german1_ci default NULL,
`module` varchar(255) collate latin1_german1_ci NOT NULL default 'joomla',
`url` varchar(255) collate latin1_german1_ci NOT NULL default '',
`vb_useradd` tinyint(4) NOT NULL default '0',
`app_useradd` tinyint(4) NOT NULL default '0',
`params` text collate latin1_german1_ci,
`published` tinyint(4) NOT NULL default '0',
PRIMARY KEY (`id`)
);

MySQL Error : 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 'collate latin1_german1_ci default NULL,
`module` varchar(255
Error Number : 1064
Date : Saturday, July 22nd 2006 @ 01:00:41 PM
Classname : vb_database

puregraf 12-04-2006 07:45 PM

would this work with vbulletin and phpprobid.com auction program?

thank you

drupalbpo 04-04-2007 06:57 AM

can this work with drupal5.1?

treelovinhippie 08-20-2007 03:25 AM

Does this work for v3.6.8?

There are about 3 of these APIs, and it's exactly what I'm after but none of them seem to work for the latest version sadly :(

foxfirediego 10-11-2007 10:37 AM

wondering the same :s

leonsio 10-11-2007 10:47 AM

i can not work on this api anymore, because

1. i dont have vbulletin license
2. i dont have any time for it

sorry


All times are GMT. The time now is 01:33 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.01274 seconds
  • Memory Usage 1,821KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (34)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