1
In /userinfo.php there is a typo in line 33. The line currently reads
$xoopUser or redirect_header('index.php', 3, _NOPERM);
It should read
$xoopsUser or redirect_header('index.php', 3, _NOPERM);
Note the change from $xoopUser to $xoopsUser at the start of the line.
Love
Nicole (aka CatsMuvva)