I have backed up my old 1.6 ST site and MySQL database as osticket-1.6
I have put the upload directory from the osticket 1.8.0.2 unzipped download in Home/Dowmloads/osticket. I then perform the following
cd /var/www
sudo rm -rf osticket
sudo cp -rp osticket-1.6 osticket
sudo cp -r /home/Downloads/osticket/upload/* ./osticket
sudo chmod -R www-data.www-data ./osticket
In ./osticket/include there is the file ost-config.php which contains my MySQL config
I goto http://<hostname>/osticket and am greeted with the attached screen
Help please