Saturday, November 22nd 2008, 12:53am UTC+1

You are not logged in.

  • Login
  • Register

Dear visitor, welcome to WoltLab Community Forum. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Tuesday, March 4th 2008, 2:16pm

[Support] Joomla 1.5 Authentication Plugin

Please use this thread to report bugs and please avoid sending private messages

Project Info Page: http://community.woltlab.com/db/index.ph…t&projectID=134

Update Log:
2nd release: WBB3Auth.Build0002.zip //includes number of bug fixes (tested and working)
1st release: WBB3Auth.zip //initial release

How to Upgrade:
Uninstall the previous plugin and install the new one

P.S. for some reason the original thread is locked down so I created this thread in a more appropriate place
  • Go to the top of the page

lupopa

Master

Posts: 783

Location: Weiden i.d. Opf

Occupation: Hausmann, Schreiner, Logistic

2

Tuesday, March 4th 2008, 9:23pm

Hi esi,

i can't find WBB3Auth.Build0002.zip...

greetings Micha
Nimm Dir zeit für Deine Freunde, bevor die Zeit Dir deine Freunde nimmt...

Klingt komisch, is' aber so!
  • Go to the top of the page

3

Wednesday, March 5th 2008, 7:35am

i can't find WBB3Auth.Build0002.zip...
Please check the project page again, update is now activated by mods

Regards,
esi
  • Go to the top of the page

lupopa

Master

Posts: 783

Location: Weiden i.d. Opf

Occupation: Hausmann, Schreiner, Logistic

4

Wednesday, March 5th 2008, 8:40am

ok, file is avaiable.

i have now installed the new wbb3auth and is running fine ;)

i have a problem to login with cookies. when i log in into joomla i'm not logged in into wbb3.

cookie path is /portal/wbb ... and the forum is included with wrapper.

any ideas?

(Sorry for my bad english please ;) )

regards
Micha
Nimm Dir zeit für Deine Freunde, bevor die Zeit Dir deine Freunde nimmt...

Klingt komisch, is' aber so!
  • Go to the top of the page

5

Wednesday, March 5th 2008, 9:25am

plugin creates cookies only if you have selected 'Remember Me' option during login

and to find out the coockie path, just directly go to your WBB3 board, view cookies of your browser (in FireFox, click on Tools, Options, Privacy Tab, Show Cookies, search for your domain name, and you should see wcf_cookieHash, click on it and in the lower section you should have some info, one of the is cookie path, use that as your coockie path, see picture for more info)
esi has attached the following file:
  • cookiePath.jpg (28.66 kB - 139 times downloaded - Last download: Yesterday, 3:54pm)
  • Go to the top of the page

lupopa

Master

Posts: 783

Location: Weiden i.d. Opf

Occupation: Hausmann, Schreiner, Logistic

6

Wednesday, March 5th 2008, 10:21am

Hi,

thank you for help.

i have do that and the cookie was ok.

I have more of this entry... Now i have delete all Cookies and it's running now.

in the internetexplorer not, there are not logged in.
__________________________________________________________________
If this a bug, when i logged out from joomla, but not in wbb ?

Greetings

Micha
Nimm Dir zeit für Deine Freunde, bevor die Zeit Dir deine Freunde nimmt...

Klingt komisch, is' aber so!
  • Go to the top of the page

7

Wednesday, March 5th 2008, 10:43am

in the internetexplorer not, there are not logged in.
didn't know this, seems to be a bug

Edit: it actually works in Internet Explorer but the reason why you can not login is because of improper session management of the plugin, if you clear out WBB sessions (wcf1_session) and clear IE cookies, then you should be able to login to both Joomla and WBB using this plugin
so if you use only one browser then you shouldn't have any problem, i'm currently trying to fix this issue
If this a bug, when i logged out from joomla, but not in wbb ?
this is a known bug, requires an additional User plugin for joomla

This post has been edited 1 times, last edit by "esi" (Mar 5th 2008, 11:40am)

  • Go to the top of the page

_Benny_

Beginner

Posts: 1

Location: München

Occupation: Azubi Fachinformatiker (Anwendungsentwicklung)

8

Wednesday, March 5th 2008, 4:27pm

Will be this bridge also available for Joomla 1.0.13?
And is there a function to sync User from Joomla to wbb? Or is it possible to change a phpBB3 to a wbb3 and sync it again with the joomla system?

I'm just waiting for a working bridge for Joomla 1.0 and wbb3, so that I can use wbb3 :O
In einem geschlossenen System nimmt das Chaos mit der Zeit zu.
- Zweiter Hauptsatz der Thermodynamik -
  • Go to the top of the page

9

Wednesday, March 5th 2008, 5:14pm

Will be this bridge also available for Joomla 1.0.13?

nope, you can refer to [Guide] Access to WBB3 User database using Joomla!
(you'll need to do some manual changes, and it's not fully functional)
And is there a function to sync User from Joomla to wbb? Or is it possible to change a phpBB3 to a wbb3 and sync it again with the joomla system?

importing joomla users to wbb3: there no script available but it is possible however probably all imported users must change their password after importing
phpbb3 to wbb3 + joomla: at the moment probably not, but after a small implementation it should be possible
  • Go to the top of the page

Dirkusman

Beginner

Posts: 25

Occupation: Schüler

10

Thursday, May 22nd 2008, 7:40pm

Hello!

After server problems the joomla authention is not avaible. These warnings come.



I hope you can help me!
Dirkusman has attached the following file:
  • Unbenannt-4.jpg (104.25 kB - 79 times downloaded - Last download: Nov 19th 2008, 7:37pm)
  • Go to the top of the page

11

Saturday, May 24th 2008, 10:46am

not exactly sure what can be wrong but it seems to be an issue with paths and your web server setup, make sure paths to your wbb config file is correct
your website files seems to be under /var/blabla/ path while your defined paths are under /home/user-name/blabla

a work around would be to hard code the path in wbb authentication plugin file manually
to do so follow this guide:

edit wbb3.php file as follow
in line 63, find:

PHP Source code

1
if (!defined('WCF_INSTALL_DIR')) define('WCF_INSTALL_DIR'$this->params->get('wcf_install_dir'));

replace it with:

PHP Source code

1
define('WCF_INSTALL_DIR''/exact/path/to/config.inc.php');


by the way due to Apache/PHP restrictions you might not be able to have joomla and wbb in completly different paths or run them on different apache servers
  • Go to the top of the page

Dirkusman

Beginner

Posts: 25

Occupation: Schüler

12

Saturday, May 24th 2008, 3:34pm

Thank you! :thumbsup:
  • Go to the top of the page

MDMAN

Master

Posts: 967

Location: Harsewinkel

Occupation: Das möchtest du wohl gerne wissen....

13

Thursday, June 19th 2008, 8:10am

Hello!

I have some Problems with the PlugIn!

I have installed the PlugIn in Joomla 1.5.3 and have also installed the Forum 3.0.6 in an extra Directory

Joomla is here:

/httpdocs/index.php

The Forum is here:

/httpdocs/forum

I have in the configuration set the direktory to the forum like "/forum"
The DB is the same like the joomla db.

When I now want to log in in the Adminitration Backend, then I become an error with this text:

HTML

1
2
3
Warning: plgAuthenticationWBB3::require_once(/forumconfig.inc.php) [plgauthenticationwbb3.require-once]: failed to open stream: No such file or directory in /var/www/vhosts/gerdelmann.de/subdomains/joomla/httpdocs/plugins/authentication/wbb3.php on line 64

Fatal error: plgAuthenticationWBB3::require_once() [function.require]: Failed opening required '/forumconfig.inc.php' (include_path='.:.:') in /var/www/vhosts/gerdelmann.de/subdomains/joomla/httpdocs/plugins/authentication/wbb3.php on line 64


What can I do now?
Mein Server:
Webserver: Apache/2.2.3 (Debian)
OS: Linux (Debian GNU 4.0 Etch) mit PLESK 8.6.0
MySQL-Version: 5.0.67-0.dotdeb.1
PHP-Version: 5.2.6-0.dotdeb.1
  • Go to the top of the page

14

Thursday, July 10th 2008, 11:50am

[attach]26861[/attach]


I have some problems too, i have tried to edit wbb3.php like you said but everything is the same...
  • Go to the top of the page

15

Wednesday, August 13th 2008, 6:26pm

to use the bridge between joomla and the forum must install the forum in the same database joomla?

sorry for the bad english

thnx
  • Go to the top of the page

Portabile84

Intermediate

Posts: 88

Location: Italy

Occupation: Student

16

Wednesday, August 13th 2008, 8:26pm

I have installed your plugin :)

But there is a problem:

Source code

1
Fatal error:  Call to undefined method stdClass::onAuthenticate() in /webDevelop/joomlaWbb/libraries/joomla/user/authentication.php on line 121


Do you know why?

It seems that the file wbb3auth.php is not included :(

EDIT:

Resolved. I was using the old version... downloading and installing the package into the project page it work...
But now I have a problem:

I installed the forum into the path: /public/forum
Joomla is installed into path /

I'm using a virtual host into my lamp server. So I have: http://joomlaWbb that is the url of the homepage and http://joomlaWbb/pulic/forum the url about the forum.

When I log myself into joomla I'm not authenticated into wbb :(

Do you know why?

EDIT 2 :P

I don't know if It was only my problem but with your wbb3.php file the login with wbb3 forum was not possible.
Today I changed a little part of your code... and now the login is valid also for the wbb3

The problem is:
If a user destroy the session into joomla (logout) the session still valid into wbb3
If a user destroy the session into wbb the session still valid into joomla

Another pill :P Your package work with wbb 2 lite version also :)
Official Italian Translator
You can see my work, my italian forum with my translation, at this url


Italian Packages Translation & Support
This is a temporary Forum. After The official Italian forum will be realised, I'll close the section below.
Wbb3 Italian Forum

This post has been edited 3 times, last edit by "Portabile84" (Aug 14th 2008, 3:19pm)

  • Go to the top of the page

Tobias87

Intermediate

Posts: 291

Location: nähe Siegen

17

Saturday, August 23rd 2008, 1:46pm

Hello esi,

many thanks for the Plugin, wonderfully functions. :thumbsup:

Greeting
Tobias
PS: My English is not good ;)
==>> Wer erfüllt mir diesen Wunsch: Authentifizierung Plugin fürs WBB/WCF :rolleyes:<<==
=>> weiteres: PCPIN- Chat <<=
  • Go to the top of the page