ニュース

Bug-Hunter-X / PHP-8-0-Fatal-Error--Call-to-undefined-function-mysql_connect---qk5lc Public Notifications Fork Star ...
Deprecation of mysql_* functions in PHP 7.0 and later versions causes fatal errors. The code uses outdated MySQL extension leading to failures. - Bug-Hunter-X/PHP ...
Might want to check your /etc/php.ini and make sure you have the "extension=mysql.so" uncommented (restart Apache if you make a change). Also might want to check over the [MySQL] section.