OMP problem to install

Saludos

Tengo un problema al instalar OMP 3.1.2 . En la página de configuración de la instalación lleno toda la información correspondiente y al dar clic en el botón “Instalar Open Monograph System” da un salto hacía arriba y no pasa más nada, no reporta ningún error web.

El log muestra esto

Greettings

I have a problem installing OMP 3.1.2. On the configuration page of the installation, fill in all the corresponding information and when you click on the “Install Open Monograph System” button, it jumps up and nothing happens, it does not report any web error.

The log shows this

[Mon May 27 11:34:47.804189 2019] [:error] [pid 27923] [client 10.254.209.10:51766] PHP Warning: Declaration of InstallHandler::validate($request) should be compatible with PKPHandler::validate($requiredContexts = NULL, $request = NULL) in /var/www/html/editorial/lib/pkp/pages/install/InstallHandler.inc.php on line 0, referer: http://10.10.10.20/editorial/index.php/index/install/install
[Mon May 27 11:34:47.804223 2019] [:error] [pid 27923] [client 10.254.209.10:51766] PHP Stack trace:, referer: http://10.10.10.20/editorial/index.php/index/install/install
[Mon May 27 11:34:47.804239 2019] [:error] [pid 27923] [client 10.254.209.10:51766] PHP 1. {main}() /var/www/html/editorial/index.php:0, referer: http://10.10.10.20/editorial/index.php/index/install/install
[Mon May 27 11:34:47.804248 2019] [:error] [pid 27923] [client 10.254.209.10:51766] PHP 2. Application->execute() /var/www/html/editorial/index.php:64, referer: http://10.10.10.20/editorial/index.php/index/install/install
[Mon May 27 11:34:47.804256 2019] [:error] [pid 27923] [client 10.254.209.10:51766] PHP 3. Dispatcher->dispatch() /var/www/html/editorial/lib/pkp/classes/core/PKPApplication.inc.php:252, referer: http://10.10.10.20/editorial/index.php/index/install/install
[Mon May 27 11:34:47.804263 2019] [:error] [pid 27923] [client 10.254.209.10:51766] PHP 4. PageRouter->route() /var/www/html/editorial/lib/pkp/classes/core/Dispatcher.inc.php:134, referer: http://10.10.10.20/editorial/index.php/index/install/install
[Mon May 27 11:34:47.804271 2019] [:error] [pid 27923] [client 10.254.209.10:51766] PHP 5. require() /var/www/html/editorial/lib/pkp/classes/core/PKPPageRouter.inc.php:190, referer: http://10.10.10.20/editorial/index.php/index/install/install
[Mon May 27 11:34:47.804278 2019] [:error] [pid 27923] [client 10.254.209.10:51766] PHP 6. import() /var/www/html/editorial/lib/pkp/pages/install/index.php:25, referer: http://10.10.10.20/editorial/index.php/index/install/install

Hi,

Do you have access to SSH? If so, you can also try the command line installer, by running:

php tools/install.php

from your root OJS directory.

Cheers,
Jason

1 Like

Thanks @jnugent, it was the ONLY way to install OMP in my Debian 9 with PHP7.3 & MariaDB (using mysqli connector)

@mejiamariod a mi si me dejó instalar desde linea de comandos. Fue la única manera. Me salían los mismos errores que a ti. Ya solo fue cuestión de cambiar permisos y dueños a los archivos y listo! OMP corriendo!

1 Like

Hi

The problem was that I didn’t choose the driver mysqli.

Thanks