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