Not yet.FLATTOP wrote:any news on a fix yet?
With each test we have to wait if we get logged out again, this takes some time.
Not yet.FLATTOP wrote:any news on a fix yet?
Code: Select all
// Start session management
$user->session_begin();
$auth->acl($user->data);
$user->setup();
Kevin wrote:The temporay fix until the next release is:
Open portal/includes/lang_adm_additional_blocks.php
search and delete:Code: Select all
// Start session management $user->session_begin(); $auth->acl($user->data); $user->setup();