Well. I just installed it on 2.2.1 english...
When I try to edit ANY user, I get a blank page. The HTML code shows :
Code:
<html><head>
<meta content="text/html; charset=windows-1252" http-equiv="Content-Type">
<meta http-equiv="MSThemeCompatible" content="Yes">
<link rel="stylesheet" href="../cp.css">
</head>
<body leftmargin="10" topmargin="10" marginwidth="10" marginheight="10">
</BODY></HTML>
... I absolutely think the code
PHP Code:
if ($user[usergroupid]==6 && checklogperms($canmodifyadmins,0,"<p>Admins are not allowed to edit other admins.</p>")) {
doesn't do the job each of us could expect.
For instance, I think the
unset code should went AFTER the global.php import, but it's not enough... as far
Thanks a lot.
Bye