I'm trying to setup DRES on a SuSE Linux 9.3 WebServer and followed all steps in readme.txt.
However, I'm unable to log into my repository using admin admin or a modified user (in the mysql table). The website always returns back to the login screen without any message.
Thanks
I'm trying to get this thing installed as well. Looking at the PHP code their are old PHP constructs that are not supported anymore as in $HTTP_SESSION_VARS, $HTTP_GET_VARS, and $HTTP_POST_VARS which need to be renamed to $_SESSION, $_GET, and $_POST. I made these changes and I got from the login screen to the main page but the main page is empty. The styles look nice but no getting the functionality to work is a bummer.