Arrow Home arrow Forums
larger font smaller font default font Fixed screen resolution Auto adjust screen size

Joomlapolis Forums  


<< Start < Prev 1 2 3 4 5 6 7 Next > End >>
Re:registration problem
Date: 2005/12/28 21:05 By: vancanneyt Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 17
graphgraph
it works again when replacing database.php but that causes other isseus... users are complaining now that they can't edit content anymore and can't even login...
hope there will be a fix verry soon

Post edited by: vancanneyt, at: 2005/12/28 15:06
Dutch CB translator - tester
Click here to see the profile of this user The topic has been locked.

Re:registration problem
Date: 2005/12/29 00:37 By: matik71 Status: User  
Karma: 1  
Fresh Joomlapolitan

Posts: 7
graphgraph
I think this line(550):

$vars = $object->getPublicProperties();

in file database.php of Joomla 1.0.5

should not exist or CoreTeam should something change in Community Builder.

greetings
Martin
HOSTING/Domains/Translators
www.en.winder.pl
Click here to see the profile of this user The topic has been locked.

Re:registration problem
Date: 2005/12/29 01:19 By: beat Status: Admin  
Karma: 238  
Admin

Posts: 3998
graphgraph
Ok. Had a chat earlier with Joomla! core team dev leader.

This problem is due to an API incompatibility introduced by Joomla! 1.0.5, which will be fixed in Joomla! 1.0.6, due out quickly (intended in the next 2 weeks).

If you need to run CB RC2 on Joomla! 1.0.5, you can do following instead of replacing the database.php file:

in components/com_comprofiler/comprofiler.php, search for 2 occurences of
Code:

      $rowExtras = new stdClass();


and replace them with:
Code:

      $rowExtras = new mosDBTable('#__comprofiler''id'$database);



also do same in administrator/components/com_comprofiler/admin.comprofiler.php (1 occurence)

This should normally solve your problem. Please test and confirm by replying here (I didn't check it on 1.0.5 yet, only on an older version).
Beat - Developer on Community Builder core Team
- If you like CB and this forum, you will love Nick's CB 1.1 reference manual ! : Click here to Get it now
- Would like to help us move faster ? Get it, and/or help us spend more time coding by helping others in this forum, many thanks
Click here to see the profile of this user The topic has been locked.

Re:registration problem
Date: 2005/12/29 05:34 By: kovox Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 11
graphgraph
I can't seem to find the code $rowExtras = new stdClass(); to replace in the .php file, I checked twice. Anyone find it? Am I looking at the wrong file or something?
Click here to see the profile of this user The topic has been locked.

Re:registration problem
Date: 2005/12/29 07:39 By: beat Status: Admin  
Karma: 238  
Admin

Posts: 3998
graphgraph
kovox wrote:
I can't seem to find the code $rowExtras = new stdClass(); to replace in the .php file, I checked twice. Anyone find it? Am I looking at the wrong file or something?

Search for this works fine here. In RC2:

comprofiler.php

line 512
line 757

admin.comprofiler.php

line 1033.
Beat - Developer on Community Builder core Team
- If you like CB and this forum, you will love Nick's CB 1.1 reference manual ! : Click here to Get it now
- Would like to help us move faster ? Get it, and/or help us spend more time coding by helping others in this forum, many thanks
Click here to see the profile of this user The topic has been locked.

Re:registration problem
Date: 2005/12/29 09:02 By: goetzi Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 2
graphgraph
Sorry, that doesn't seem to work. I get a 500 script error.
Click here to see the profile of this user The topic has been locked.

<< Start < Prev 1 2 3 4 5 6 7 Next > End >>

Documentation

Documentation Subscription Service
(updated for CB 1.2 RC2)

What?

Why?

Where?

Just click here for answers!

Click here for a yearly subscription: subscribe now

Download Latest Release

The latest stable Community Builder Release is version 1.1 for Joomla 1.0 and Mambo.
You need to be a registered member of Joomlapolis to download.

The latest release candidate of Community Builder is version 1.2 RC3, native for Joomla 1.0, 1.5 and Mambo.
It is available as "thank you" to all CB documentation subscribers at this time.

CB Login