![]() |
Quote:
Quote:
|
extrackt rpm file with rpm2cpio
|
local test on win xp, apache 2.0.55 + php 5.1 as modul + php soap extension
SoapFault Object ( .... somethingthing ..... [faultstring] => Call to undefined function vbrand() [faultcode] => SOAP-ENV:Server ) any idea? |
which vbulletin do you use?
in which folder is server.php located? if you use other folder than /soap you must edit a patch to you forum at the top of the server.php vbrand functions is in the functions.php, which is loaded by the constructor of the class so that i think it can not be found look at the CWD constant define('CWD', '../' ); <-- i think you must change this example to: ./ if you running server.php in the forumroot |
vb 3.5.1 new installed yesterday
path's: "vbroot"/soap/server.php "vbroot"/soap/examples/test.php i also think that functions.php not can be found but i dont know why. i have changed nothing and i follow exactly your instructions. hope u can understand my english :) p.s.: "i have changed nothing means that i have changed nothing in the server.php class", sure i have changed the needed paras like the key etc.. |
hmm it can be a windows specific problem
try to set an absolute path to the CWD constant and please check a path in the config.php file from vbulletin (attention windows and linux have different path c:/forum/ <-- windows /var/www/forum <-- linux ) hmm i think i must find anythere a windows pc and test it but it is not so simple, as it sounds i have at work only solaris computers, at home i'm using macosx and my root server is linux ..... |
ok now it works. great addon man ;)
the error comes because i have not defined in config.php the path to the forum -> $config['Misc']['forumpath'] = 'path/to/board'; in config.php i read that i must only define this path if vb print an error that i must define it - you know what i mean? |
Quote:
okay, great i will try to include forumpath check in the construct |
in "server.php" at function "getpost" i have found a the line "print_r($threadinfo)" ->
Code:
public function getPost($key, $postid) i think u have set this line for debug mode and this should not set in the released version, right? |
hmm yes thx, i will remove it in the next release
|
@kickorg
hab gesehen dass deine HP in deutsch ist, deswegen gehe ich davon aus dass du deutsch kannst *g* damit wir uns nicht weiter in englisch quallen gibts auf vbhacks-germany auch ein release thread http://www.vbhacks-germany.com/forum...ead.php?t=2239 gru? aus dem nachbarsland leo |
ja klar sprech deutsch, bin auch urspr?nglich vom deutschen forum hier her gewandert. habe jedoch zwecks h?flichkeit gleich in englisch geschrieben, damit jene die das problem vielleicht auch haben nen plan davon haben wie wir es l?sen ;)
danke f?r den link ;-) |
new version is online
changes are in the release post |
when importing the product i get this error:
Quote:
|
which mysql api do you use
mysql or mysqli? hmm can you install other produkts?? this addon dont needs any database changes, so it must be a vbulletin problem |
regular mysql, i get that error on all products i try to import. the thing is that one doesn't work as i get this error when i go to the example:
Quote:
Quote:
will this really work with xoops???? |
Quote:
|
what exactly are soap extensions? and i use .php rather then .php5 i'm on PHP Version 4.3.11 should i be running php 5? if so i can do that, but what are soap extensions?
|
if you will use this addon you MUST have php5 installed on your server
soap-> http://en.wikipedia.org/wiki/SOAP Wordplay i know you want to connect your joomla with vbulletin if you have php4 installed you should use the vbulletin_sql module it works like vbridge, but without alter the usertable (password) |
leonsio thank you very much for wanting to help me.
hmm... i'm still putting to consideration whether i should upgrade my server to php5 or not. the only thing trembling my decision is that php5 extensions for vbulletin just crossed my mind. my board is pretty hacked... so moving over to php5 i think i would have to re-do like the entire board as i would have to run a completely new installation of vbulletin.php5, and upgrade from there, adding the hacks and everything from scratch. as i doubt that it is possible to upgrade to a vbulletin that runs php to php5. furthermore... i doubt all my hacks would still work. so i'm in a fix. please let me know whether this will really be able to make vbulletin with xoops. and if that has already happened. |
also vbulletin runs unter php5 without any problems
you should install WAMP on your windows this package include apache/php5/mysql4x and then test all your applications on it with php5 |
did you read my last reply? if not please do...
and you just wrote unter... deutsch? predator kenn ich ja bereits, ein deutsches coder team hier ja? |
ja hab dein kommentar gelesen
man kann xoops modul erstellen, jedoch ist dieser von mir vorerst nicht geplannt f?r deutschprachige hilfe benutze www.vbhacks-germany.com forum |
no my english is just fine... so if you dont mind i'll just stay here... merely because registering there would just be too much extra work that i doubt will help me get on... as you're here and you're the only person i need to be talking to concerning this.
you said vbulletin works just fine on php5 server? you mean i wouldn't have to change anything when moving to a php5 server? are you certain of this? |
<a href="http://www.c4u.to" target="_blank">www.c4u.to</a> is my forum and it works/runs on php 5.0.x and mysql 4.1
|
cool. heard php 5.1.x is not too stable with vbulletin so i should be running 5.0.x then right? ok i'll upgrade my server then later tonight. and then install this.
could you please... please do me the favor of finding somebody who made it work with xoops? if you say its possible somebody must've done it by now right? or can you atleast point me in a direction to look around at? |
also i have not tested php5.1 with vbulletin
but i will update my server to php 5.1 and mysql 5.0 soon xoops... also i can try to make a module but not in this year for questions except VB_SOAP addon use other threads here ( for modules -> Vbulletin application connector ) |
too bad... in my opinion xoops completely outshines joomla. i wish that would work. never is it possible for me to get what i really need. i hope somebody works on it sometime soon.
thanks none the less. |
leonsio i cant find anybody willing to work on the xoops and vbulletin intigration... as nobody seems to have the soap expiriance... and asking around on other forums turned out useless as people expirianced with xoops seem to not know a thing or two about vbulletin, probably because it has never before been possible to make both work together. but if you run a search on:
bbpixel.com xoops.org and a couple of other xoops sites. you will swiftly see how many people have been longing for these 2 to work. you said you wont be able to work on it before new year... and i dont have a choice but to wait. so i'll just be patient... please let me know when approximately you'll be able to make it work. |
also its realy easy to make common logins from other applications with vbulletin ( and this addon )
look at the examples in the package in the login.php you can find code to "login" on vbulletin as result you will get all needed cookies ($connection->_cookies) you must just walt this array and set cookies PHP Code:
|
so basically this isnt really an intigration but rather just logs users into both programs, which remain standalone softwares?
|
*update*
added function getOnlineUsers(KEY) this function will return an array with all logged in users the count of the array can be different, you will only get user which you can see also if the user can not see we who is online list, he will get nothing ;) for admins the list will include invisible users too |
This sounds promising. When are you going to implement the addTopic/addPosting-functions?
|
not this year ;)
|
Quote:
one use has created vwar module for my connector for joomla its the same as vbulletin connector, i will port the module in the next weeks for vbulletin to use it with this connector and vbulletin http://forum.joomla.org/index.php/to...html#msg125646 release thread of the connector for vbulletin so it is posible to have common login between joomla<->vbulletin->vwar ( or vbulletin<->joomla->vwar ) it will be only one login needed :D |
This is really interesting and almost exactly what I'm looking to do. However I don't believe my host has the SOAP extension installed for me. both of my applications are running in the same process/domain so I can theoretically call your server.php directly without the SOAP layer. I tried to hack this by removing the references and verification of the $key, but this seems to fall apart. (interestingly enough I just get a <html></body></html> response.. can't figure that one out). Any ideas on calling your libraries from another php file? Specifically I'd be calling this from the portion of MediaWiki that logs a user into mediawiki.
|
you need php5 to run this script
key should not be a problem, you can call the functions direct $test=new VBSOAP(); $result=$test->doLogin(KEY, .....); sorry but i dont have enouth time at the moment to make the script php4 conform i dont know why you get html code, the script dont produce any html outputs try to update to php5, its a easiest way to get this script working ;) |
Quote:
|
php4 has very very slow performance
it is posible to run it with php4 but its not so good and not so fast like php5 ( the extension in php4 is written in php, the soap extension in php5 is written in c ) |
Very nice concept. I tried it, but got message --
[faultstring] => looks like we got no XML document [faultcode] => SOAP-ENV:Client Any idea where I got it wrong? Thanks! |
All times are GMT. The time now is 10:01 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|