|
|
|
Re:registration session expired and/or cookies are
|
|
Date: 2007/02/06 00:28
|
By: averan
|
Status: User
|
|
|
Karma: -1  
|
|
Fresh Joomlapolitan  | Posts: 24 |   | |
|
funny, registration works fine....but i can't accept/approve new connections with other users!
commenting out all instances of cbSpoofCheck and cbAntiSpamCheck doesn't make any difference.
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:registration session expired and/or cookies are
|
|
Date: 2007/02/08 04:42
|
By: eethore
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 1 |   | |
|
I ALSO HAVE THE SAME PROBLEM. When receiving connection and approving user registration.
WHATS WRONG WITH THIS???? UGGGHHH !!!
|
|
The administrator has disabled public write access. |
|
|
|
Re:registration session expired and/or cookies are
|
|
Date: 2007/02/08 14:52
|
By: beat
|
Status: Admin
|
|
|
Karma: 241  
|
|
Admin  | Posts: 4061 |   | |
|
Hey guys, keep cool...this is a community effort...
CB works fine on 99.9% of servers, and we only get very few reports of these problems.
Our problem is to reproduce those behaviours in order to debug and fix them.
Having full access to such a server would help immensly. If you wish us to debug this, please PM me the exact details of which exact browser types work and don't work and details of such an access (I need read-write access to php files to add debug code and evaluate results).
Please also include url to this thread in PM.
Thanks, 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 administrator has disabled public write access. |
|
|
|
|
Re:registration session expired and/or cookies are
|
|
Date: 2007/02/08 17:48
|
By: averan
|
Status: User
|
|
|
Karma: -1  
|
|
Fresh Joomlapolitan  | Posts: 24 |   | |
|
sorry beat, its hard to keep cool when it seems yours is the only site that isn't working!!
we finally fixed up this mess on our site....
after our server recompiled php, the hardening was interfering with the session name variables that mosGetPAram was trying to deal with submitted by various forms...the variables were 68 characters long and the limit was only 64.
once we increased the limits for GET and POST in suhosin.ini higher than 68, the cbSpoofCheck became functional again and allowed successful submission of forms.
we also went ahead and increased the cookie name limit as well, just in case!
unless you have a dedicated server, you'll have to contact your host to check suhosin.ini and make sure the GET and POST variable limits are set higher than 64.
it worked for us, hope it helps someone else too!
|
|
The administrator has disabled public write access. |
|
|
|
Re:registration session expired and/or cookies are
|
|
Date: 2007/02/08 19:08
|
By: beat
|
Status: Admin
|
|
|
Karma: 241  
|
|
Admin  | Posts: 4061 |   | |
|
Thanks for sharing the solution. We will change these name lengths in the next release of CB, so the hardenedPHP version doesn't choke.
I've added a bug on forge tracker pointing to this so we don't forget it and other persons with that php version find it.
http://forge.joomla.org/sf/tracker/do/viewArtifact/projects.cb/tracker.bugs/artf7520 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 administrator has disabled public write access. |
|
|
|
|
Re:registration session expired and/or cookies are
|
|
Date: 2007/02/08 21:47
|
By: averan
|
Status: User
|
|
|
Karma: -1  
|
|
Fresh Joomlapolitan  | Posts: 24 |   | |
|
good idea.
for us, this was upgrading to php 4.4.4
assume this will apply to all future versions as well, good idea to be ready for php5
|
|
The administrator has disabled public write access. |
|
|