Failure to install ojs

hola @Betania_E_Jimenez , intente, de prueba añadir el módulo de mysql al php.ini

nano /etc/php/7.2/apache2/php.ini

extension=mysql.so

Reinicie apache y a ver si con php -m ve el módulo de mysql cargado, de todas formas, cuando haga la prueba de que todo le va bien, debería hacer una instalación de php + apache + mariadb , más consistente, con cgi o fpm, por ejemplo

hi @mohd_arshad it is not enabled

@juanito hola

voy a trarar

@juanito no no aparece en la lista de modulos.

estoy pensando en reinstalar php7.2, hace poco me toco hacerlo con apache2 porque no estavan todos los archivos.

If this is a test server

I think you should
apt-get purge php7.*

This will remove all php7 then restart apache then install php 7.2

apt-get install php7.2 php7.2-cli php7.2-common

Then install php 7.2 common extension

apt-get install php7.2-curl php7.2-gd php7.2-json php7.2-mbstring php7.2-intl php7.2-mysql php7.2-xml php7.2-zip

Restart apache, check php -v, check php -m, check the phpinfo.php if msqli is enable…

Es buena opción lo que te propone @mohd_arshad .

Normalmente en ubuntu, cuando instalas un módulo de apache, no necesita de configuración, se adhiere solo, sólo es necesario hacerle un restart apache.

Por si te sirve de ayuda, esta guía explica bien como instalar apache con php fpm y mariadb.

@mohd_arshad and @juanito Thank you very much for your help. The reinstallation of php and configuration of fcgi solved the problem and the installation of ojs was completed successfully.

1 Like