Problems with installation - do not install 3.0.2

Hello, i have troubles with ojs install
I download distr, unpack, make chmod and chown
Create database and user for database
Then go to install page, enter passwords, login, path to folders
http://modernoncology.ru/index.php?journal=index&page=install
But after click install button - installer redirects me to:
http://modernoncology.ru/index.php?journal=index&page=install&op=install
No warnings, no notification show.
I check mysql - there no tables in ojs database, installer do not create it.
In nginx log, apache log, php-fpm log - no errors.
I see Installing 3.0.1 install.php fatal error
I make comment:
function runScheduledTasks($argv = array()) {
parent::ScheduledTaskTool($argv);
And add:
function __construct($argv = array()) {
parent::__construct($argv);
But install still not working
What wrong with my installtion?
Help pls!

p.s.
php 5.6
Apache/2.2.15 (Unix)
mysql Ver 15.1 Distrib 10.1.13-MariaDB, for Linux (x86_64) using readline 5.1
i try run install from command line:
php tools/install.php
PHP Fatal error: Call to undefined method InstallTool::InstallTool() in /var/www/clients/client1/web34/web/tools/install.php on line 26

i see problem with download:
at this page:
https://pkp.sfu.ca/ojs/ojs_download/
Link: Download OJS 3.0.2 (.tar.gz) (18 MB)
Points to http://pkp.sfu.ca/ojs/download/ojs-3.0.1.tar.gz

Hi @Livelinux,

I’ve just updated the download link – thanks for spotting.

Regards,
Alec Smecher
Public Knowledge Project Team

1 Like