<div dir="ltr"><div>Thanks Zack. I will get back to you when I have some relevant progress to report.<br><br>--<br></div>François Bertel<br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 25, 2016 at 12:27 PM, Zack Galbreath <span dir="ltr"><<a href="mailto:zack.galbreath@kitware.com" target="_blank">zack.galbreath@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra">Hi Francois,</div><div class="gmail_extra"><span class=""><br><div class="gmail_quote">On Sat, Apr 23, 2016 at 11:01 AM, Francois 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-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div>I had CDash 2.0.2 successfully working on Ubuntu 15.10, using a PostgreSQL database.<br><br><br>I just upgraded to Ubuntu 16.04 and now when I go to my main CDash page (http://<myhostname>.local/CDash/), the output looks like some code that was not executed and passed directly to the client instead:<br><br>the title of the page is ".$CDASH_MAININDEX_TITLE."<br><br>the page itself starts with:<br><br>'; $xml .= add_XML_value("title","CDash"); $xml .= "".$CDASH_CSS_FILE.""; $xml .= "".$CDASH_VERSION.""; $Banner = new Banner; $Banner->SetProjectId(0); $text = $Banner->GetText(); if($text !== false) { $xml .= ""; $xml .= add_XML_value("text",$text); $xml .= ""; } $xml .= "".$_SERVER['SERVER_NAME'].""; $xml .= "".date("r").""; // Check if the database is up to date if(!pdo_query("SELECT updateid FROM build2update LIMIT 1") ) { $xml .= "1"; } $xml .= "<br>[...]<br><br>Do you know what could cause this behavior?<br></div></blockquote></div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div></span>To me, this sounds like PHP is not being properly parsed by your web server.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Try creating a .php page that just calls phpinfo() and navigate to it using your web browser.</div><div class="gmail_extra"><br></div><div class="gmail_extra"><a href="http://php.net/manual/en/function.phpinfo.php" target="_blank">http://php.net/manual/en/function.phpinfo.php</a><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">Let us know if this renders correctly or not.</div></div>
</blockquote></div><br></div></div>