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

Joomlapolis Forums  


<< Start < Prev 11 12 13 14 15 16 17 18 19 20 Next > End >>
Re:Community Builder 1.0.2 Released
Date: 2006/12/10 18:46 By: beat Status: Admin  
Karma: 238  
Admin

Posts: 3995
graphgraph
phlux0r wrote:
I installed the latest release mentioned in this thread on a fresh J! 1.0.11 install on my local dev server running PHP5.2.0. I had problems with getting a Javascript alert "Session expired" pop up when trying to register a new CB user.

I traced the problem to the spoof checking method in comprofiler.class.php: cbSpoofCheck(). In fact the problem isn't really in the spoof check per se but the suhosin hardening settings for PHP5. The trouble comes from the length of the spoof checking variable name that is put into the registration form. It's over 64 characters long and the default request varname length in the hardened PHP is 64! This means it never ends up in the $_POST structure, hence never validating the spoof method...

I guess it's not a problem right now since most people run this under PHP4 but once PHP5 becomes ubiquitous, this may be a problem if the default server values are unchanged.

I had to edit my php.ini and the suhosin.ini files to increase the request.max_varname_length. There are values for:
request.max_varname_length, get.max_varname_length and post.max_varname_length

Just thought I'd mention this for the devs to think about and if anyone else encounters this problem.


Problem here is the hardened version of php, not php 5. But we should change this in a next release. Thanks for reporting and please open a bug artifact on our bugtracker for this.
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 administrator has disabled public write access.

Re: Community Builder 1.0.2 Cannot install cblogin
Date: 2006/12/10 18:50 By: beat Status: Admin  
Karma: 238  
Admin

Posts: 3995
graphgraph
Pachat wrote:
beat wrote:
My main test installation is with Joomla 1.5 beta 1 actually , so it should be pretty ok, I hope.


Installing comprofiler was a breathe.
README.TXT says install mod_cblogin.zip
They are no mod_cblogin.zip but a cblogin.zip
I suppose that's the one.

But with Joomla 1.5 SVN, I have the following problem :

Code:

 InstallerModule::installDB function failed with error number 1062 Duplicate entry '43-0' for key 1 SQL=INSERT INTO `jos_modules_menuVALUES 43) SQL = INSERT INTO `jos_modules_menuVALUES 43)



Did you try CB 1.0.2 with Joomla 1.5 SVN ?

Post edited by: Pachat, at: 2006/12/02 15:35<br><br>Post edited by: Pachat, at: 2006/12/02 15:36

I tried Joomla 1.5 svn, but update through svn, without reinstalling 1.5 each time... Which svn version do speak about ?

This looks to me like a Joomla 1.5svn bug, that should be reported to joomla 1.5 q&t forum. Especially that same worked from beta.

Before doing that, do a clean install from svn (recreating database), maybe problem is that the Joomla database changed slightly since 1.5 beta.
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 administrator has disabled public write access.

Re:Community Builder 1.0.2 Released
Date: 2006/12/10 18:52 By: beat Status: Admin  
Karma: 238  
Admin

Posts: 3995
graphgraph
wiljoompol wrote:
Hi!
I get an error after updating to 1.0.2

If I go to a users profile nothing shows up but

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 184320 bytes) in ..../site/administrator/components/com_uddeim/language/germani.php on line 440

If I delete the lines 440-EOF in the translation file I get no error, but I lose a part of the uddeim-translation

How can I change this max-size value?

Thank you for your help!


UddeIM has a memory problem when displaying avatars in pm is on: it loads whole users list, just to display a few avatars ! You should disable this function. I didn't yet look at other problems in UddeIM.
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 administrator has disabled public write access.

Re: Community Builder 1.0.2 Cannot install cblogin
Date: 2006/12/10 19:13 By: Pachat Status: CB Doc subscriber  
Karma: -2  
Junior Joomlapolitan

Posts: 32
graphgraph
beat wrote:
I tried Joomla 1.5 svn, but update through svn, without reinstalling 1.5 each time... Which svn version do speak about ?

This looks to me like a Joomla 1.5svn bug, that should be reported to joomla 1.5 q&t forum. Especially that same worked from beta.

Before doing that, do a clean install from svn (recreating database), maybe problem is that the Joomla database changed slightly since 1.5 beta.

The svn version was a clean install from joomla_truck_svn.exe of 12/02/06.

beat wrote:
maybe problem is that the Joomla database changed slightly since 1.5 beta.
Could be that.

On my live site under 1.0.11 it works perfectly. Thank you so much
Click here to see the profile of this user The administrator has disabled public write access.

Re:Community Builder 1.0.2 Released
Date: 2006/12/10 22:36 By: beat Status: Admin  
Karma: 238  
Admin

Posts: 3995
graphgraph
doctorlife wrote:
Please, Is this hack for JoomlaMultiSites included on 1.0.2 CB release ?

take a look here:
http://forge.joomla.org/sf/discussion/do/listPosts/projects.joomlamultisites/ discussion.feature_requests.topc4318
http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,1411/Itemid,35/

If no, why not include it ?
I think JMS will be one of the most used and useful components ? (also thinking on next joomla releases)

Waiting your replies,
bye bye friends ..


Hack not included, and no plan to include, since this operation can easily be done cleanly by the multisites component using e.g. a mambot, without hacking other codes like cb.
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 administrator has disabled public write access.

Re:Well done!
Date: 2006/12/11 03:30 By: junkers Status: User  
Karma: 3  
Junior Joomlapolitan

Posts: 44
graphgraph
beat said My current estimate is that on this server we should be able to run about 2'000 concurrent users with CB 1.0.2.


junkers says: AWESOME!
Click here to see the profile of this user The administrator has disabled public write access.

<< Start < Prev 11 12 13 14 15 16 17 18 19 20 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