CB 2.0.3 and Joomla 1.0.12

This is the forum for discussion of CBC v2 Final

Moderator: geeffland

CB 2.0.3 and Joomla 1.0.12

Postby marna » Mon Jan 11, 2010 2:11 pm

Hello.
I have CB connector 2.0.3, Community Builder 1.2.1 and Joomla 1.0.12. I have PHPBB3 forum, too.
I want to have unique login for CB and PHPBB. When I synchronize the users (Plugin control panel), Joomla give me the following mistake on having acceded to the profile of the user (CB menu):

Fatal error: Cannot redeclare class phpbb_captcha_factory in C:\xampplite\htdocs\phpBB3\includes\captcha\captcha_factory.php on line 25
(in http://localhost/joomla/index.php?optio ... &Itemid=89)

Which is the reason of my mistake?
marna
New Forum Poster
 
Posts: 2
Joined: Fri Jan 08, 2010 11:33 am

Re: CB 2.0.3 and Joomla 1.0.12

Postby geeffland » Mon Jan 11, 2010 4:54 pm

What version of phpbb3 are you using? I don't have a captcha_factory.php file...

Also please post steps to recreate the error you are talking about so I know exactly where you are at when you see the error message.
Thanks,
Greg
CB Connector Developer
User avatar
geeffland
Site Admin
 
Posts: 1150
Joined: Tue Jun 06, 2006 2:16 pm
Location: Kansas City

Re: CB 2.0.3 and Joomla 1.0.12

Postby marna » Wed Jan 13, 2010 9:38 am

Hello.
I have PHPBB 3.0.6.
In Administration Joomla, I have a menu item to Communyti Builder component, in the main menu.
When I open a session in Joomla and try to accede to this menu, the mistakeis produced. But only with synchronized users (with Plugin control panel).

Fatal error: Cannot redeclare class phpbb_captcha_factory in C:\xampplite\htdocs\phpBB3\includes\captcha\captcha_factory.php on line 25

If I open a session with a not synchronized user, all it's ok, and with this option the profile of the user appears.
Thank you.
marna
New Forum Poster
 
Posts: 2
Joined: Fri Jan 08, 2010 11:33 am

Re: CB 2.0.3 and Joomla 1.0.12

Postby geeffland » Sun Jan 24, 2010 1:08 am

I finally got a chance to upgrade my test server to 3.0.6.

I can not duplicate the error.
Here is what I tried
1) Login to admin side
2) setup CB Connector to connect with phpbb3
3) Sync admin users
4) Verify CB Connector Plugin Parameters screen works
5) Verify CBC Control Panel works
6) logout of admin side
7) login of admin side with admin user
8) reverify #4
9) reverify #5

I was not able to reproduce any errors during this process.
Thanks,
Greg
CB Connector Developer
User avatar
geeffland
Site Admin
 
Posts: 1150
Joined: Tue Jun 06, 2006 2:16 pm
Location: Kansas City

Re: CB 2.0.3 and Joomla 1.0.12

Postby killerb » Fri Mar 05, 2010 2:58 pm

geeffland wrote:I finally got a chance to upgrade my test server to 3.0.6.

I can not duplicate the error.
Here is what I tried
1) Login to admin side
2) setup CB Connector to connect with phpbb3
3) Sync admin users
4) Verify CB Connector Plugin Parameters screen works
5) Verify CBC Control Panel works
6) logout of admin side
7) login of admin side with admin user
8) reverify #4
9) reverify #5

I was not able to reproduce any errors during this process.


Hi geeffand, I also getting the same error as the OP when a person tries to view a CB profile, by disabling the forum tab it goes away. There also issues with the query module...bit more about that later as it not that important.

Joomla 1.015
CB 1.2
CB Connector 2.0.3
phpBB3 3.0.7
killerb
New Forum Poster
 
Posts: 1
Joined: Thu Mar 04, 2010 8:08 pm

Re: CB 2.0.3 and Joomla 1.0.12

Postby nethead » Sun Jul 11, 2010 2:35 am

I just upgraded to the latest 3.0.7PL1 Version and do get the same message. Any known remedies?

cheers,

Arnd
nethead
New Forum Poster
 
Posts: 44
Joined: Sun Mar 11, 2007 7:13 am

Re: CB 2.0.3 and Joomla 1.0.12

Postby nethead » Sun Jul 11, 2010 3:03 am

Got it. Just insert

Code: Select all
if (class_exists('phpbb_captcha_factory'))
{
   return;
}


before the actual class definition in includes/captcha/captcha_factory.php

@Greg
Thank you for your great software which did run like a breeze for 3 years on my site now!

cheers,

Arnd
nethead
New Forum Poster
 
Posts: 44
Joined: Sun Mar 11, 2007 7:13 am

Re: CB 2.0.3 and Joomla 1.0.12

Postby steam.roy » Sat Sep 04, 2010 2:15 am

Will this same fix work with Joomla 1.5.20?

Thanks
steam.roy
New Forum Poster
 
Posts: 4
Joined: Thu Sep 02, 2010 10:07 am


Return to CB Connector V2.0.0

Who is online

Users browsing this forum: No registered users and 1 guest

cron