i recognized an issue with wrong PEAR Path in the file
include/classes/HTML/QuickForm.php. After installation nothing happens after the login process.
changes
line 22
require_once('PEAR.php');
to
require_once('PEAR/PEAR.php');
ant it works correctly
best regards
Stefan Pampel
include/classes/HTML/QuickForm.php