Hello,
We are trying to stand up a ojs server and whenever we do we can get the index.php file to load but it doesn’t redirect to the install guide. We are using ubuntu 16.04 and it has php 7 install automatically. We have had issues with php 7 it will give us errors like this.
[Wed Jul 13 15:57:04.629455 2016] [:error] [pid 1115] [client 127.0.0.1:33164] PHP Deprecated: Non-static method PKPApplication::defineExposedConstant() should not be called statically in /var/www/html/ojs/lib/pkp/classes/core/PKPApplication.inc.php on line 545
[Wed Jul 13 15:57:04.629513 2016] [:error] [pid 1115] [client 127.0.0.1:33164] PHP Deprecated: Non-static method PKPApplication::getExposedConstants() should not be called statically in /var/www/html/ojs/lib/pkp/classes/core/PKPApplication.inc.php on line 513
[Wed Jul 13 15:57:04.631732 2016] [:error] [pid 1115] [client 127.0.0.1:33164] PHP Fatal error: Cannot use ‘String’ as class name as it is reserved in /var/www/html/ojs/lib/pkp/classes/core/String.inc.php on line 57
So we install php 5.6 the issue now is that we don’t get anymore errors but it still won’t redirect to the install guide. What are the official supported versions of php and ubuntu that ojs uses?