I have this error: PHP Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /home/epuedu/public_html/journal/epuojs/ojs/lib/pkp/lib/adodb/drivers/adodb-mysql.inc.php:456
After googleing this error on OJS: I found this answer:
If it is PHP 7 you may need to select the MySQLi driver rather than the MySQL driver.
So i understand that PHP7 don't use MYSQL driver any more.
My question: How can swithch OJS connetion to MYSQLi driver?
Thanks