01-15-2021, 01:08 PM
Got this error in a fresh install with php 7.3
[font="Fira Sans", "Source Sans Pro", Helvetica, Arial, sans-serif][b]Warning[/b]
This extension was deprecated in PHP 5.5.0, and it was removed in PHP 7.0.0. Instead, the MySQLi or PDO_MySQL extension should be used. See also MySQL: choosing an API guide and related FAQ for more information. Alternatives to this function include:[/font]
Code:
Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /var/www/helpdeskz/public/includes/classes/classMysql.php:51 Stack trace: #0 /var/www/helpdeskz/public/install/install.php(521): MySQLDB->testconnect
[font="Fira Sans", "Source Sans Pro", Helvetica, Arial, sans-serif][b]Warning[/b]
This extension was deprecated in PHP 5.5.0, and it was removed in PHP 7.0.0. Instead, the MySQLi or PDO_MySQL extension should be used. See also MySQL: choosing an API guide and related FAQ for more information. Alternatives to this function include:[/font]