Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Incomplete
-
Affects Version/s: 4.2.8
-
Fix Version/s: None
-
Component/s: CiviContribute
-
Labels:None
Description
When I try to renew the membership then I got a error message "Could not find a valid session key", due to this I am not able to renew the membership in the website.
I have also read the forum comments and apple the patch for session in core/session.php
function __construct()
{
if (!$_SESSION)
$this->_session =& $_SESSION;
}
But I have no success, error are still displayed