Hi Richard,
i tried to install jobe on a test server with latest ubuntu 18.04.
This one now uses "PHP 7.2" instead of 7.1 and "openjdk-11".
Installation of the jobe prerequisites fails even when i replace openjdk-9 with 11 in the apt install because php-module "php-mcrypt"
is depraciated and not longer supported in PHP7.2.
Afterwards jobe install script runs and everything seems OK. But testsubmit.py returns only 404 errors:
Response: 404 Not Found <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /jobe/index.php/restapi/runs/ was not found on this server.</p>
<hr>
<address>Apache/2.4.29 (Ubuntu) Server at localhost Port 80</address>
</body></html>
Perhaps these are separate matters. But at least jobe should not longer rely on "php-mcrypt".
As i mentioned, this was not on a production server, but just an experiment. So there is no hurry on fixing this.
Just wanted to let you know.