de psychologue » Dim Mar 11, 2012 3:40 pm
en commentant ces lignes sous admin/index.php cela refonctionne
// Have they authenticated (again) as an admin for this session?
// if (!isset($user->data['session_admin']) || !$user->data['session_admin'])
// {
// login_box('', $user->lang['LOGIN_ADMIN_CONFIRM'], $user->lang['LOGIN_ADMIN_SUCCESS'], true, false);
// }
// Is user any type of admin? No, then stop here, each script needs to
// check specific permissions but this is a catchall
// if (!$auth->acl_get('a_'))
// {
// trigger_error('NO_ADMIN');
// }
donc a priori un probleme de session ? une idee pour regler ce soucis ?
merci