<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Jul 11, 2017 at 10:59 PM, François Bertel <span dir="ltr"><<a href="mailto:fbopensource@gmail.com" target="_blank">fbopensource@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>I click on "Login" in the upper left corner to be able to log as administrator, which redirects to CDash/user.php but this is a totally empty page so I cannot proceed further as I cannot even log in as administrator... What am I missing here?</div></blockquote><div><br></div><div>Hmm, that's odd.  My hunch is that the server is throwing an error.  Could you check the logs?  I think that by default PHP logs its errors in /var/log/syslog.</div><div><br></div><div>One thing that might be going wrong is permissions.  The user running your web server (typically apache or www-data) needs to have write permissions to the following subdirectories: backup, log, public/rss, and public/upload.  CDash typically lets you know when these permissions are lacking, but I figured I'd mention it here anyway.</div><div><br></div><div>Another thing that might be worth trying is installing CDash in an empty database.  If you create a new postgres database and point CDash at it (via config.local.php), the install script will handle creating all the tables & such for you.  Of course, this solution might not be viable for you if there is information in your old CDash database that you'd like to keep.</div></div></div></div>