Error installing 3.1.2 version

Hello!

Trying to install 3.1.2 version with PHP Version 7.3.3-1+0~20190307202245.32+stretch~1.gbp32ebb2 and mysqli enable the next error is show in the log:

[Fri Mar 22 07:09:50.351742 2019] [php7:error] [pid 27255] [client 127.0.0.1:56480] PHP Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /var/www/html/ojs312/lib/pkp/lib/adodb/drivers/adodb-mysql.inc.php:456\nStack trace:\n#0 /var/www/html/ojs312/lib/pkp/lib/adodb/adodb.inc.php(558): ADODB_mysql->_connect(‘localhost’, ‘root’, ‘(REMOVED)’, ‘’)\n#1 /var/www/html/ojs312/lib/pkp/classes/db/DBConnection.inc.php(151): ADOConnection->Connect(‘localhost’, ‘root’, ‘(REMOVED)’, NULL, false)\n#2 /var/www/html/ojs312/lib/pkp/classes/db/DBConnection.inc.php(126): DBConnection->connect()\n#3 /var/www/html/ojs312/lib/pkp/classes/db/DBConnection.inc.php(113): DBConnection->initConn()\n#4 /var/www/html/ojs312/lib/pkp/classes/db/DBConnection.inc.php(55): DBConnection->initCustomDBConnection(‘mysql’, ‘localhost’, ‘root’, ‘(REMOVED)’, NULL, false, ‘utf8’)\n#5 /var/www/html/ojs312/lib/pkp/classes/install/PKPInstall.inc.php(76): DBConnection->__construct(‘mysql’, ‘localhost’, ‘root’, ‘(REMOVED)’, NULL, false, ‘utf8’)\n#6 /var/www/html/ojs312/lib/pkp/classes/install/Installer.inc.php(178): PKPInstall->preInstall( in /www/ojs312/lib/pkp/lib/adodb/drivers/adodb-mysql.inc.php on line 456, referer: http://127.0.0.1/ojs312/index.php/index/install

Making the next validation with php : echo var_dump(function_exists(‘mysqli_connect’));

The next value is shhowed: bool(true)

What is wrong?

Thaks.

Hi @cridum,

Again, please be careful not to post passwords in your error logs! I’ve removed them from your post above; please change your password ASAP.

Also, please don’t post the same issue in multiple places; it clutters the forum.

Thanks,
Alec Smecher
Public Knowledge Project Team