<div dir="ltr">I'm having a little trouble installing Cdash on 2.4 Ubuntu.  <div>I followed the instructions and couldn't find php-5 so I just did php default which is 7.</div><div><br></div><div>sudo apt-get install apache2 mysql-server php php-mysql php-xsl php-curl php-gd <span style="color:rgb(0,0,0);font-family:sans-serif;font-size:12.7px">libapache2-mod-php</span></div><div><span style="color:rgb(0,0,0);font-family:sans-serif;font-size:12.7px">I also needed to add: php-mbstring.</span><br></div><div><span style="color:rgb(0,0,0);font-family:sans-serif;font-size:12.7px"><br></span></div><div><span style="color:rgb(0,0,0);font-family:sans-serif;font-size:12.7px">I did a checkout prebuilt of CDash.</span></div><div><span style="color:rgb(0,0,0);font-family:sans-serif;font-size:12.7px">I created a directory for Cdash and then created a link into the public directory from the apache2 default home location </span></div><div><span style="color:rgb(0,0,0);font-family:sans-serif;font-size:12.7px">/var/www/html/CDash -> /var/www/CDash/public</span></div><div><span style="color:rgb(0,0,0);font-family:sans-serif;font-size:12.7px"><br></span></div><div><span style="color:rgb(0,0,0);font-family:sans-serif;font-size:12.7px">I've set sql_mode="" in /etc/mysql/my.cnf.</span></div><div><span style="color:rgb(0,0,0);font-family:sans-serif;font-size:12.7px"><br></span></div><div><span style="color:rgb(0,0,0);font-family:sans-serif;font-size:12.7px">Everything seems to work except when I tried to modify the project settings via admin through the web interface.</span></div><div><span style="color:rgb(0,0,0);font-family:sans-serif;font-size:12.7px"><br></span></div><div><span style="color:rgb(0,0,0);font-family:sans-serif;font-size:12.7px">Apache reports:<br>[Fri Aug 04 12:57:52.405147 2017] [:error] [pid 2285] [client <a href="http://10.0.2.2:51818">10.0.2.2:51818</a>] PHP Fatal error:  Uncaught Error: Cannot access private property Project::$PDO in /var/www/html/CDash_base/public/api/v1/project.php:277\nStack trace:\n#0 /var/www/html/CDash_base/public/api/v1/project.php(267): populate_project(Object(Project))\n#1 /var/www/html/CDash_base/public/api/v1/project.php(92): update_project(Array, Object(Project))\n#2 /var/www/html/CDash_base/public/api/v1/project.php(43): rest_post()\n#3 {main}\n  thrown in /var/www/html/CDash_base/public/api/v1/project.php on line 277, referer: <a href="http://127.0.0.1:2080/CDash/createProject.php?projectid=2">http://127.0.0.1:2080/CDash/createProject.php?projectid=2</a><br><br></span></div><div><span style="color:rgb(0,0,0);font-family:sans-serif;font-size:12.7px">Any thoughts?<br></span></div><div><span style="color:rgb(0,0,0);font-family:sans-serif;font-size:12.7px">Tony<br></span></div><div><pre style="font-family:monospace,Courier;padding:1em;border-width:1px;border-style:solid;border-color:rgb(221,221,221);color:rgb(0,0,0);background-color:rgb(249,249,249);line-height:1.1em;font-size:12.7px"><br></pre></div></div>