|
|
Re:registration problem
|
|
Date: 2005/12/28 21:05
|
By: vancanneyt
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 17 |   | |
|
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
|
|
The topic has been locked. |
|
|
|
Re:registration problem
|
|
Date: 2005/12/29 00:37
|
By: matik71
|
Status: User
|
|
|
Karma: 1  
|
|
Fresh Joomlapolitan  | Posts: 7 |   | |
|
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
|
|
The topic has been locked. |
|
|
|
Re:registration problem
|
|
Date: 2005/12/29 01:19
|
By: beat
|
Status: Admin
|
|
|
Karma: 238  
|
|
Admin  | Posts: 3998 |   | |
|
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
|
|
The topic has been locked. |
|
|
|
|
Re:registration problem
|
|
Date: 2005/12/29 05:34
|
By: kovox
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 11 |   | |
|
|
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?
|
|
The topic has been locked. |
|
|
|
Re:registration problem
|
|
Date: 2005/12/29 07:39
|
By: beat
|
Status: Admin
|
|
|
Karma: 238  
|
|
Admin  | Posts: 3998 |   | |
|
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
|
|
The topic has been locked. |
|
|
|
|
Re:registration problem
|
|
Date: 2005/12/29 09:02
|
By: goetzi
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 2 |   | |
|
|
Sorry, that doesn't seem to work. I get a 500 script error.
|
|
The topic has been locked. |
|
|